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...
hardware:pca1001
software:s120 v2.0.0 sdk 6.1.0
i will get rssi value by connected by s120.so i update the s120 to v2.0.0. but when the app run, an error occur.[APPL...
Hello,
I am using the Sd130 (v0.9 alpha-1) and do experience a reboot with NRF_ERROR_INVALID_STATE.
I start advertising, then use another device to connect to it. After...
Hello,
where do the SD130 limitations come from. Is it the Bluetooth standard that limits a device to 3 connections as a master and one connection as a slave or is it a...
I am using latest (v 0.9) S130 and experiencing the following problem, the code below is located in the function which is called directly by the main():
uint32_t err_code;...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
hi,i am working on a bootloader for an application using s120.i start up with the bootloader example in sdk of 5.2 and 6.0. i build the single_bank_hci target, and find that...
Hi all,
I'm trying to use the Sniffer to debug issues we are experiencing with Connection Stability on the iPhone 6 and HTC One M8. So I've trying to use the Sniffer to...
Hi, I use the nRFgo Studio to download the softdevice.
Recently I learned how to convert a hex file when I work with IAR.
So I tried my hex file with the nRFgo Studio...
I want to send images to my arduino from an app to nrf8001 and then display it on my device. Is nrf8001 made to only work in 20-byte wide receive buffer? Can it receive more...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hello all,
after a long period of trial and error I come for advice. I use the NRF24L01+ module with a slightly modified NRF24-library based on the work of MikeM ( www...
Hello,
I've recently bought a nRF905 development kit. From the nDP soft, i cannot detect my nrf905 EVBOARD.
The following driver is installed : "nRF2401 FS USB DEMO...
Good morning,
I just finished my circuit with nrf8001 + balun/antenna.
What is the process to have it review by Nordic?
Sorry for this question, I'm pretty new to PCB...
Hi
I would like to develop an application for the nrf51822 with a static passkey that connects with linux. The example "nRF51-ble-app-uart-static-passkey" gives a great...