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...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Has the nRF51822 already got the QID and BQB certificate? Our BLE module using nRF51822 doesn't do the QID and BQB test. Can our product using the BLE module add the BLE logo...
Hi,
We need a 2.4Ghz smd antenna, not to emit bluetooth but a in-house protocol we are testing.
It will need to fit on a pcb and have good performance, and production...
Hi,
I wonder where and how to define NRF_CLOCK_LFCLKSRC using the VisualGDB Beacon sample using VisualStudio with VisualGDB.
The sample includes
#include <stdbool.h...
Hi I was having difficulties trying to obtain the download link for the nRF52 SDK 0.9.2.
I think this used to be the link:
developer.nordicsemi.com/.../
But that links...
Hello. I bought a few days ago 3 NRF51822 after a lot of reading about it. Unfortunatelly i can not upload any code to it or any firware.
I do not have motherboard yet (NRF51822...
Answer resolved in this thread https://devzone.nordicsemi.com/question/110037/nrf52-projects-and-select-packs/
I am trying to set up a new environment for the nRF52832...
Trying to look for some answers on a question I posted in this thread but haven't had any replies. I was just reading this thread though and I came across a comment on the...
There are other posts here that suggest this is possible and mention "pin crossbar", although they don't explain what that is.
I need to talk to two UART peripherals concurrently...
Question: How to force the tolerance of the low frequency clock in the absence of 32kHz xtal in central role so that during connection request the sleep clock accuracy is...
Hello everybody,
I study transceiver nrf24LE1.
I'm trying to understand example of PRX in nRFgo SDK
(Enhanced_shockburst_examples):
/
/ Global variables
uint8_t...
Hello Nordic,
I am testing multi-role observer-advesting project:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Actually this application can detect scan...
Is there an event that I can hook into that fires when the soft device has finished it's connection and negotiation with the phone and is ready to send data to the phone ...