Arduino Automation - johnosbb/Automation GitHub Wiki
Arduino Setup
Creating classes and Libraries
https://www.youtube.com/watch?v=HvGJlIKOLoI
Installing Libraries
https://www.arduino.cc/en/Guide/Libraries
Rest API for Arduino
https://github.com/marcoschwartz/aREST
Getting started
TCP Client
Simple REST example
Adding support for the WEMOS Lite D1
-
Go to File->Preferences
-
In the window that opens up find the text box labelled 'Additional Boards Manager URLs:' and paste the following line into it: http://arduino.esp8266.com/versions/2.4.1/package_esp8266com_index.json Then click the OK button to close the window.
-
Next go to Tools->Board->Boards Manager
-
In the window that opens up look for the entry titled 'esp8266 by ESP8266 Community Version x.x.x' and click on it.
-
In the bottom right-hand corner of this entry you should now see an install button appear. Click on this and board manager will then automatically add all the files necessary to support the ESP8266. This may take a few minutes depending on the speed of your internet connection.