ESP8266-WebSocket-Demo
ESP8266-WebSocket-Demo copied to clipboard
Play a video on an SSD1306
Play A Video on an ESP8266 via WebSocket
How to compile
(Only tested on OS X)
- You need
nodejs,platformioandwebpackas well asmake. - Clone this repository
- Run
npm install - Install the WebSocket Library
platformio lib install 549 - Connect your ESP8266 to your computer and change the
upload_portinplatformio.ini - Add your SSID and password to
src/main.cpp - run
make uploadAll
Wiring

Used libs etc.
WebSocket library by Links2004
Arduino Core ESP8266
