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.
...
I'm using the NRF52833 DK, v3.0.2 SDK. Example usage: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_cgms/README.html
I can connect...
Hi,Team,
I'm currently using the nrf54l15-dk. I want to set the rtc of the nrf54l15-dk to obtain the timestamp. How should I configure the rtc? Which examples should I refer...
Hi,
We are currently using the nRF54L15 QFN48 package, and have the SWO pin routed to our serial debugging interface. I was reviewing the nRF54LM20 QFN52 package documentation...
Hello Nordic
We have a full reel delivered from a distributor with Nordic label on the outer packaging and a possibly non-nordic label inside.
Can you please help confirm...
Hello!
I am installing the latest version of nRF Connect for Desktop apple silicon version from nordic official website.
After I downloaded the dmg file and installed...
Hi Team,
We are trying to establish connection between our nRF9151 board with NB-IoT enabled Jio Sim and MQTT broker using the sample provided in lesson-4-exercise-1 ...
Hi,
I have been working on a BLE-LTE gateway for Thingy91x for quite some time. To this end, I have tried various options: - First, using multi-image builds: modifying the...
Hi, could anyone show me how I can build nrf52840 dongles with customzied open thread library?
Right now, the nrfconnect examples in matter repo is using prebuilt open-thread...
I followed the recommendation in https://devzone.nordicsemi.com/f/nordic-q-a/124712/compile-error-trying-to-use-nrfx-nvmc-library-with-nrf54l15/550436 to use CONFIG_NRFX_RRAMC...
In section 5 of 'nRF91 Series Antenna and RF Interface Guidelines' there are a couple of circuit diagrams relating to antenna tuners, could you please provide details of how...
Hi,
I just saw the announcement for PRS support. This is very interesting to us for use cases where GNSS reception is temporarily poor. Questions:
What do we need to...
Hi Support Team
Must inductors be placed between the SW1/SW2 pins and the VOUT1/VOUT2 pins of the nPM1304? Can VOUT1/2 output normally if removed the inductors? Many thanks...
Hi,
I am working on a BLE application using the nRF5340 SoC(custom board) and Zephyr RTOS (NCS SDK version v2.9.0)
When I call bt_enable(bt_ready_cb_t cb) , Bluetooth...
Greetings, all. I'm a rank beginner here with all things Nordic but almost 50 years of embedded experience with other devices, environments, etc. I'm trying to develop for...
Custom device using nrf5340, with NFC card emulation functionality.
To use the NFC, I understand that I should use the supplied nfc_t4t library (binary) and its api. I have...