Simple Arduino client for writing and reading data from InfluxDB, no matter whether it is a local server or InfluxDB Cloud. The library supports authentication, secure communication over TLS, batching ...
Once upon a time, it was not uncommon in microcontroller development to implement a firmware monitor as a command line interface (CLI) exposed on a serial port. (The term monitor has been used both ...