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 everyone,
I am currently working on a project, where I want to interface UART to a Bluetooth mesh network. The project is very similar to the light switch demo, because...
Hi Team,
I am working on Mesh SDK 3.10, I have requirement of mesh with Ble Uart. So I decide to take this example "ble_app_uart_coesixt". I build this example without...
Good day, support!
I have a couple of questions regarding the firmware of the nRF52840 dongle.
1) How to identify the firmware version that is nRF Connect flashing ...
After following the " Using a custom Secure Partition Manager with your application " Guide for the nRF5340-PDK, I experienced following error:
I tried to create a Non-Secure...
Hello every one.
I am new with Segger and nRF52.
I tried to create my own library for OB1203 sensor.
But i stack here when Segger view this error: Below is my screen...
As we are performing climate tests for custom PCB based on Nordic nrf52832 SOC, in low temperature i.e -20 Deg C the communication is not stable. After verifying the HFCLKSTAT...
Hi,
We thought to have a setup like this
1<-->2<-->3
1 is MESH ADV device with some mesh model
2 is MESH ADV + regular BLE stack support
3 is Gateway with...
I am trying to collect sensor data and store in flash using qspi interface. Unlike the peripheral example code, the qspi data handler function is not getting hit with ble...
Hello, I have another problem... i work on nrf9160 dk
I try to send http post when i pressed button 2 but this doesn't work.. Below you could see my code who block on printk...
I have been reviewing this merge: https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/1982 and it appears that there is capability in the fota example to enable https...
How to configure the start address and size of flash memory and nrf52832 in SES and how to calculate the size? How to calculate the start address and size of app and bootloader...
Hi,
Current Status:
I'm trying to run the fpu_fft example from the SDK 15.3.0 on my nRF52832 DevKit. When I clean and build the project in SES everything is fine and I...
Hi, I have a question about unknown flash data from MBR area which start from offset 0x0000035C, 20 bytes data show as below.
Data[20] : FF FF FF FF FF FF FF FF FF FF FF...
There doesn't seem to be any validation of the image when updating the bootloader by secure DFU. nrfutil has no switch to generate any crc or ecdsa_signature. The code uses...