I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
hi,
I need to develop some custom features for MCUBoot, so I transplanted the entire bootloader folder from NCS into my project. In the project's root directory, I added...
I am try to make Bluetooth LE with Nordic UART Service bondable in to pair with central, not requiring to enter pairing code again and again.
I have set followings in prj...
I have added shell console and its support into my nrf54l15 device and it worked well like below.
But now I want to use a python script to run this "bt" shell command...
Hi
I want to use BLE to send out realtime videos, and I found there is a nrf70-wifi-ble-image-transfer-demo given by nordic. Could you show me what is the BLE Camear App...
trying to build matter sample example light_bulb but getting error :
nRF connect sdk v2.9.0 & tool chain v2.9.0 using
board nrf21540dk/nrf52840
following are the...
I'm using the ESB API and I've noticed some peculiar operation when debugging with nRF Connect. I have made the following observations:
1) Giving a semaphore in the ESB...
I'm using the Async UART API and the Enhanced ShockBurst API and my code seems unstable. The RF Connect Debugger frequently crashes.
The ShockBurst User Guide specifies...
Each time I attempt to use a Zephyr API on my NORDIC device, I face the mystery of what CONFIG setting are required to go with it. For example:
To make the Async UART API...
NCS 2.7.0 with Toolchain 2.7.0
I'm working on an out of tree application derived from the example application project.
I'm using sysbuild with MCUBOOT.
The processor...
Hello, we are using the NRF52810-QCAA in LDO configuration. On reference design, there is an NC decoupling capacitor on DEC2 pin.
Is it possible to completely remove it...
Hi,
Not sure if it's a zephyr issue or a LVGL issue, so I hope I'm at the right place.
I use an 1.54 eink display with the SSD1681 driver, and LVGL. Everything goes well...
Hi Nordic,
Board:nRF54L15 DK
Code Base:peripheral_uart
Issue: Added Zephyr NVS Flash support but encountered error -22 from nvs_mount(&fs). Additionally, data cannot...
Hi everyone,
I'm working on the nrf54l15 with the nrf sdk v9.0.0 wihch I assume integrate matter version 1.4. I'm using the google nest max as a thread border router....
I am developing on a custom nRF5340 board, but I encountered a BLE-related error. To troubleshoot, I built and flashed the basic example peripheral_uart , but the following...