Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I started with the ble_app_template example. This example uses the Button event and notifies it. I modified the project to send some other data as notification, instead of...
Hi,
I am using the following calculations to calculate the power consumption for the chip:
Formulae to calculate battery power consumption:
Current consumption is...
Hi NORDIC
I neen to implement a function that multilink central (S120) can receive information from multilink peripheral . I do not know how to implement it in software...
Ok so I've followed the instructions to make my dev dongle (pca10000) a sniffer in "nRF Sniffer User Guide v1.2". Now I want to use it the way I used to use it in MCP.
...
Hi,
I am unable to compile any debug versions of my code, as result I'm not able to step-through and debug my code.
On a normal compile, get the following error:
"region...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
If I write a zero to the output register, and enable the pullup on the same pin, can I switch between driven low output and input with pullup simply by settting/clearing the...
Hello,
For our DFU solution we would like to read the current hardware/software revision of the module. But now we can only test the hardware/software revision of the application...
Dear All,
I can read two different ANT sensors sucessfully with my target system, but initialization of sensors only works first time. When changing sensorIDs of simulator...
HI, All.
I have some troubles:
Why MBR is erased when I erase or write the SorfDevice with 1kB at address 0x3000? My SorfDevice version is 7.1.0.
Thanks all.
Update...
Hello all,
When I try to implement the new watchdog driver it keeps saying that the NRF_DRV_WDT_DEAFULT_CONFIG is undeclared. What am I missing I have all the requered...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...