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...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
Several of the central examples in nrf SDK v2.9.0
using build target; nrf54l15dk/nrf54l15/cpuapp
produce this linker error:
undefined reference to `bt_conn_le_create...
I'm using an nRF7002DK, SDK v2.7.0, and I've set it up as a BLE mesh node following the Zephyr bluetooth mesh sample . It's running fine, and I'm able to provision it using...
Hello,
I’m working on a project using Zephyr with a nrf52832 and I would like to know if it is possible to scan on a specific bluetooth channel (for example 38). I saw that...
I have develop a FOTA code in SDK2.5.0 base on \nrf\samples\cellular\nrf_cloud_rest_fota example, everything work.
and recently I try to update to SDK2.9.0, and first testing...
I am developing an application based on nRF desktop, SDK 2.9.0. In normal build it works as expected. In release build, which includes MCUMgr/MCUBoot and no logging or asserts...
Hi all,
The following is the default partition.
Due to nRF54L15 – 1524 KB non-volatile memory (RRAM), I wanted to expand the settings storage partition without changing...
Hello,
I am currently using two hardware:
1. nRF7002DK PCA10143
2. Fanstel WT02C40C that has the nRF5340 and nRF7002 pair. Here is the latest manual of this module ...
Hi
SDK: nRF Connect v2.6.1 uP: nRF52832
In my project I try to compbine NFC and FOTA (DFU over BLE). First I did setup a NFC project from the example "writable_ndef_msg...
I want to use the external flash on the nRF5340 DK using SPI as the board I'm developing for will not have QSPI. I used the littlefs sample which has a lot of the settings...
Hi,
I'm trying to implement a PRE_KERNEL1 timer (with top priority 0 ) to toggle an LED.
I’m able to control the LED using registers, and now I want to add a timer layer...
I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...
I am debugging an application on a nRF5340 DK using nRF Connect SDK from VS Code. (Toolchain/nRF Connect SDK v2.9.0), everything up-to-date.
The build is "optimized for...
nRF52840, nRFSDK 17.0.2, SoftDevice S140 v7.2.0
Hello! We're turning on SoftDevice and using the PA/LNA pin control to drive our FEM. Then, we disable SoftDevice and issue...
Hi,
I found a bug in the init part of the LIS2DU12 driver. The driver tries to reboot the LIS2DU12 sensor using the SW_RESET bit in CTRL1 register even if it is not in...
Hi,
I'm trying to synchronize a process using an nRF52833 dev kit using a Zephyr event.
The code looks like this:
The first routine sends an event and the second captures...