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...
I have now spent a significant amount of hours debugging strange problems with my advertising. It turned out that it is very important how you set up the init structure for...
hello guys
i am trying to glow LED while my device gets charging. i have nrf52832 custom board and P0.17 connected to USB supply using voltage divider. when i plug in usb...
Hi all ,i wanted to know how to start programming with nRF 51822. i have tried many times to load or download program but i failed .actually im new in nordic programming even...
Nordic offers many features in their libraries that rely on callbacks, but the use of void *context pointers to allow proper object oriented programming is sparse. For example...
Hi,
I'm currently working on an application that collects audio data and sends it to a central device via BLE. Since audio compression has great potential to reduce power...
Hello Sir,
We developed one application in that we use WiFi and interface this to nRf52832 chip using UART. The WiFi Ch_PD(Chip enable Power down = GND for low power consumption...
Hello everyone,
I would like to know how the (G)FSK modulation on nRF52832 is realized. Is my assumption correct, that a Fractional-N PLL in combination with Delta-sigma...
I have the precompiled code running on two seperate nRF52832DK PCA10040 1.2.1 boards. The example appears to do exactly what it said it would do. However I cannot detect any...
I am getting the following errors.
Building ‘1’ from solution ‘1’ in configuration ‘Debug’ Generating linker script ‘1.ld’ Linking 1.elf Output/1 Debug/Obj/ses_nRF_Startup...
Hi,
On STM32 and some other platforms I'm able to get an address that I can write to in order to set the value of a single pin. While (like on nRF) there is one output register...
Hi,
we are looking for a software developer (freelancer) for a Bluetooth LE (BLE) project on a BL652 module. Is there a available developer arround munich / germany.
thanks...
Hello,
Migrating from 1.0.0 to 1.0.1 I've noticed that softdevices in external/softdevice are zipped except SD 132 3.1.0. Does Mesh 1.0.1 break compatibility with SD 132...
Hello,
I do a big scatternet of nRF52840 and i want to deploy code update from a single point. Is there any way to do DFU between 2 nRF52 ? Can a nRF52 propagate it's own...
I am trying the buttonless DFU example from SDK14.2.0. I am not following the testing procedure mentioned at infocentre for SDK14.2.
Followed test procedure:
1. Erase...
I've been using the nrf_twi_mngr_perform() function assuming that my transaction was complete when the function returned. Because of this, I felt safe keeping my descriptors...