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...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
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...
Hello,
I have been trying to get my brand new nRF52840 Dongle working as an 802.15.4/Zigbee sniffer, but I am not able to capture any packets, even though the interface...
I compared the S132 and S140 protocol stack files. The S132 file does not occupy the 0x26000 address, while the S140 does occupy the 0x27000 address. However, the application...
Hi, I've spent a few hours trying to figure out a way to use the onboard PDM microphone on Thingy52 with the nRF Connect SDK.
I saw a pull request for one from a member...
Hi nordic:
I am using NCS 3.0.0 and VSCode. I was able to compile the sample code in the SDK some time ago, but now I am getting the following error when compiling the sample...
None of the buttons work, most errors are similar to as follows but specific to each button:
Error running command nrf-connect.app.createBuild: Could not find SOC. This...
Dear nrf team,
We are facing an issue with the eSIM on our nRF9151 board. The SIM 1.8V pin on the nRF9151 is not supplying 1.8V. We have checked this using a multimeter...
When trying to flash the NRF Bootloader via OpenOCD, i got this error from command line:
nRF52 device has a CTRL-AP dedicated to recover the device from AP lock. A high...
Hi team,
We are evaluating Amazon Sidewalk from Sidewalk SDK v1.0.1 , the hello-sidewalk sample is ported onto our in-house prototype board (nRF54L15). We’ve:
Provisioned...
Hi,
I'm using zephyr RTOS.
I'd like to put the cpu System ON Sleep Mode to conserve power.
Then, I'd like to restart the CPU with an interrupt or event from the comparator...
I'm attempting to use the Settings API save and retrieve data from nRF52832 FLASH memory. I can build and run the example application provided in the Settings documentation...