Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
I have an FTDI USB to dual RS232 adapter for communication over UART. The nrfutil device command finds it in version 2.8.5 and below:
Starting with version 2.8.6 it doesn...
Hi,
In our custom nrRF9151 application we sometimes get a modem fault. This happens randomly when the device is moving, so likely something to do with changing cells....
Hi,
We have a client using one of our products, and their local NB-IoT network was giving us some issues, I travelled over to try and work out what was going on, and it...
So my board uses uart00; I also need to use ZMS for storing configuration data.
If I try to compile with no SPI enabled the Flash drivers throw an error '__device_dts_ord_130...
under freestanding applications, which code to use to enable bluetooth on nRF52840 DK kit . Then, it has to pair with android mobile. how i can achieve it.
Hello,
I am configuring the Watchdog Timer (WDT) on my custom device and observed that it gets disabled when the system enters Deep Sleep mode. This behavior prevents the...
Hello Nordic Support team,
I'm receiving the Transmission failure and Lora Initialisation failed message despite to correct wiring and everything else. I'd attach a link...
I've been trying to get SPI slave running on the NRF54L15-DK for over a week. I am new to Connect SDK but have successfully completed this task with NRF52840-DK (and dongle...
I changed the file, C:\Users\kruenheck\AppData\Roaming\nrfconnect-bluetooth-low-energy\uuid_definitions.json so that it has a new service:
{ "_comment": { "comment": [ ...
I am programming with nrf52833,ncs v2.9.0.Based on peripheral_hid_keyboard and cetral hid.
I send about 6k hid keys to central via ,while sending,peripheral side
But ERR...
Hi Nordic team,
I’m trying to use my nRF9151 DK as a Bluetooth Host (Zephyr) connected over UART (H:4) to an external Seeed XIAO BLE board (acting as the Controller). My...
Hi,
We have functioning application code under the 2.4.4 SDK development setup. I would like to start migrating to newer code but am encountering issues. (Ultimately, I...
I have an nRF5340 DK (not audio DK), and I want to send LE audio from my LE audio compatible device to my DK and then have my DK play that audio over I2S to my external amp...