/ESP8266-WebSocket-Demo

Play a video on an SSD1306

Primary LanguageObjective-C

Play A Video on an ESP8266 via WebSocket

Thumbnail
(Click to see the Video)

How to compile

(Only tested on OS X)

  1. You need nodejs, platformio and webpack as well as make.
  2. Clone this repository
  3. Run npm install
  4. Install the WebSocket Library platformio lib install 549
  5. Connect your ESP8266 to your computer and change the upload_port in platformio.ini
  6. Add your SSID and password to src/main.cpp
  7. run make uploadAll

Wiring

Schematics

Used libs etc.

WebSocket library by Links2004
Arduino Core ESP8266