Skip to content

Simple library for writing to InfluxDB from an Arduino device

License

Notifications You must be signed in to change notification settings

teebr/Influx-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Influx-Arduino

Simple library for writing to InfluxDB from an Arduino device

For more details on how this came about, see this Medium post.

This has been tested with an ESP32: any board should work as long as it has an HTTPClient library and an encryption library (e.g mbed TLS) to go with it.

There is now another branch which should work when an ATCWINC1500 WiFi module is used (see the branch readme for more info). I'm currently working out how to merge the two as the WiFiClient classes are quite different.

About

Simple library for writing to InfluxDB from an Arduino device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published