I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
As title.
I want to make a ANCS function on serialization codecs. But I think that is not support on original serialization source code.
How can I make a ANCS function...
Hello all,
we want to design a new product. in short description, it can be view as a key fob dongle and an access reader.
the key fob can be a stand alone key fob ( as...
Hello,
I have written codes for my dspic33 to communicate with other sensors through SPI before, but I am having some difficulty getting started with the nrf8001. This is...
Howdy,
I just got my nRF51822 Bluetooth Smart Beacon Kit. I down loaded "nRF Beacon iOS_1.0.zip" and fixed up the project and targets so that it was using the correct Code...
Hi,
I have read the Bluetooth specification version 4.0 and found this figure
It discribled we could use OOB to disvocery and exchanged device information to connect...
Hi,
I am using nRF Loader built from its source code.
While it works well on iO7, does not work on iOS8.
After pressing an upload button in PROGRESS pain, the status...
I see from the 51822 PAN sheet v3.0 that item 61 still shows Rev 3 QFAA package devices as potentially having problems with LO leakage. We are in production with R2 QFAAG0...
Hi,
I am trying to run the ble_app_hrs_c, using:
s120_nrf51822_1.0.1
nrf51_sdk_v6_1_0_b2ec2e6
PCA10006 + nRF6310 + nRF6350
After the compilation of the...
I need to port ssd1306 library for oled to nrf51822.
so i tested following code. but it's not worked.
main(){
if (!twi_master_init())
{
return false;
}
ssd1306_init...
I am using the GCC DFU project provided by Nordic on GitHub ( devzone.nordicsemi.com/.../)
I altered the main.c to trigger to DFU mode based on the contents of the GPREGRET...
I'm trying to connect a camera module ( OV7670 ) to my nRF51822 EK. The camera requires an operating current of 18mA. If i were to connect the 3.3V rail input for the camera...
I have code that uses two GPIOs to program an NRF51822 via SWD mode. This code all works fine and suceeds in programming the device.
What I would like to do is get the...