Hi,
I am new to Nordic products and Zephyr RTOS in general.
I want to implement a proprietary IEEE 802.15.4 protocol using a uBlox NORA-B126 module that incorporates a nRF5340.
As I can see in the Thread/ZigBee examples and the "Working with nRF53" section, I need to build "nRF IEEE 802.15.4: Serialization RPMsg" as child image.
But instead of using an OpenThread or ZigBee library, I want to access the lower layers to implement a proprietary protocol.
Looking at its API, the nRF 802.15.4 Radio Driver seems to fit. But it's running in the network core, so there is serialization in between which probably complicates things a little.
Since I am new to Zephyr and nRF Connect, I don't really know where to start.
It's recommended to start with an example, but with what example should I start with and how do I know what Kconfig (+ Devicetree?) options to set?
How do I know what the Kconfig options do (e.g. add files to compilation), preferraby in VS Code to investigate the samples?
Thank you in advance for your help.