Shipping Data to InfluxDB using Arduino + ESP8266
Part of the Getting Started with ESP8266 + Arduino series.
While learning to write applications for the ESP8266/Arduino platform, I wanted to make sure I could post data from the microcontroller to my home InfluxDB instance. The result of this is the influxdb branch of my esp8266-basic-wifi repository on GitHub. …