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 followed SDK 2.7.0 Fast Pairing example and successfully downlowd to nRF52840 PCA10056 EV board, using VS Code nRF Connect Extension.
Fast Pairing Input Device example...
Hi,
I am hoping to send/receive binary data (a protocol) on the same UART that has logging/shell enabled. Is there a way to access the UART RX traffic that the shell gets...
Hi all!
I've been working on a project using the nRF Connect extension for VS Code and I've been trying to figure out which HEX file in my build/zephyr folder for my application...
Hi,
I am sending a SCAN_REQ packet from my code after receiving an Advertising packet from the NRF5340 DUT. Sometimes I receive the SCAN_RSP packet, but other times I encounter...
I am working on a project where my hardware includes an array of LEDs. I want to run an LED pattern on the array during the DFU process. I have tried to find a solution for...
Hi, I have been working with I2S Mic sph0645lm4h-b and nRF5340 audio DK. I configured mic and while I'm reading the data it throughs an error code of -5. I'm Sharing the code...
I am a beginner and I want to switch from SDK 17 to nRF connect SDK v2.6.0, but I found that many configurations are different, such as gap initialization, gatt initialization...
Hi,
In my wearable application, I would like to have reset functionality by pressing two buttons, which I also would like to use as application interrupts. I read that the...
I'm working on implementing asynchronous UART on a nRF52840dk but uart_callback_set() is returning -88 (ENOSYS), which according to the tutorial here means it's not supported...
Hello!
I am using a nRF52840 board for some really simple development. First I just tried to run the blinky example and connected with another BT device. It worked well...
I attempted to use https://github.com/Protocentral/protocentral_max30001_zephyr_driver to build my project. However, I am still encountering some issues.
1.In the overlay...
Was following steps here to set up the sidewalk sdk from a blank nRF Connect SDK for VS Code application template using sdk v2.7.0. I noticed immediately that the directory...
Description : I am experiencing a build issue after porting my project from nRF SDK 2.4.2 to nRF SDK 2.7.0. The project involves using the nRF5340 and was building successfully...
Hi,
I'm trying to implement an application that acquires data from two channels of the SAADC in "parallel". I'm currently using the nRF52 DK and nRF5 SDK v17.1.0. After...
when I change from compatible = "nordic,nrf-spi" ; to compatible = "nordic,nrf-spim" ;
the SPI transceive failed
my overlay file
my yaml file
main code