Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello! I'm working on some project using Fanstel BM832 module. I'm using the configuration based on board nrf52dk_nrf52832, with some minor modifications (led's and button...
Hi:
I'm doing the exercise L3-E1.
I used nRF Connect SDK Toolchain v2.7.0 because it didn't work with v2.8.0
How do I make NRF Terminal appear?
Thanks and Best...
I have a quick question about configure i2c.
I have the following schematic:
And the following configuration for the nrf54l15 :
And the following in prj.conf:...
Once the nRF52840DK is running the Zigbee light bulb demo I cannot flash new code to it unless I disconnect the board and reconnect it first.
I am using nRFConnect for Visual...
Are there user programable once registers on nrf5340 that I could use to store board hardware version? I looked at UICR, but I think they get erased when the whole chip is...
I added FOTA over Bluetooth to my NRF52840 application. Everything works, I can update the application over bluetooth and it runs properly, but after updating if I unplug...
Hello Nordic support,
I would like to understand how I can decrypt the packets that is using Legacy passkey pairing. Here is the BLE sniffer log, where I selected Legacy...
Hi my ffriends,
I’m working on a wireless system called for me " Wireless Link Project" , based on the nRF24L01 (non-Plus) transceiver.
I have two identical boards using...
Hello DevZone,
I have a confusing question about TF-M. Need help from a TF-M expert.
In this document , it says that we must disable uart1 in non-secure application, because...
I'm trying to test the overall pwoer consumption of my setup (nPM1034EK and nRF54l15DK) using the PPK2. As I've started this, I've gotten far higher numbers that I expected...
After I reset the kit (custom equivalent to nRF52DK) it advertises, and I can connect from the BLE Standalone App on my Windows computer. But it only advertises for a short...
I recently bought a fanstel blg840 device, and I have programmed At client firmware in nrf91 and custom code into nrf52, but the problem is nrf52 is sending at comments to...
I am trying to work with my flash deivce in my code. for some reason:
const static struct device * int_flash_dev = DEVICE_DT_GET ( DT_CHOSEN (zephyr_flash)); doesnt work...