Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
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 everyone
We're developing an IoT device with an nRF9160 embedded in it. We're trying to make sure we're implementing PSM.
We set our preferred values for TAU as you...
https://devzone.nordicsemi.com/f/nordic-q-a/87322/nordic-voice-system-nvs-package-activation---smart-remote-3-for-nrf-52/365318#365318
Hi team,
Further Queries wrt above...
I"m trying to test FIFO to transfer sensor values from one function/thread to other.
This is my current code:
I'm getting the following error:
It appears that...
Hi Support team:
Now I am planing to implement the dimmable light bulb based on SD. I looked at the mesh example (light lightness) and actually I abusolutely want to implement...
Hello,
I am trying to figure out which example is the closest fit for our design. We are using a 2 processor solution in our product, and the firmware for the NRF52832 has...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
Hello. We are preparing production. So I have to provide flash tool as well as binary only to factory without develop...
Hi there,
We are trying to enable the interrupts on one of the UARTE peripherals, and are having trouble finding the interrupt number within nrf5340_application.h? It is...
Hi Everyone,
The custom device I am working on is a BLE peripheral device and uses softdevice S132,
therefore to get accurate triggering of ADC sampling and to avoid periodic...
Dears,
We are MCU Programmer Supplier, now we are developing the off-Line Programmer for NRF5340, and encounter some problem as below:
1. Does the Nrf5340 Flash Memory...
I have a custom model server that sends 8 bytes of data
I set up 2 nodes - one to publish to an address 0xC002, one to subscribe to publication
Provisioning and publish...
Is there any documentation/tutorials for using NRFX drivers directly in Zephyr without trying to create conforming device drivers? I have a lot of code written for the NRF52840...
We have a board based on the nrf9160dk.
The project is essentially based off the "LTE sensor gateway" project with hcl_lpuart to utilize the nrf52840 for BLE. Chip shortages...
Hello,
I am performing garbage collection. During the garbage collection an event could be fired (from the softdevice) that causes updating of records.
My question is...