Hi,
I'm using NCS 3.1.0 und integrated the Find-My library successfully. After that, I integrated the PSA secure storage to save some encryption keys. This also works, but...
Hi,
We're coming to the end of prototyping a project on the Thingy91X and are fine-tuning the power management. We have been able to implement a simple demo on the nrf9151dk...
Hello,
The following code performs an I2C write-restart-read operation that works correctly on a NRF52840 devkit with ncs v3.1.1, but fails with ncs v3.2.0 and v3.2.1. Note...
Is it possible to promote my project here: complete Zephyr development environment running solely on Raspberry Pi 4 Bookworm OS? If nothing else it does provide information...
Hi Team,
I use your nRF Cloud REST API /location/ground-fix endpoint to obtain location based on LTE cells.
According to your documentation, the „eci” parameter for...
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…