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...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Hello,
Im trying to flash my dev board but im keep getting following error:
Error: One or more batch tasks failed: * 1057707318: [Probe] Emulator error: Failed executing...
Currently, in the early stage of code development with NCS 2.8.0, I'm getting some errors when configuring I2C (TWIM) for a sensor device in a custom board.
The overlay...
On the NRF7001 module there is a "Determine the trim value" section in the documentation. I have followed the "Receive-based approach" to determine the CALIB_XO value. This...
Hi,
I have several deployed devices that have been running for a while, using the nRF Cloud A-GNSS system with the nRF Location library. These devices were successfully...
hi I have recently been developing ncs on vs code. However, I encountered a strange problem. After I clicked build configuration, there was no output in the terminal, except...
Hello all,
I have this problem: when I add support for OTA my bonding information are canceled after power on. Without ota all is perfect.
Example: - Turn on the device;...
Hey there!
I am currently trying to upload a .hex file onto the board to flash it using the nRF connect programmer. But while flashing i get this error:
11:10:10.496...
Hello,
I am currently working on the Exercise 3 – Interfacing with ADC using nrfx drivers and TIMER/PPI sample. I have it operating, however I am wondering what is the proper...
Using NCS 2.6.2
set(PM_STATIC_YML_FILE ${CMAKE_CURRENT_SOURCE_DIR}/configuration/pm_static.yml) in the CMakeLists.txt works well to use static partitions for a appl+mcuboot...
Hi
I have been using the nrf52840 development kit. In the sdk examples I am running the radio test example of pca10056, but in the retarget.c file I am getting this error...
Hi,
I'm working on a testbench to flash product with nRF5340 and nRF52840 chips.
In order to erase/flash both I'm using JLink Base compact and nrfutils CLI. But I have...
I've been trying to build the BLE Audio Broadcast source to run on my nRF5340 Audio DKs using the line in as the audio source. I've been developing on nRF52 for a while using...