Remote control the CCC Basel video projector via MQTT ( -> ESP8266 -> RS232 -> projector )
Find a file
2022-07-10 04:27:32 +02:00
esp Initial commit 2022-07-10 04:27:32 +02:00
pcb Initial commit 2022-07-10 04:27:32 +02:00
README.md Initial commit 2022-07-10 04:27:32 +02:00

ESP8266 Firmware

Building

Edit esp/src/main.cpp and set the configuration (WiFi credentials, MQTT broker & topic)!

For Sanyo Z4:

cd esp
pio run -e sanyoz4 -t upload --upload-port /dev/ttyUSB0

For Benq X3000i

cd esp
pio run -e benqx3000i -t upload --upload-port /dev/ttyUSB0

PCB