If you have been a long time follower, you might remember a flurry of activity in late 2015 and early 2016 when I was diving into tinkering with an Arduino board. At the time, I was building bits and pieces to make a remote weather station. (that was derailed by an unrelated life change, but I have slowly gotten back into it.)
The Arduino is interesting as it is a pretty complete SOC, with memory, microcontroller, CPU, and a pretty robust set of digital and analog IO’s. Plenty of cool things you can do with it, and it is really simple to program. Ordinary C code, solid libraries, and third parties make a pretty complete set of sensors and widgets, with libraries to support them. (more…)