ESP 8266 Framework (for Arduino core)
Tired of writing config persistence, wifi connnection, logger etc. again? Want to use DynDNS for dns updates, or a cloud-based Firebase DB as remote storage for your ESP with a few lines of code?
Example:
Firebase fb(“.http://firebaseio.com”, “rootPathElement”);
fb.setValue(“key”, “value”);
String val = fb.getValue(“key”).data
Checkout my ESP Framework. This is a growing set of goodies that make arduino development for the ESP more efficient.
Give it a try. This is work in progress (though all libraries are test-backed) and contributors or pull requests are most welcome.