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...
Hello,
in my test I executed sd_mutex_acquire twice in sequence without releasing it. However, I did not get a "NRF_ERROR_SOC_MUTEX_ALREADY_TAKEN" on the second time. What...
Hello,
I am using nrf51 and sdk11. I am trying to add twi drivers to code. I have added and also added path for the twi drivers. But I am getting error as "............\components...
Hello, I can program properly (the "--verify" command passed) my softdevice s140 into the chip, using nrfjprog 9.x. But now I can't use my keil uv5 to program my user app...
Good morning,
Based on different articles, I set up a nrf52832 with S132 3.1.0, the secure bootloader found in "SDK_12.2.0/examples/dfu/bootloader_secure" and the buttonless...
Hi together,
I'm using nrf52832, SDK 12.1.0 and S132 3.1.0.
I integrated the peer manager to my application code and have the following questions concerning the bonding...
Hi,
I noticed a possible issue in BSP_MS_TO_TICK macro computation.
In bsp.c, the macro is defined as:
#define BSP_MS_TO_TICK(MS) (m_app_ticks_per_100ms * (MS / 100...
Hi nordic,
Is there any ways to implement that my device connect with one special Central Device likes Andriod phone and Iphone. Currently I know is whitelist. First I add...
Hi;
Is it necessary to reset SoftDevice when using NVIC_SystemReset ()?
The SoftDevice must only be initialized if a chip reset has occured.
I saw the above comments...
Here is the code I'm using to test it out:
static float number = 0.5678905;
NRF_LOG_INFO("Float number: "NRF_LOG_FLOAT_MARKER"\n\r", NRF_LOG_FLOAT(number));
And...
Hello,
I am working on NRF52382 custom board, where I am running a timer of 30 sec to get a value every 30 sec.
I want to save this value in flash.I am well aware of...
Does the s210 softdevice not function on the nRF51822? I see it available for the nRF51422 here but it is listed under the 51422 only.
I have a v1.1.0 PCA10031 (nrf51422...