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...
Dear:
I am useing NCSv2.6.0 version.On the basis of my project, adding RTT printing of Bluetooth scan packet and scan response packet will frequently appear Log crash. ...
Hello Team NordicSemi Q&A,
I am beginer in Nordic Semiconductor Device. My question is related of nPM1300 Quiescent Current. In datasheet for Sleep Mode and Hibernate Mode...
Hi,
1. I am testing nRF54L15 PDK PCA10156 0.8.1 Example is: ncs\v2.8.0\nrf\samples\bluetooth\direct_test_mode 2. Which pins can be used as UART TX and which pins can be...
Hello, The nRF40H20 has two Chip Select pins for the QSPI interface (P6.03, P6.13). We would like to use the first one for an external memory (MX25R6435FZNIL0) with XIP and...
Hi,
The errors that need to be resolved are as follows, and I think the sdk is not installed properly:
1.Please help me troubleshoot the installation problem of nRF...
I need to detect the VCC voltage on the nrf52833 on power-up and wait till it slowly ramps up to 3V. Is there a way to do this using the Power-Fail Comparator. I found another...
nrf5340_audio application , unicast_audio and broadcast_audio samples in zephyr, Are these all LE_2M by default ?
If I want to use LE_1M, how to change ? Modify prj.conf...
Action for Loading configuration is bugged. It Exports .overlay file but when Loading it only accepts .json file and it doesn't allow you to change it. Therefore, the file...
Hi,
We are currently starting a project using the nRF52832 as our controller, Segger Embedded Studio 5.42a as our IDE, and nRF5 SDK version 17.0.2.
Project Requirement...
I read some previous posts that there was limited support for sysbuild for the VSCode extension. There are two things that I noticed: 1. When creating a build configuration...
I have a PCA10056 (nRF52840 DK) and while programming it with a UART example from the nRF5_SDK_17.1.0_ddde560 using Segger Embedded Studio for Arm 5.42a, it will not show...
Hi I have recently bought the product nrf52840 from Digi key, i have dumped the code so many times but now days it is showing the error. the issues is whenever iam trying...
Hi. i am trying to turn ON a LED1 and read its status and then turn ON LED2 based on status of LED1 in nrf52840dk board.
#define led1 28 #define led2 25 #define Button 12...
I want to use the example of "Wi Fi: Shell" to set TWT parameters by referring to the official documentation:
https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols...
Hi all,
Ive been able to develop for a few weeks with our nrf52840 device and were able to run our code and do some basic Bluetooth stuff. Suddenly I can no longer flash...