Skip to content

ESP8266 Wifi Control of Epson 3500 Projector via UART RS-232 serial interface

Notifications You must be signed in to change notification settings

bclouser/epson3500_wifiControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get the Code

esp_mqtt (https://github.com/tuanpmt/esp_mqtt) is now subtree'd in

Build

In order to build you will need to create user/secrets.h. It should look like this.

#ifndef SECRETS
#define SECRETS

#define WIFI_SSID "ssid"
#define WIFI_PASSWD "secret"

#endif

There is a "buildForMac.sh" script which should work on linux as well but won't require a case sensitve mounted image (thanks apple). Modify the variables in that script appropriately to your environment and it should build.

About

ESP8266 Wifi Control of Epson 3500 Projector via UART RS-232 serial interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published