I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,I have been using nrf5340 audio DK Board to access the I2S .I am using SPH0645 mic with that i need to get mic data .My Mic datasheet specifies that "The Data Format is...
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...