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,
IDE - Visual Studio Code
SDK version - 2.9.0
Computer platform - Win11
I'm at the early stages of a project which first requires to send ~10K of data to the...
I'm encountering a build error when compiling a project with both Wi-Fi and the PSA Driver for CryptoCell enabled in nRF Connect SDK v2.9.0. The error occurs in crypto_mbedtls_alt...
Hello,
When using extended advertising with coded PHY, the advertiser address is included by default in the auxiliary packet (AUX_ADV_IND) on the data channels and not in...
I ma supposed to read FA0A03048100020000F , BUT I END UP READING FA0A030482000202020202. This is also common with the peripheral i am trying to interact, It sends a packet...
Hi everyone,
I´m work on a project were i have to stablish a mqtt connection with a RabbitMQ broker thats have user/pass auth and tls without certificate validate. My...
Hello, The Online Profiler tool currently doesn't support the nRF 9151. Is there a possibility it will be supported in the future? In the meantime, if I choose the nRF 9160...
Hi,
I've been working on Nordic boards for almost a year now using Zephyr and nRFConnect. I've been able to understand the DevAcademy Courses and to reproduce them.
The...
Hi,
I am working with the nRF52 DK running the Blinky example , captured BLE packets using the nRF51 DK sniffer and analyzed the interval timings across the advertising...
Hello, I measured with the PPK2 over the weekend and it stopped updating the .raw temp file after 208,201 seconds (probably nothing special about it) It is around 12GB. The...
Hello,
I've got the nrf9160dk board, but the nrf91 isn't visible. I was told that it's dead, and I should try to play around, at least with the 52840. I've tried to make...
Hello, I am currently working with VEML6035 light sensor and so far i had a hard time working with its 16-bit registers.
The code that i wrote:
overlay file:
I can...
Hi,
It seems like my system is crushing before going to deep sleep,
I have noticed that if I remove a k_sleep of 500 ms, just before going to deep sleep the system does...
It's successful when I use west :
% west flash -d build
But it's failed when I use nrfjprog :
% nrfjprog --program merged.hex --reset
OR
% nrfjprog -f unknown...
Hi nordic:
I use two NRF52DKs and download MESH CHAT separately, hoping to achieve communication between the two NRF52DKs:
SOFT VER: NCS2.8
The specific process is as...