Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi,
I am working on the XIAO BLE SENSE board which has nRF52840 SOC with P25Q16h 2MB flash and other sensors
I want to access the external flash to store sensor data....
Hi Nordic Team,
I am currently developing applications for custom boards using the nRF Connect SDK v2.6.0, focusing on the nRF52840 microcontroller.
In our ongoing project...
Hello,
I am using the nRF54L15-DK development board running the official hci_uart example as the BLE controller. My own Linux system acts as the host using BlueZ to control...
Hi Nordic team,
I noticed that when using the external FEM (nRF21540) with the nRF54L5 device, the power consumption at a transmit power setting of 8 dBm is significantly...
Hi, I have implemented a soft UART in the VPR FLPR. I am having trouble power managing it. I see an unexplained extra 500 uA current draw after I start the CPR until I reset...
Hi, for nRF52840 raw proprietary RADIO mode, do TXADDRESS and RXADDRESSES imply a hard total node-count limit for a custom multi-node network, or only a simultaneous hardware...
SDK is NCS2.9.2,My device supports master-slave integration. As a slave, it can pair and bind with a mobile phone. As a master, it can scan and connect to two slave devices...
HI
I’m doing secondary development based on periodic_sync_conn in NCS 3.2.1 .
After establishing a periodic advertising sync, I have two issues:
Sometimes the buf...
Hello,
I'm trying to set up auto-provisioning and onboarding in my project as described in this sample: https://github.com/nrfconnect/sdk-nrf/blob/066ac6f61fe19ad91d805fd788d782e245f09a2e...
Hello, I am using the nRF54L15 board, and trying to connect to the Adafruit SHARP 400x240 monochrome LCD display .
I got the display driver alone to function just fine after...
Hi,
On nRF5340 with external flash (SDK 3.2.x), is it possible to both support serial recovery enabled for both cores while supporting simultaneous DFU?
It seems like...
Hi,
i am developing under ncs 3.2.3 (then toolcahin 3.2.3 -> nrfutil-device 2.17.1).
FLashig OTP registers using batch method, i am getting the following "error" on nrf54l15dk...
Reference: first consult as Case id. 305571 Replyed by Tobjorn
I have a working proyect in wich 485 cable communication was replaced with NRF24L01+ but I need some help...
In the enqueue function esb_write_payload , the enqueue implementation uses ++tx_fifo.back .
In the dequeue function esb_pop_tx , the dequeue processing also uses ++tx_fifo...