Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi,
I am sending data from Android phone in every 200 ms to nRF8001. But sometimes I found there is a 50 ms or 100 ms delay. It looks like nRF8001 spending some time in...
Hello,
I'm starting a new nRF51 project on mbed for a custom board. I wish to know what is the "cleanest" way to define pinout (what file to edit) ?
Thank you
I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
Hello,
I need your help about the BLE stack in zephyr with the NRF5340 chip. For my project I need to use extended advertising in LE Coded PHY mode. I use the advertising...
Hello team, We are searching for the guidance on how to connect nRF7000 to nRF9160. We are interested in the device tree example and .config file.
Thanks.
Hello,
When I use the sample mutiple_adv_sets in NCS v2.5.0,
I am wondering if there is a way to print the index of each AD after it has been started, so as to distinguish...
Hi,
We are currently using "nordicplayground/nrfconnect-sdk:v1.9-branch" docker images for our gitlab CI and it works great.
Unfortunately with more recent images( supporting...
Hi there,
i have previously used the NRF52 series in which i read UICR customer values at runtime using the NRF_UICR->CUSTOMER pointer. This was on the old sdk (15.3)...
Hi DevZone,
I am having trouble programming samples to my nRF5340DK. I decided to try validating my issue by using the Quick Start application in nRF Connect for Desktop...
Hi,
We are trying to enable Multi-Image DFU on the nRF5340 so we may update the network core on its own (no app core update). We realized that to be able to update just...
I am developing a product using SDK_17.1.0 and nRF52805. The basic function development has been completed.
I need the DTM firmware for RF test of the nRF52805 board, so...
Still working on nRF5340 with external QSPI NOR Flash model EN25QH64 (building environment: NCS 2.6.1, Zephyr 3.5.99). I use it for slot-1 partition during DFU. At build time...
Hi,
Is there a way to use the nPM Fuel Gauge board for battery capacity testing? I would like to evaluate/confirm the actual capacity of the batteries I buy. The Power...
Hello,
We are using the nRF9160-DK (ARM platform) and are running the llext examples. However, we encounter a NULL return when calling llext_find_sym() . Could you please...
Hello,
I am developing a custom board using nRF52832 (QFAA) and flashed (no debug) it with sample beacon app (NCS) to check the transmission. When I power custom board using...
Hi,
I want to develop a Bootloader for the firmware update, I followed the dev academy course to do firmware update using mcumgr command line tool via uart.
Now I want...
Hello,
I want to integrate a bootloader with BLE DFU functionality on the nRF52811 microcontroller. I have several questions regarding this:
Memory Management : Since...
Hello: In my project, I have the following requirements: I need to conditional compile the device tree, i.e., it needs to include a header file via #ifdef, but it can't conditional...