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...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
Greetings,
We are using a nrf54L15 and trying to use the GRTC Clock output functionality as described in 8.10.4 of the datasheet.
We need the most accurate clock output...
In the next step, I compiled the “Serial LTE Modem” firmware example from the examples folder and flashed it onto the nrf9160DK.
The “Serial LTE Modem” application works...
Hi,
I use the nRF9160dk and I want to use nRF9160's internal flash which has 1MB flash to store a few data. But I cannot find any guideline about using nRF9160's internal...
Good evening, I have recently purchased an nRF52 development kit which I would like to use for my project. Currenty, I would like to provision external devices using this...
Hello, I have a custom board that was designed for me, but based off of the Acconeer XM126. It is very similar with a few minor differences. The person who designed it has...
I'm developing based on the Nordic Academy example here, but I noticed that when transmitting a large amount of data, something is limiting the amount sent by the NRF52832...
Hi,
It seems that CONFIG_IEEE802154_NRF5_UICR_EUI64_ENABLE is not supported on NRF54l15.
Where should be the custom vendor EUI64 value stored?
Only the FICR?
Thanks...
Hello, I recently installed nrf sdk but I have trouble getting through getting started phase. I'm using ubuntu 24.04 and created workspace environment using CLI. Below is...
Hi I'm encountering an error while building Lesson 8, Exercise 1, Step 3 using the nrf7002dk/nrf5340/cpuapp target board. Below is the error message I received:
The same...
Hi, I have a BLE device in Observer role - it will constantly scan for Broadcasters broadcasting our unique UUID and put these scanned devices into a Ring Buffer.
The reason...
Hello,
I've encountered a condition where k_sleep(K_SECONDS(1)) never returns. Here is minimal example, reproduces both on nrf9160 and nrf9161:
Hangs up after printing...
Hi!
I am looking for a NRF52840+OpenThread+Azure IoT Hub SDK solution. Here is what I did so far. Nothing helped:
Thead CLI Example on NRF52840 + Border Router on...
Hello Nordic Team, We are currently using nRF52833-QDAA SoC for developing a new project that incorporates geofencing functionality using BLE.We . We tried using the example...
WE are working on nRF52832 and nRF5 SDK 15.0.0. Currently working on the BLE FOTA process and have successfully completed DFU up to this point. Our next goal is to save configuration...
Hi,
I just finished to setup everything to start using nRF Connect for VSCode Extension. I followed the "nRF Connect SDK Fundamentals" course in the DevAcademy.
I installed...