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 Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Hi,
We are in process of performing CE Certification on a product with the nRF9160 module mounted.
The lab wants to perform conducted testing on the module with the antenna...
hey there, i have a project which uses nrf9151 with a pressures sensor from BOSCH which uses SENT protocol to transfer data, my question is 1. Is it possible to configure...
Hello, I'm using the nrf52DK for the chip nrf52832 with nrf connect SDK v2.6.1
I want to implement an advertising timeout say 5 minutes. How can I achieve that? any example...
I'm attempting to troubleshoot a system crash when polling a sensor at higher ODRs while BLE is enabled. I'm using NCS v2.9.0 with the nRF54L15. I checked the thread stack...
I'm trying to compile the lsm6dso example for a nrf5340. I also tried the nrf52832, but I get the same error.
v2.4.2\zephyr\samples\sensor\lsm6dso
prj.conf:
CONFIG_STDOUT_CONSOLE...
Hello, i'm considering an application using nRF52840 in following configuration:
- I2S RX would be connected to some external I2S source (I2S slave)
- I2S TX would be...
Hello, I'm trying to make a application bootable through MCUBoot but I'm having a hard time generating the .bin file with MCUBoot header. According to this page I should be...
Hi I want to use nrfutil nrf5sdk-tools in MacOS but when I try to run it I get the following error.
" Error: Failed to spawn inner nrfutil-legacy executable
Caused by...
We are trying to update the SDK used by a firmware on a device that is in production. The old SDK is 2.1.0 and we are trying to update to 2.9.0.
I was able to get the firmware...
i am currently using nrf52840 dk as a hardware, nrf5sdk version 17.1.0 ,ble_app_uart peripheral example (s140 soft device )
here the maxmimum mtu is set to 247 bytes whether...
Hi everyone, When I try configure UART (parity, data_bit, stop_bit, flow_ctrl), I have noticed error when I run in terminal: "
*** Booting nRF Connect SDK v2.9.0-7787b2649840...
Hello
I am developing an application based on the nRF9160, it uses Coap protocol to connect to nRFCloud to transfer the data. Also I have implemented the FOTA which always...
Hello,
I am using the nRF52810 with SoftDevice S112_nrf52_7.0.1 and trying to create a simple program that sends the character "1" to a mobile device. However, I am encountering...
I've been having trouble downloading the Connect SDK in VSCode, so I want to download the SDK from GitHub first and then import it into VSCode. How can I import the SDK I...