Hi devzone,
I am starting to write some tests for my application, and I have a couple questions/remarks about the provided Docker image. Link to documentation .
1/ The...
I have done a clean install of the SDK on Debian 13
I have nrfutil install and its working fine - i have tried installing both the v3.2.1 and v3.2.0 toolchains and in both...
Hello,
We are using 2 nRF5340-based devices running:
samples/bluetooth/periodic_adv_rsp
samples/bluetooth/periodic_sync_rsp
with the PAwR configuration (modified...
Hello,
we are testing the BLE ADV capabilities and also MESH performances on NRF54L15.
We verified that, in conditions of continuous scanning (interval = 30ms), the packet...
Hi there,
I went through all the documentation and instructions in order to use my nRF52DK as a sniffer and I can not see it in the capture devices in wireshark.
am not...
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…