I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
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...