meisner Using the Particle Argon and building for the Xenon board works fine. The resulting “merged.hex” file once flashed causes the fan to spin every 60 seconds. So I assume it is working.
Excellent it looks like it’s working!
meisner Nothing on the SWD serial console. I began to look into adding MQTT to push the data, but don’t have the energy for that right now. Even looking into Zephyr’s support to blink an LED is overly complicated.
You’ll need to use Segger RTT for the particle boards. There is a Makefile
in the root directory which you can use to start a server and console. This works on OS X but should be similar for other platforms.
For programmingI use nrfjprog
which you can get here: https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools (It’s essentially a wrapper for J-Link’s software)
By the way here’s a link to getting half of the equation for Zephyr on an Argon: