Hello
I’m completely new to zephyr and to the Circuit Dojo Zephyr SDK Tools extension.
I’m trying to get started with my nRF9151 feather. I have followed the instructions on docs.circuitdojo.com, installed the vscode extension, init the nrf9160-feather-examples-and-drivers.git repo and I’m able to build the first/default sample “accelerometer” successfully, but the other samples fail the build for various reasons. I haven’t tried the whole list but eg “active_sleep” fails to include <nrf_modem.h> (no such file or directory…), “blinky” fails because of an undefined reference to `__device_dts_ord_103′.
Are not all samples expected/supposed to work without changes, or is there maybe some procedure to switch between samples (I have tried prestine build)?
Any help appreciated, thanks 🙂