Hi,
I want to configure P1.02 and P2.06 as normal GPIO for my nrf54l15 custom board. For this I have added the following in my .overlay file
From https://devzone.nordicsemi...
Hi Nordic team,
I’ve been working with the nrf_dm sample from NCS 2.9 to perform distance measurements using multiple nRF52840 devices. The sample works well, and I've made...
Hello
I'm working on a custom electronics board with an nrf54L15 (QFAA). This MCU is interfaced with an EEPROM memory (24FC16T) via an I2C bus connected on P1.03(SCL) and...
Hello everyone,
I am currently working on implementing the flash protection feature for the 54L05 chip. My objective is to safeguard the code storage area from unintended...
Hello Team,
i am trying to read multiple mcp9600 on the nrf9151 on my thingy 91x. I connected 3 of the mcp9600 to my stemma QT connector and it all works fine.
However...
Hi all,
I could not find similar questions raised on the forum and I hope someone can help me.
I have an application to connect to a mqtt server, developped on the latest...
Hi,
I am using ble_app_blinky_c_pca10040_s132 project, but I found it cannot output log, by using NRF_LOG_INFO. I have tried some ways, but it didn't work. I need your help...
Hi,
I'm in the process of porting code from a PCA10000 rev2 board to a custom board, using the ISP130301 integrated MCU (contains a rev3 nrf51822 IC). I'm using nrf51 SDK...
Hello,
I'm using a modified version of the serial example of the SDK 13.0.0 with a PCA10056.
The modification are that i use nrf_serial_read in non-blocking mode (timeout...
I am using SD132 V5 and SDK 14.1
I found the sd_ble_gatts_characteristic_add() is being used in most of the example projects, but I suddenly found the characteristic_add...
I have nRF52 on both central and peripheral. I'm getting the RSSI value on the central by looking at the RSSI field in the ADV_REPORT event. I see the RSSI values has a wide...
Dear Thread-experts,
I have troubles with your Thread CoAP Cloud example. I am using:
Thread SDK V0.11.0
Border Router V0.11.0, ethernet (not Wi-Fi)
cloud_coap_client...
Hi Folks, I am playing with uart ble example described in this link ( devzone.nordicsemi.com/tutori...).
I would like to make BLE uses a unique AA (Access Address) rather...
Hi,
for my sound application, I want to get the amplitude, or dB, of the PDM samples.
Are there any existing function implemented? If not, how can I code it on my own...
Hi, I just started using the nRF52 dev. kit. I am trying to familiarize with the BLE examples.
I have downloaded the nRF Connect...and I can detect the device.
The SDK...
Hi,
I added one more timer. As soon as the timer expires and it runs the event handler, and then advertising stops, and the firmware crashes.
Could someone please tell...
I've recently discovered the power consumption issue with FreeRTOS and SDK12.3:
devzone.nordicsemi.com/.../
So, I am now using SDK12.3 with SDK13.1 FreeRTOS files.
...
I am using Nordic SDK to program an nRF51822 chip. I want to optimize power consumption as much as possible so I am looking at using the -march gcc flag. The problem is I...