Use yesterdays preperation and run an example on things network generic node
Solution
Lets start from a template again, same folder as yesterday.
The template, looks like this, when running tree -L 3
Now we need an ST-Link to flash the device. We remove the two jumpers on the Nucelo STM32L0 so we can use the ST Link on the nucleo to flash the generic node. Hooking things up is simple, just check the datasheet of the nucleo and of the generic node and connect VCC,GND, NRST, SWD CLK.
Next We try the info example to get the board info by running DEFMT_LOG=trace cargo run-ex info and the output prints some information about the board, namly its package and its UID from which some production info could be read for example.
See the repo on github. The setup looks something like the following: