Hi, I'm struggling to setup an application on the nrf54l15dk to control the nrf9151dk SLM over UART.
I have done the Cellular IoT Course and successfully controlled the...
HI
My current system consists of an nRF54L15 paired with an external flash and sensor. In low-power mode, the current consumption is approximately 15 µA. After sleeping...
Dear all,
i have a problem when i compile a project with Segger v. 8.22a (but i tried also with v.8.26) .
The message is:
Linking 'ne_eere.elf' Linking ' ne_eere .elf...
Hi, I'm facing an issue with using some of the settings subsystem functionality. Setup: Device: NRF9151 DK SDK: v2.9.0 Base example: nrf_cloud_multi_service Issue description...
Hi,
I am developing an application that is the SPI Master which communicates with an nRF54H20 acting as the SPI slave.
I have tried without luck to find any documentation...
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…