Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
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...
Hello
I am trying to perform a firmware update over Bluetooth but without using the external flash on the nRF52840-dk.
At this point I can successfully build the smp_svr...
Hi,
I have custom hardware using the NRF52810. Due to its very small RAM size, I developed the code on the NRF52DK_NRF52832 and then removed functionalities to make it fit...
Hi The Nordic team,
After my device reconnects to the gateway from offline again, I don't know what I am doing with this timing every 1s. This situation will not happen...
Hi,
I developed a gateway for converting an MCU to ble Bluetooth. The MCU connects to 8 BLE hosts via UART, and each Bluetooth host can connect to one Bluetooth slave. All...
Hello,
I am trying to configure COMP peripheral on my NRF54L15 DK. I am using P1.11 pin (AIN4) as single ended input for this purpose. For now I am trying only to evaluate...
Hello,
I’m working on a project where I intend to integrate the nRF9151 as a standalone modem , communicating with my external MCU via UART using AT commands .
My goals...
Hi,
Currently I am using nRF52840 as nodes for mesh network. However, by reading the sdk5 documents and example, I did not see any clues to update the firmware with DFU...
After the update to extension version 2025.8.654, the extension can no longer find the nRF SDK in my west workspace in the build configuration. If I revert to extension v2025...
I made a PCB board, but I couldn't connect to the chip with JLink. I used a lithium battery to power VDDH. I want to test if there is any problem with the hardware. I tried...
I am using NRF5340 with NRF connect (Zephyr) and logging out to RTT (printk or printf, etc) , which works but sometimes I get buffered fragments and dont see the rest of the...
Product: nRF54L15, SDK:3.0.2, door lock application
Hi,
When the Matter door lock removed from Apple Home(Home App, remove accessory), the lock does not remove all the...
Hello,
I am experiencing an issue when trying to flash any program using nRF Connect for VS Code. When I execute the flash command, my board disappears from the "Connected...
Hello,
Is there support for fuel gauge algorithm with the CR2450 and the nPM2100 implemented? If not, is there a plan to release support for it soon?
Thank you,
Fin...
Hi,
We need to write binary content from a binary file (.hex or .bin) to a specific area of the external flash (QSPI).
According to this topic: , this is similar to our...