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...
Hi,
I’m working on a distributed testing pipeline where tests are built on one machine, but executed on a separate, lightweight container that does not contain the full...
Hi, I took my old NRF52840 DK PCA10056 revision 2.0.1 and tried evaluating it today after few years. I am unable to connect to the target. I have 2 identical boards that were...
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…