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...
Hi!
For a project I need to sample an I2C sensor for a period of 1 min with 1 sec between samples with a nordic nrf52832. During this 1 min, a co-processor communicates...
I'm trying to build a custom board in VS Code to use with the nRF9160. I'm using a Thingy91, so I took the board file for that, and copied it into the project directory. ...
I need to test the SPI communication in my nRF9160DK. I had tried to run the spi_loopback but failed to create a project in segger studio. Are there any SPI tests available...
So I have taken a starting point of adding multiple characteristics in the same service using this tutorial:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth...
We're trying to use multiple nRF52833 devices with a single BLE Central (Android tablet) where the devices remain disconnected most of the time, and report back to the central...
Hi,
I've been upgrading a product we designed some years ago with the S110 softdevice on an nRF51822 to use S130 and nRF5x SDK version 12.3 so that we can use the more modern...
Is there any precompiled binaries available to transfer the Thingy:91 sensor readings via usb serial like( temp, humi, pressure, light, accel, gas, lat&lng), right now I'm...
Hello, been trying to get Mosquitto MQTT Bridge working on EC2 (where mosquitto is running). https://docs.nrfcloud.com/Guides/Messages/SetupMessageBridge/#message-bridge-setup...
Hi
Gazell libraries are provided in <SDK>/components/proprietary_rf/gzll/gcc/ and I have 2 questions about those a) I see 2 flavours: gzll_<$HW>_gcc.a and gzll_<$HW>_sd_resources_gcc...
Hello,
NCS1.9.1 periodic_adv/periodic_sync, Windows10 X64, VS Code, nRF5340DK,
my project see the frist picture:
my test project codes as follow:
see the...
This Subject has been translated with a translation tool ----------- This is about writing to nRF52840. I have created software on the evaluation board nRF52840-DK. When I...
Hi, I'd like to describe an issue i faced during project development. My setup is: nRF52840 + s140 + sdk15+FreeRtos When i disable BLE I call:
1) sd_ble_gap_disconnect ...
I just received my Nordic Thingy91 and when I tried activating the SIM, the following message came up:
"Unfortunately this SIM has expired. We are sorry for the inconvenience...
Hello,
I have been working on a project involving a custom pcb with the nRF52832 microcontroller on it. Recently, I have been trying to modify the bootloader for this microcontroller...