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...
Could you please clarify for the clock and oscillator setup, are the LFXO oscillator and LFRC RC oscillator internal oscillators on the chip? Or is an external oscillator...
In the devzone there is a list of the "Recent and unreplied" posts, but is there a way to just browse all the devzone posts? Not just the "Recent and unreplied" list.
I...
I am debugging an issue where my nRF9160 (NCS 2.7.0) rolls back to the previous firmware after a seemingly successful upgrade. I am not getting enough logs from MCUboot to...
I was in the process of evaluating a driver when I noticed I2C communication was not working as expected. I put a probe on the relevant pins and noticed the Voltage on my...
Dear Nordic Specialist,
I would like to ask about the correct usage of the power recommendation parameter in the channel sounding configuration.
In bt_le_cs_set_procedure_parameters_param...
Hi,
Recently, I encountered a problem.
I wanted to set a MAC address of type BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_NON_RESOLVABLE, with the upper two bits set to 11 as well...
Hi,
I am using nRF9151 with nRF Connect SDK 2.9.0 .
In our project we are using an external NAND flash (MT29F4G01ABAFDWB) over SPI, and it is working successfully. We...
Planning on using the npm2100 PMIC as our PMIC for an upcoming asset tracking solution. We will have an accelerometer that will determine when the main MCU (nrf54) wakes up...
Hello,
I would like to know if it is possible in a Mtter project, to activate or not the MRP messages as mentionned in Matter Core specifications ( chapter 4.12. Message...
NCS 3.02 + nRF54L15
I'm troubleshooting a potential bug. Are these blocking routines, or if not how do I monitor for successful completion of flash write? I looked the the...
I found a issue, I open a sample project " v2.5.0\nrf\sample\cellular\location"
when I click "Add build configuration", no nrf9160 option and only nrf52840 can be selected...
Hi, I am trying to do pwm a rgb led using nrf54l15dk and custom board using nrf54l15 on port1 with pin connections on (p1.10, p1.8 and p1.13 for custom) or on (p1.11, p1.12...
Greetings,
I have worked with the MCUBoot and its Serial Recovery feature with success and recently tried to enable the CONFIG_BOOT_SERIAL_WAIT_FOR_DFU option ( as well...
Hello,
I am intending to extract audio from the onboard microphone of nrf5340-audio-dk.
I used the nrf5340_audio application as reference but cutting off the bluetooth...
Hi,
I'm trying to use same UART channel on both project-specific purpose and MCUmgr DFU. However, when I enable the option CONFIG_MCUMGR_TRANSPORT_UART, the code reset's...