Hello,
I am wondering how I can enable APPROTECT through UICR with a TFM project. Using ncs2.6.0 and nrf5340. My project makes use of TFM to separate secure and non-secure...
Development environment: MacOS Sequoia (15.4.1), Visual Studio Code v1.108 0, nrfConnect 2026.1.1242
I am trying to develop a "workspace" project with a nRF52840DK as my...
Background: Our tests on SDK 2.5.0 showed that it was possible to maintain a Bluetooth connection at a distance of approximately 180 meters with the following initial advertising...
Hello,
I am trying to set the TX Power on theThingy:53 to -20 for advertising. However when I check the output files, the Option ` CONFIG_BT_CTLR_TX_PWR_MINUS_20 ` is always...
I have a few doubts regarding power macros and getting the result I want. From combing through posts I have found the following: Since BT840XE has a FEM, you need to properly...
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…