I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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...