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.
...
Do the LED drivers on nPM1300 have any ability to control either current or do PWM dimming? led_set_brightness() seems to not do anything and from the datasheet its not quite...
We have an nRF52833-based board, software is based on Zephyr and Nordic SDK 2.1.2. One of the SPI interfaces connected to external flash (Winbond W25Q80DVSNIG) Board is battery...
I have successfully implemented an interrupt-driven method to read data from the MPU6050 sensor on the NRF52840, and it functions as expected. However, I encounter an issue...
Hi Nordic team,
The LTE link monitor app is not showing up in my NRF connect for desktop v3.6.
What would I need to do in order to add it?
Is there a http link you...
I have written the code to test the RSSI signal, and the segger shows the result on the debug terminal, However, the debug terminal can only show first 500 data, the first...
Hi,
I have installed NCS 2.7.0 using the nrf command line tools, and followed the tutorial to install the NCS VSCode extension in VsCode. However, when I compile the Matter...
After I flash my code,I get imformations as follow:
*** Booting nRF Connect SDK v3.5.99-ncs1 *** ***引导nRF Connect SDK v3.5.99-ncs1 *** ***引导nRF Connect SDK v3.5.99-ncs1...
Dear Sirs!
I used SDK 12.2. Product was developed some years ago and now I am working for upgrade. One of new features is UART. I faced very strange problem.
I send...
Hello,
I am developing a HID device with DFU OTA and would like my customers to be able to upgrade this product independently via DFU OTA in the future. I would like to...
Hello Everyone,
I would like to interface the Accelerometer to nrf52810 via TWI pin P0.06 as SCL and pin P0.09 as SDA. I have to read the accelerometer data and send over...
Hi Nordic I am transmitting the dmic stream from nRF5340 dk to nRF5340 Audio dk. But I am not hearing the nRF5340 Audio Dk. Getting below Wrn's How can I hear the audio on...
Dear expert.
one of my clients manufactures medical devices.
as you may know, medical devices need to special certification depending on the country, such as North America...
Hoping someone can point me towards some guidance on how to properly enable, configure, and build mbedTLS options on the nrf52840.
I'm currently using Zephyr 3.6, with the...
Hi,
I developing an Hearing aid accessory with nrf5340 audio and STM32.
I do not have external flash so I need to use the nrf5340 internal flash.
I'm using the 2.5.0...