Hello Nordic Team,
I'm implementing a multi-instance FOTA system using the Advanced Firmware Update object (33629) with 3 instances: - Instance 0: nRF9160 application (working...
Hello Nordic Support,
I am using nRF54L15 with NCS v3.2.3 .
The device is using Legacy Connectable Advertising with Flags and Complete Local Name in the advertising data...
I have been learning about MCUs, Zephyr and Zigbee in order to complete a simple project to build an occupancy sensor using a simple digital hall switch that is battery powered...
Hi there. I am trying to use the RISC-V core with a custom code to take a picture. In a separate project it is working with MBOX and communicating the image pointer in memory...
I'm curious about the approach taken in the nRF Connect SDK's location library for cell neighbor scans ( https://github.com/nrfconnect/sdk-nrf/blob/main/lib/location/scan_cellular...
This blog introduces how to create tunnel broker service in order to support IPv6 on your IPv4
network.
The tunnel broker is providing IP conversion service with 6in4.
Preparation
Raspberry Pi…
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
…