After some time I picked up my NRF5340 DK again to continue my Matter samples. But I noticed I cannot program any sample to it. The Segger seems to work fine, as I'm able...
Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
Hi, I am trying to understand periodic advertising and some basic questions:
I am using periodic_adv example from the NCS.
I see teo ADV data defined in the file as...
software:ncs 2.5.0
hardware:nrf5340 dk
hi professor,
According to the article at https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/optimizing-power-on-nrf53...
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
…
Before we begin
Table of context
Before we begin
The "Hello world" example
Advertising
RSSI
Addresses
Address types
Advertising types
Bonding
Advertising data
Scan response data
Change Log 2018…