We are having a slight issue when we are trying to update the DFU. The original version had this setting for the data reserve:
#ifndef DFU_APP_DATA_RESERVED
#define DFU_APP_DATA_RESERVED...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
Hi,
I've started working with the nRF52-DK for developing a new product based on the nRF52832. I'll be using custom services so I took as a starting point the projects provided...
Hi,
I'm using Linux with Visual code extension to compile for both nrf52840DK and nrf52480 dongle and I'm using the programmer in nrfConnect to write to the devices. The...
This case don't happen when i merged net_core and app_core to burn . I used to burn only one core.
What causes this?
Now I have a new question.I use one nrf5340 as CIS...
I am using nRF connect SDK and wanted to examine gpio 'out' register during the debugging session but every time I try to print the register value, I get the following error...
Hi,
I am using the SDK 2.1.1 and I will upgrade to 2.1.4 since errata 160 is fixed there.
Reading the errata document here , the anomaly 168 is fixed in SDK 2.5.1. Unfortunately...
Dear nRF support,
nRF5340 custom board
nRF NCS 2.5.x
Running into this very weird issue:
Program runs fine if I don't attach debugger to it
When I do "attach to...
Hello Nordic Engineer,
I successfully controlled the 52840 DK through Mesh using my phone. However, after exiting the app and reopening it, I can no longer control the...
Hello Team,
I’m working on implementing BLE Mesh on the nRF52832. I extracted the BLE Mesh ZIP file and placed it in the same directory as the nRF SDK. Then, I opened the...
Dear Nordic Support Team,
I am encountering an issue with the nRF52 SDK for Mesh v5.0 and nRF52 SDK v17.0.2 while running the serial example. The system runs for a while...
Hello,
In the header file nrf54l15_types.h, we see the following defines related to the SAADC:
* REFSEL @Bit 12 : Reference control */
#define SAADC_CH_CONFIG_REFSEL_Pos...
Errors on calling "lte_lc_init()"
Does anyone know what the corresponding error codes mean, or what could be done to debug the cause?
Thank you very much.
I am writing an i2s application for the nRF5340 Audio DK with toolchain and nRF Connect SDK v2.9.0.
During development I noticed that nrfx_i2s_start() does not seem to check...
Hi,
I am working on a project where I have two separate physical devices , each based on an nRF52832 :
One device is a BLE Mouse
The other is a BLE Keyboard
My...
Hello, lte_ble_gateway works ok using dk91 or thingy:91 on, v251 - ok v262 - ok but not on, v270 - err v280 - err v290 - err This is straight example code as found in VS....