Hello all,
I'm using ble_wifi_provisioning example.
I need to save the phone pairing. I added the definitions as described here: https://academy.nordicsemi.com/courses...
Hi ,
NRF54L05 how to surpport CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC in bare-metal SDK,and while enable mcuboot OTA DFU feature ,how to modify the configuration?Thanks.
I am using the nrf52833 with 17.1 SDK and s140_nrf52_7.2.0_softdevice,i want to scan a scannable extend adv packets,
This is what i get in the BLE_GAP_EVT_ADV_REPORT : ...
Hello Nordic Team,
We are working with the NRF5340-QKAA-R7 and need clarification on which physical pins can be used for UART, I2C, SPI, PDM and USB interfaces .
We have...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need it to see the values coming outta…
Hi Everyone!
At Sky Wave Design, we recently switched all of our Nordic development over to using GCC and using Qt Creator as the IDE.
We have released our example project on github for those of you…
Introduction
Here are some tips and tricks to manage your application size.
RAM and ROM usage
The total RAM usage is:
ZI-data + RW-data
The total flash usage is:
Code + RO-data + RW-data
…
Obligatory Disclaimer
Security is hard. If a product handles sensitive information then it is the engineer's responsibility to his customers to consult a security professional. However, experimenting…