Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
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...
Hi,
I am using nrf70-wifi-ble-image-transfer-demo to transfer a static image stored in the Flash.
While I am using 5Ghz STA mode UDP Wi-Fi, I notice the image will blinky...
Hi Community I've been trying to read a tag from nRF54L15 board .
When checking the NRF connect SDK NFC examples, It seems the NFC Tag reader example is not supported for...
Hi
I am using NCS 2.8 and running one pair of peripheral and central devices using nRF52832.
At first, the default interval is 50 ms, and I can get the throughput around...
Hi, I'm trying to test Channel Sounding with concurrent measurements using one initiator and two reflectors on nRF54L15 DKs.
From replies in other DevZone threads, it seems...
I currently use NRF5SDK v17 with S112 supporting 0-2 peripherals, ideally using data extension (4.2). No encryption is used and I don't need any 5.0 features. I now wish to...
I plan on using the nPM2100 to power the nRF54L15. I'd like to confirm any recommended practices for using the reset pin of the nPM2100.
nPM2100 PG/RESET to nRF54L15...
Hi, I'm trying to use the nRF COMP peripheral in Zephyr. My application boots and runs normally until I enable the DeviceTree overlay for the COMP. As soon as the overlay...
Hello,
What will happen if I try to change the device's TX power using the vendor-specific command SDC_HCI_OPCODE_CMD_VS_ZEPHYR_WRITE_TX_POWER while LE Power Control feature...
hi,
I use nrf54l15dk with ncs-v3.1.0, the project is based sample "central_hids";
The purpose is I want to change console uart from "pin1.04/pin1.05<uart20>" to "pin2...
I’m developing a project on the nRF52840 that uses BLE + RTC + an SD card. It’s based on a previous project that only used BLE + RTC, and I’ve added the ability to store data...
I'm trying to use a Power Profiler Kit II with a Mac running Ventura 13.7.8. If I update the Power Profiler App to v4.3.0 or v4.3.1 the PPK II is not detected and this is...
Dear Team,
I am using NRF54L15 DK, where I have UART defined and mapped as following:
uart20_default: uart20_default {
group1 {
psels = <NRF_PSEL(UART_TX, 1 ,...
I'm struggling to obtain stable ADC readings on the nRF54L15, and I'd appreciate any suggestions. I have the ADC configured with gain = 1, internal reference, 10 bit resolution...
Hello,
I'm trying to get a TIMER triggered ADC read on P1.11 AIN4. Sample advanced_non_blocking_internal_timer sounds like what I want but it isn't NRF54L15 compatible...