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.
...
nRF54L15 - NCS 3.02 - Toolchain 3.02
I'm exploring using the Zephyr Shell to replace my old legacy CLI interpreter which hooks onto a uart callback. I can set up custom...
I get the error "ImportError: Module use of python312.dll conflicts with this version of Python." when I try to flash my device using any Python version below 3.12.x. I get...
Hi,
I have a project with nRF52840 where I uses 3xSPIM. 2 are connected to a real-time-clock and accelerometer. The third is connected to an SD-card.
I realized that the...
Our project requires a more efficient way to collect live trace Diagnistic trace data from LTE-M RRC and NAS, on a Thingy:91.
However, using the " Cellular Monitor " app...
Bit baffled by this one, I assume it's related to the attempted nRF SDK Intellisense magic: We do have a monorepo for various controller projects that includes two zephyr...
Hiya,
I am currently going through the nRF Connect SDK Fundamentals Lesson 2 (section: SoC variant devicetree file) and I am stuck. In the example given, it says:
"...
Hi,
We have a device containing nrf52840 CPU with GPS, Simcom modem and other things.
We already implemented a bootloader upgrading via BLE.
Do you have any information...
I am conducting a study on antenna mismatch using an nRF9161. I know that the minimum power it can deliver to the antenna is −40 dBm, and the maximum power is 23 dBm, with...
Hello, I'm working on a BLE peripheral (nRF54L15) using the S115 SoftDevice in the bare metal SDK.
I'm considering a feature to stop BLE advertising before the advertising...
Segger running S112 & nRF5_SDK_17.1.0
With the board already paired/bonded to Android phone as keyboard and Mouse - Works well [mouse works and keypress work correctly]...
I am attempting to interface an nRF54L15 to an NV3007 LCD display and make use of LVGL. From what I can see, there is an nv3007 driver in LVGL, but not in the version of LVGL...
I have an NRF52840 dongle programmed with the connectivity firmware and I want to use it as a central device to connect to a peripheral, and I want to set this up in Python...
HI,
I’m working with the nRF21540 and want to add a GDT, a series capacitor and a TVS diode to its antenna port to protect it against lightning surges and ESD. Could you...
Hi
I'm currently in the middle of porting our board from nrf sdk 2.6.1 to nrf sdk 3.2.1. I made it so far, that the correct dts are used, but somehow the build process seems...
I am following the instructions as per Getting Started with the Asset Tracker Template.
I have successfully created the environment and done the West Update.
When I do...