Posting a Tweet with the ESP8266

Writing Your Lua Script Don’t forget that first you need to flash your ESP with NodeMCU firmare. Copy and paste the code below into ESPlorer. Then edit line 5 with your network credentials and line 13 with your API KEY. — Rui Santos — Complete project details at http://randomnerdtutorials.com wifi.setmode(wifi.STATION) wifi.sta.config(“YOUR_NETWORK_NAME”,”YOUR_NETWORK_PASSWORD”) — A simple http […]

Posting a Tweet with the ESP8266 Read More »