Hello, I have a question about how to monitor Zigbee devices for dead or alive, especially end devices that sleep. I am currently developing a hub to control and retrieve...
Hello,
I am conducting a feasibility study on implementing Auracast capabilities using the nRF5340 Audio DK with nRF Connect SDK v2.9.0. My goal is to investigate the potential...
Hello,
We are using Raspberry Pi + NRF52840 as Borderrouter for Openthread using Radio Coprocessor design.
However we are facing stability issues on the RCP where it...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
Hi,
I have read the documents regarding the powering up the board form external supply and switch position
i need simple answer how power the board completely means...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
Hello everyone,
I tested ble_app_beacon example code in SDK15.2 on nrf52810 scanner using nrf connect apple iphone(ios). set APP_COMPANY_IDENTIFIER 0x0059(Nordic id) its...
Does the 2nd argument in the following function SAADC example controls the sampling frequency? If this is not the case then can this saadc example program be modified to be...
If I set CONFIG_SPM=y I can flash merged.hex and successfully call sys_reboot(SYS_REBOOT_COLD) to reboot the system.
If I set CONFIG_SPM=n (and build/flash the SPM project...
I'm using nrf52_SDK_12.2.0, SoftDevice S132 for my application.
I'm implementing SAADC along with UART in my application. I was implementing the SAADC referring to the example...
In regard to the problem described here: https://devzone.nordicsemi.com/f/nordic-q-a/38048/bug-in-how-bootloader-treats-gpregret , it would be interesting for developers,...
When I reset a node after it's provisioned but not configured, the p rovisioner would keep trying to configure it, and would not be able to provision any other nodes.
...
Hello,
I am trying to 'recover nRF52840 dongle after accidental UICR erase' as described here I did modify my dongle as described here
Unfortunately I do not know how...
Hello,
NRF52840
SDK 15.3.0
SoftDevice: s140
OS: Ubuntu
IDE: SES
I am having difficulty getting consistency out of the RTT + NRF_LOG_INFO() print statement. It...
Hello,
I use the nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31 with nrf52840-DK.
I'm looking for a way to get the transmit state after I sent a udp packet. I would like...
Hi,
we've been trying to reduce power consumption do I able to connect unused pins to GND directly?
Trace 1,2,3,4 do I able to connect to the GND?
Thanks, in advance...
Hi,
I am the first time programming with nordic and Segger. As I received the Thingy91 I just the getting started assistent to set up the toolchain.
This worked fine so...
I have the following setup, master (Nrf24L01) and several clients (Nrf52840), the clients listen, the master sends a message to one client and switches to listen. When the...
While most of nRF5 DSK modules have conditional compiling, such as
#if NRF_MODULE_ENABLED(BLE_DIS) the components/ble/ble_services/ble_dfu/*.c lack these macros. In my project...