esp8266

Meet ESP32, New Big Brother to IoT Board ESP8266

The ESP8266 chip, and the boards based around it, have been the new hot new thing this past year. Overnight it became — almost by stealth — one of the leading platforms for the Internet of Things. This runaway success quickly gathered a community, and it’s possible Espressif Systems may repeat that next year with their new ESP32 chip. About a

Meet ESP32, New Big Brother to IoT Board ESP8266 Read More »

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 »

Scroll to Top