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 Sir,
We plan to use the serial DFU to upgrade the 52832 (Host MCU + 52832), we use UART as the communicate interface.
Do we have the example code for reference for...
Hi,
I'm experiencing frequent crashes in the softdevice on an nrf52832, running SD version 6.0.0 with SDK 15.0. The crash seems to occur when interfacing to the device over...
So I can live with the 60uA power draw I get shortly after a power cycle but the strangest thing happens. Over a short period of time the power consumption ramps up to, well...
Hardware: customized board based on PCA10056
SW: nRF5_SDK_15.2.0_9412b96
Change:
Merge ble_app_blinky example into blinky_rtc_freertos.
/cfs-file/__key/support-attachments...
NRF52832
SDK 15.2
Two MCUs communicate through serial port. If the other MCU is not powered on, nrf52832 will not run (LOG error > app: Fatal error). If UART is not initialized...
Hi everyone,
These days, I am thinking about how to make some upgrade about the sound module of thingy52.
It would be quite funny to make some other sound samples rather...
I want to know the project which code was developed with IAR,the project can port to keil MDK? If I could,where do I need to change,and how to do it .thanks
I use SDK15...
Hello, I have recently updated our CLI backend to use LIBUARTE and it seems to be much more reliable. I have a few assumptions I would like to clarify and a few questions...
I am about to start new quite complex project with nRF52 and I thought that maybe it is high time to use freeRTOS port from SDK. As the device is going to be powered with...
We are experiencing some mysterious but very rare events of MCU going into system OFF mode. We are using nRF51822 and S110 v7.3.0. The wake ups are most likely caused by a...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v10.0.0 with softdevice 8.0.0 in our project, In Application we are using gpio,timer,uart interrupt handler, In main function...
Hi support team,
I'm using nrf52840 with softdevice 6.1.0 and sdk 15.0. I started from the ble_connectivity example as my central and used pc-ble-driver on my host PC as...