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 saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
I'm getting the following log messages when I try to initialize the BLE stack:
First from CHECK_RAM_START_ADDR, I get:
RAM START ADDR 0x20002080 should be adjusted to...
Hi,
I want to debug the blinky project on a nRF52 dk (PCA10040) using Eclipse. I strictly followed the instructions as described here: devzone.nordicsemi.com/.../
I...
Hi,
Is there any documentation regarding nRF OpenMesh( nRF51-ble-broadcast-mesh) Security ? Explaining the security of the communication between nodes in the Mesh network...
Hi all,
I'm working on mbed os and I cannot use the softdevice_ble_evt_handler_set and SOFTDEVICE_HANDLER_INIT . Every time I build it, I get:
undefined reference to ...
Hi ,
I am using S120 ble_app_multilink_central example. I have configured UART0 in interrupt mode. I send some command and expect some response. It work very well in starting...
Our product is based on nrf51422_CEAA chip with softdevice S110, SDK 8.0.0, dual bank ble bootloader DFU.
We have modified the dfu bootloader example from SDK 8.0.0 to...
I read a document, "Setting up production test using DTM", "nAN-034 Application Note v1.0".
And, Figure 3 shows how to setup test environment.
But, I cannot find which S...
DCDC_testing.zip
Hi,
I am in the process of reducing power consumption in micro esb mode. I use the following code, just for testing. The following code consumes 18mA unlike...
It is possible to load a new firmware in a NRF51822 PCBA using the Nordic Development Kit NRF51DK?
Do I need a special connector?
This is the beacon Module I pretend...
Hello,
I have a board with an RFDuino on it which uses a Nordic nRF51822 internally. We are seeing a few of them auto-brick when the input voltage dips too low.
My first...
I have a question about the usage of Flash Data Storage, chunks and parsing of the data retrieved from FDS.
How, when and why are you supposed to use "chunks" when setting...
Hello,
I would like to implement an interface with an external SPI ADC using the nRF52832.
The ADC has a RDY (ready) signal that goes low every time a new sample is ready...
Hello,
I have simple custom PCB with nRF51822.
I am trying to make it advertise like a beacon, by program it with ble_app_beacon example from nRF5_SDK examples.
I have...
I'm playing around with the experimental ble hrs with NFC pairing example, and I cannot seem to get it to work with my Android 6.0.1 Moto X Pure. I tap the phone to the NFC...