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...
After connecting to an nRF9160 using SEGGER tools (J-Link RTT Viewer v7.62b), excess power consumption is observed until the device is reset (via `nrfjprog -r`)
First the...
I have a Central using nRF52832. The project is working correctly but I’m having trouble getting FOTA via BLE to function on top of it.
I’m using NCS 3.0.2 (3.1.0 and...
Hello everyone,
I am writing an application with three sensors on the same SPI1 interface on my nRF52840. See the following devicetree section:
For all sensors, I use...
I’m following the nRF54L Series Express Course – Lesson 5: Power Consumption Demo Part 2 sample code, using nRF54L15DK to test the deepsleep → wakeup functionality. However...
I work nRF54L15 with NCS311.
I want to save application's parameters on UICR.OPT[].
But it looks like somewhere in OPT is used by the bootloader.
What parts of UICR...
Hi, i am working on the nrf5280, and I have set up BLE with NUS so I have a shell and logging over BLE, as well as logging over UART. I have a python script running that connects...
Hi,
I'm preparing to run some openthread code on an nRF5340DK using the latest SDK and toolchain v3.1.1. A simple program works fine until I set the CONFIG_OPENTHREAD...
Dear Sir,
I have purchased nRF5340 DK (Will call it device hereafter) and am trying to bring it up.
I have connected the device to Linux but the device was not detectable...
I’m testing the nRF9151 DK in India and trying to use the nRF Connect app (Quick Start guide) to connect the device to the network.
Board: nRF9151 DK
SIM: Onomondo...
I have a nRF52DK board that I loaded the peripheral_uart program in a while ago. I tried to get the board running again but when it calls err = settings_load() it just keeps...
I'm currently trying to integrate Memfault to my project that is using nRF9151 DK. Memfault was working fine until I turned on these configs:
# Collect LTE Metrics CONFIG_MEMFAULT_NCS_LTE_METRICS...
The application here is reading a Manchester stream on a GPIO. which comes from a MAX41473 radio IC.
Decoding is working fine using GPIOTE, timers & PPI to time & decode...
Hi,
I have two nrf9161 dev kits. I have flashed the firmware 2.0.1. Then I flashed the hello_dect example.
Now I always get an error and the program does not start. *...
Hi,
I am able to do some stuff partially using the command
$ west build -b nrf52840dongle_nrf52840 -- -DDTC_OVERLAY_FILE=usb.overlay -DOVERLAY_CONFIG=prj_cdc.conf
With...
Hi guys, I am using the SDK v2.9.0 and the toolchains b620d30767. To add the build configuration for the sample peripheral_uart, the console print some error log.The log as...