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...
I'm trying to build the Asset Tracker V2
The following link is 404
https://github.com/NordicSemiconductor/asset-tracker-cloud-docs/releases/download/v5.9.2/91dk_at_client_increased_buf...
Hello All,
What is the expected output at receiver end when using rx_print as mentioned in below link.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic...
I'm having issues installing antlib 1.1b0 on my windows 10 machine when using pipenv on Python 3.7.5 (32bit)
I can get antlib to install when not using pipenv but for some...
Hello all,
I am working on a custom application that requires gps, https post requests, SPI, and CAN, and I am having trouble adding source and header files to my project...
So I am expanding the Thingy to have a CSCS, I have the service visible in nRF Connect with the only problem being that CSC Measurement is reporting no values (see image below...
Hi,
I'm using the ant_broadcast_rx example for my nRF51422 with S310 softdevice sdk 10.0.0. I've configured and changed all parameters of the example to make it work with...
Hello,
I have several custom 52832 bords that until recently worked fine with SDK15.
Yestrday I started experimenting with nrfConnect and flashed some Zephyr examples...
Following the the Getting Started guide in the Asset tracker cloud example, I get the following error when trying to print the MQTT end point:
ERROR info failed! ERROR Error...
I know user nrfutil settings generate to get the bootloader settings:
e.g. IN SDK14.0/IC:nrf52832, I user the following command generate the bootload settings file:
nrfutil...
Hello,
My application is based on nrf52832 and ble_uart example. I recently added system off function when long pressed BUTTON_1 successfully. To do that I slightly changed...
The Nordic SDK provides headers for a finite state machine, queue, ringbuffer and other utilities in the 802_15_4 library in nRF5_SDK_17.0.2_d674dde/components/802_15_4/api...
Hello,
I'm developing firmware for nRF52832 with FreeRTOS, I would like to use TWI to access to an external memory. Every time I try to use "nrf_drv_twi_tx" function i get...
Hello,
Is it possible to get more information on how the NWK Frame counter is stored in NVRAM. I can see fragments of code from zb_nrf52_nvram.c I see that it uses nrf_fstorage_write...
I am facing an issue in writing data to a register of my bmp388 sensor using I2C.
If I fill my transmit buffer of 2 bytes in following way , tx_buf[] = {register_address...