I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
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...
Hi,
nRF5 SDK for Thread and Zigbee supports DFU OTA over Thread, but I can't find the corresponding function in NCS.
If I want to implement DFU OTA over Thread in NCS...