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 would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello everybody,
I need to store some data in the flash for application purposes. I'm using the SD332 and the application goes in the DFU mode with the DFU buttonless service...
I added a SIG general onoff model by modifying nordic mesh SDK example project 'example/light_switch', just modified model ID as below:
client:
#define SIMPLE_ON_OFF_CLIENT_MODEL_ID...
Hello,
I have implemented OTA DFU for Xamarin based on the implementation of Nordic's official library for Android . It works in general, but I'm seeing a bottleneck in...
Hi,
I would like to know how to process DTM test for nRF52840 BLE RF TX power, RX sensitivity ... etc.
If there is any test firmware, tools, command lines and application...
I'm trying to migrate to SDK15.0 (from 14.2) for the nRF52_DK and nRF25840_DK. Using the new nrfx_rng.c driver I'm getting a link error as a few functions can't be found:...
Hi,
I'm using nRF52840 with mesh 2.0.0 and started from the light switch example to build my own application. I have now 2 type of boards master (client+provisionner) and...
Dear Nordic Team,
Thanks for supporting.
currently i am working Single channel scanning with ble_app_uart_c example. In continuous scanning missing beacons. Please support...
Currently, in my application, any iPhone can attempt to read from one of my protected characteristics and initiate the bonding sequence. I have it set to "just works" mode...
Can anyone tell me if there is a specific problem on the nFR 51 using the 12.3 DK, where a disconnect is seen when it connects? I'm using Android Lolipop 5.0 on a BLU device...
Hi,
Im migrating from SDK8 to SDK12
app_timer crashes
Debugging at app_error.c shows m_error_data to be :
softdevice, pc 0x000104AE, fault ID 0x00000001 error_info...
Hello, trying to understand how to replace just the bootloader and s112 SD (app not installed), presently getting Insufficient resources.
First, mergehex -m softdevice.hex...
Hi,
Has anyone attempted to first transfer the entire image package to the external flash over BLE and then use a background DFU library to transfer from the external flash...
Hello,
I've got a NRF52840-DK development kit and tried to configure it with a ATT MTU size of 512 bytes (larger than 247 bytes). I've activated data length extension and...
HI all,
I'm trying to get the Thingy Mesh Demo v0.1 working on my Thingy's. I am using the same SDK version as used in the demo ( Nordic nRF5 SDK for Mesh v1.0.1) and I...
I was able to follow the "quick start" guide for Mesh DFU and got things working with 3 nodes.
1 node (the serial host hooked to the PC) was programmed with:
bin/softdevice...