Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
hi support team,
customer is using mesh and met a problem, here is the situation:
1. customer using mesh/light as basic demo, adding mesh DFU function in it ,and deploy...
*** Booting nRF Connect SDK v3.1.1-e2a97fe2578a *** *** Using Zephyr OS v4.1.99-ff8f0c579eeb ***
Hi,
I purchased several nrf54L15 development boards and am preparing to...
I'm trying to run a custom image on the net core. I've successfully done so using the following exercise in the intermediate course: lesson 8 exercise 2 however when trying...
Hello,
We have some hardware that uses the nPM2100 in roughly the 'one button' configuration where the SHPHLD signal is used for the reset button as well. When the reset...
Hi, We have a device already in production. We have an issue where the device fails to connect to an Android phone or iPhone hotspot with WPA3-Personal. We tried to change...
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...