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...
When the USB stack and your local Filesystem code both try to control the flash chip simultaneously, the system will crash or trigger a HardFault, causing the restart.
Dear Nordic,
I have a few questions I would like to ask.
1. I would like to inquire if there is an antenna pattern for the nRF54L15DK PCB.
I have already searched through...
I was trying to flash a program on nRF52833 development kit and got this error, it important to notice that my college was trying to flash (via VS code) it before and I am...
Hi,
I'm working with the nRF54LM20 DK (nRF54LM20A) and evaluating whether it can act as a USB host to read data from an external USB CDC ACM device.
The intended setup...
Hi
I remember the Devzonw could ask for hardware instructions. My matching circuir has used the nRF54L15 reference design and nRF21540 DK design, all the value is the same...
I used binwalk to analyze the zephyr.signed.encrypted.bin file generated by the routine mcuboot_with_encryption. I found that the firmware was not encrypted but merely compressed...
We have a peripheral device that maintains a PAwR sync (as a syncer/responder), connects to another peripheral in a central role, and also accepts connections from a central...
I tried writing read and write code for sEMMC based on information obtained from an AI assistant. The resulting code is shown below:
As you can see, the block address...
I used an oscilloscope to check the waveform and found that only the clock and IO0 had waveforms. I am using this interface to send data:
nrfx_err_t nrfx_qspi_write (...
This is just simple feedback on the nRF Connect Toolchain Manager v0.9.2.
The download speeds when installing an SDK are terribly slow. On a 1Gb /s connection my PC was...
Hi Nordic team,
We are currently migrating our project from nRF Connect SDK v3.1.1 to v3.2.4 on the nRF9160 .
Our application was working without issues on v3.1.1. After...
I am working with:
NCS Version: 2.6.1 (SoftDevice Controller)
Hardware: nRF52x Platform
on a custom board (nRF52 series) and I'm trying to achieve a "Headphones...
Good morning,
It has been implemented a sleep mode to save battery when the board is not used.
To do that we follow the documentation and implemented the SystemOn mode...
Dear:
I am using SDK12.3 with S132 write application using BLE+DFU+UART+I2C, The device connects and communicates with mobile devices through our own application(ONF Link...