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...
So I have been doing a project on nrf52840dk, So I have built a custom bootloader for it as well, I have been trying to add the custom bootloader with the code in my nrf52840dongle...
Hi Nordic Team,
I am working on matter-based product development using nRF54L15 and looking for machine learning support for the same SoC. Can you please confirm if machine...
I have a BLE system where multiple sensors operate as peripherals and send data to a BLE central. These sensors enter sleep mode after transmitting data and later wake up...
The scanner can be informed of the synchronization information as soon as it receives an ADV_EXT_IND PDU, and then it can later scan only AUX_SYNC_IND PDUs. at this point...
Hi,
I used the nRF52840 board with SDK v2.8.0 .
When we tried to build this example code, we encountered the following error: v2.8.0/zephyr/include/zephyr/device.h:92...
Hi!
S132, SDK17.1, nRF52832
Very strange behavior, I connected my central to the bonded peripherial success and got an BLE_GAP_EVT_CONNECTED event, but when I disconnected...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
Hello,
I'm working on a custom board with a nrf54l15 chip.
I would like to add an interruption on the GPIO P2.10. But I get an error -ENOTSUP with gpio_pin_interrupt_configure_dt...
Hi Support Team,
I tried several ways to set the image version but failed. My SDK is ncs V2.5.2. 1. set(CONFIG_MCUBOOT_IMAGE_VERSION "1.0.0") in CMakeLists.txt: did not...
Recently I've had an issue with 3 of our nRF9160 based products during production (several hundred of the same hardware/firmware/SIMs work fine). The issue is that while the...
I am using VSCode with nRF extension with the latest 2.9.1 SDK.
I have been working on an application for bluetooth for the 54L15-DK.
I want to do a custom sensor driver...
Hello Nordic support,
My application is a Zigbee coordinator application on nrf52840 based on nRF5 SDK for Thread and Zigbee v4.2.0. I was able to pair a Zigbee end device...
I am using the Zephyr SPI driver to control a WS2812 LED strip through the SPI interface. Since only the MOSI line is required for communication, I want to configure the SPI...
Hello,
I am trying to get reliable log output using the Nordic Connect SDK (NCS) over RTT. When I use Minimal mode, the following config:
CONFIG_LOG_MODE_MINIMAL=y CONFIG_SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL...
Hello,
I am developing a new application using nRF52832 and writing and debugging code on Segger embedded studio (Release 5.68) with SDK v17.1.0.
I try to run simple application...