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...
Greetings!
I have a central that's writing BLE messages to a peripheral. The characteristic on the peripheral is a 32-byte array, and my experiment is to write 32 bytes...
Hi, I'm running a custom board with a custom example on SDK 15.3.0 using the SDK 15.3.0 Secure Bootloader and SoftDevice S112 V 6.1.1. The used nRF52832 is flashed with a...
I followed the description Timers — Zephyr Project Documentation here.and implemented a basic timer functionality in thingy91.
volatile bool update_timer_expired=false;...
Hello,
I'm using the nfr52840 with SD140 and the SDK 17.0.2
I'm facing an issue where calling nfc_t2t_setup is failing when it called a second time.
I'm wonder the following...
Hey!
From this link it says one can force the cortex-m4 to disable write buffering. This is supposed to remove imprecise bus errors.
To do this i write 1 to bit 1 in the...
I want to design custom board for nrf52840. I will be using configuration 5 from Reference Circuit nrf52840 . I do not want to use NFC can I leave NFC pins not connected....
I use 52832DK to run the light demo of ncs1.5.1. This demo is in the nrf\samples\bluetooth\mesh\light directory.
After the nRF Mesh App is successfully configured, when...
I am bothered by the fact I have to ask this question at all. It should be easily found in the documentation but I cannot find it for the life of me.
I am trying to increase...
Hi All,
I have all files needed for buttonless DFU for a target nrf52832 device.
I am trying to port the DFU process to python without needing a NRF52 dongle, just using...
Hi,
I am using nrf52840 mcu, accidently 11 volt power supplied on ADC pin(AIN7).
I thought the pin was blown, but when I supplied a voltage below 3.6V to the adc pin,...
Using the NRF SDK, I am developing a remote BLE HID device that is a music controller (Play/Pause, skip forward, back, volume up down). I am having an issue with iOS devices...
To kind attention of Nordic support team,
we have got this custom hardware based on nRF52833 with an active ble connection when device is in run sleep mode.
We have got...
Hi I developed a program in zephyr that reads ADC unfortunately I stumbled upon a bug which can not be solved currently. https://github.com/zephyrproject-rtos/zephyr/issues...