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.
...
Hello all,
I'm currently developing an application using the ESB protocol on a nrf52840.
I'm trying to calculate the expected current consumption in the different stages...
Hi,
I am working on a project with channel sounding requirements and I have collected some test data. I am using the example codes Bluetooth: Channel Sounding Initiator...
I am developing an application using nRF52833 + nRF5 SDK + S140, and I encountered a strange issue. When I perform an OTA update from a firmware that does not initialize the...
Hi there,
I am using MDBT dev kit based on MDBT53-1M module. I have a simple application of reading an SD card and printing the data on the LOG. While the current application...
Hello!
I bought dev board with this module and plan to use it in my product.
I bought a development board with this module and plan to use it in my product.
While I...
Hi
for DFU is bluetooth used by default. Your DFU app suports only using bluetooth to do a DFU.
Do you have any tools to do a DFU over NFC? Or do I have to write a tool...
## Summary
When running the OpenThread CLI sample on `nrf54lm20dk/nrf54lm20a/cpuapp` using nRF Connect SDK v3.2.4, the application crashes immediately on boot with a ...
Reporting this here as the project GitHub asked that bugs be reported via DevZone.
The latest Power Profiler v4.2.0 has introduced an annoying issue - when running the Power...
I have an application that gets a fix using A-GNSS. I couldnt understand from the documentation how to enable other satellite systems other then GPS to be enalbled in my application...
Hello,
I am trying to run this Android-nRF-Blinky sample from Git ( https://github.com/NordicSemiconductor/Android-nRF-Blinky ) and build failed.
Below is the error message...
I make a BLE/USB MIDI controller that has an NRF52840 receiving sensor data by SPI from an Atmega 32u4 at 2Mhz. The NRF52840 is the SPI master (SPIM3). When I'm using BLE...
Hi there, I am using nrf connect sdk v2.6.0. I have noticed that after DFU update, I am seeing ble bonding lost randomly on firmware side. I did uncheck Erase Application...
We are running some sample code on the nrf54l15 mcu, specifically: /modules/lib/memfault-firmware-sdk/examples/nrf-connect-sdk/nrf5/memfault_demo_app
We can connect and...
Hi nRF support team,
I am evaluating ST7735 LCD with the nRF82540 development kit. For your information, I am able to set-up the nRF Connect SDK environment on nRF82540...