While running the BLE HCI USB ( bluetooth_hci_usb ) sample in Raw mode on an nRF52840 board, we observe a bus fault under specific conditions. The fault occurs when the device...
I’m working on an nRF52-based design where the device should remain in System ON low-power mode after an operation (SAADC sampling + BLE sync). After SAADC data collection...
I'm working with NRF54L10 module. I needed more mcuboot space so in pm_static.yml I allocated it 80kb. Before this FPROTECT was working but after I allocated 80kb, now FPROTECT...
how to create the nrf52840 mesh of more than 50 devices ?
I am using the chat sample for this mesh network but i am tested with the 12 boards but i am getting reply from...
I have nordic board nrf5340-dk + nrf7002-ek I want to run on it the application zephyr/samples/net/cloud/aws_iot_mqtt I built the project and I flashed on my device I can...
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…