Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
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...