MicroPython, for the uninitiated, is a pared-down version of python meant to run on today’s powerful microcontollers. As ...
Setting it up is really easy.
Sold by German DIY store OBI, the OBI Energy Tracker is a €15 set of two devices, one of which you essentially stick on top ...
SerialCom (class) // Args: baudrate, timeout, writemode ├── devices (variable) // comports list ├── device (variable) // selected comport ├── serial ...
The serial-discovery tool is a command line program that interacts via stdio. It accepts commands as plain ASCII strings terminated with LF \n and sends response as JSON. Install a recent golang ...