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...
Hello, I created a timer that runs the scan_start function at certain intervals.And I put this timer in the for loop.
static void scan_timeout_handler(void * p_context...
Hi everyone,
May I know does the nRF51822 SDK support any graphics library, like emWin, uC/GUI, or others? Because I would like to present a colorful and graphical on the...
--- Close. Cannot continue this case due to inability to share code (company policy). ---
Hi, I am writing an application where I need to parse data into dynamically...
If ENDRX_STARTRX is enabled and is not closed at all times.
After the second RXD.PTR buffer overflows, that is, when RXD.MAXCNT is reached, no configuration is done, uart...
hi.
I want to gebrate DFU .zip packet but a problem arises
For my Computer Setting
OS : Windows 7 Pro 64bit
Chip : nRF5283240
IDE : keil uVison V.5.17.0.0
SDK...
We have successfully tested the nRF52832 HRM and proximity examples with iphone APP (nRF Toolbox & LightBlue).
However, when we tested with UART peripheral example (..SDK...
For the last few months, I've been building code and testing it on an nRF52840 PDK. Our production hardware, however, will use the nRF52832, and so I need to compile my code...
I wish to design a Laird BL652 Bluetooth with an NFC port. Unfortunately I have not been able to discover the coil inductance. They use a Nordic nRF52832 chipset.
My hope...
Hello.
I have some questions. Is it possible stabile work of android device , that has bluetooth 4.0 , with nordic device on base softdevice s132 v 5.0 ? What should i...
We're thinking of using the 52840 to capture and stream 4 vital signs per patient to a nurse's monitoring station. BLE/MESH would both work. Is there an off-the-shelf, desktop...
Hi all,
I am currently building an app that does HTTP requests to Strava ( strava.github.io/.../).
Before going deeper into the SDK, I would like to know if it will...
I have few questions that weren't addressed either in the infocenter or in the devzone:
In which way app_timer uses CC registers? Each running timer use one of these...
I want to transfer the code from nrf51822 dk board to a beacon kit, after connecting the beacon kit to the dk board, then I change PCA10026 to PCA20006 on the C/C++ define...