I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi Team, I need to integrate FreeRTOS into the ble_app_hrs_nfc_pairing example. What are the ways to integrate FreeRTOS into ble_app_hrs_nfc_pairing? I need to create two...
I have bought an nrf9161-dk and following the documentation, I was installing the asset tracker using nrf-desktop v.4.4.1 (because v.5.0 crashes everytime I open it in full...
I am aiming to connect the Gateway and Headset 1:1 and output stereo from the Headset.
The Gateway side is 16-bit I2S and the Headset side is 32-bit I2S, and I am able to...
Hi, I have an issue I can't understand. I'm getting the TRICKLETIMEOUT (Trickle timer timeout) ERROR 64 from my nPM1300.
If I understand correctly:
1. Trickle charging...
Hello,
I need to integrate the BLE BAS Central sample into a custom application.
The provided sample compiles as a secure application, and the `_ns` build configs are...
Hello Everyone,
For some time now I'm figuring out the best way to perform timer synchronization with µs-accuracy (+- 20 µ) between several BLE nodes in a star network with...
HI all,
So after realizing that I needed to Just-In-Time provision my Thingy 91 in order to add the device to my nRF Cloud account, I began the process described in this...
If I want to set up a write without response going from the GATTClient to the GATTServer, do I set up a service and make the characteristic there in the Client or do I still...
I recently enabled power management in my code base by adding these two oiptions to my prj.conf:
CONFIG_PM_DEVICE = y
CONFIG_PM_DEVICE_RUNTIME = y
The code runs...
Hi Nordic Team,
I am using a matter lock sample code for my application development and modifying a sample lock application for power source cluster support for the matter...
Hi,
We are facing the same issue as in this post but the solution is not working for us. The old post : https://devzone.nordicsemi.com/f/nordic-q-a/109161/problem-with-flash_manager...
Hi Nordic team,
I hope this message finds you well. I am currently working on developing applications for custom boards utilizing the nRF Connect SDK v2.4.0, with a particular...
Hi,
I'm new to all this, I'm using the nRF Connect app and it's amazing! I'd like to know if there's a way to: 1. create a global macro controlling multiple devices? 2....
Hello everyone! I am having some trouble in connecting two peripherals to a single central station.
As peripherals I'm using 2 nRF5340DK flashed with the UART-Peripheral...
I am working on interfacing MT29 flash driver on nRF52840 and trying to add littlefs file system on top it. while Integrating I was getting mount errors. when I tried to debug...