Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
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...