(technical details) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Resource | {{Resource | ||
|name=RS232 | |name=RS232 Projector Controller | ||
|location=Hackcenter | |location=Hackcenter | ||
|resource category=Infrastruktur | |resource category=Infrastruktur | ||
| Line 9: | Line 9: | ||
|annoying=notify | |annoying=notify | ||
|has label=Yes | |has label=Yes | ||
|git=https://github.com/chaosdorf/projector-controller-iot}} | |git=https://github.com/chaosdorf/projector-controller-iot}}Controls the [[Beamer Hackcenter|projector]] via its RS232 interface. Integrated into [[HomeAssistant]] via MQTT. | ||
== | == Technical Details [https://github.com/chaosdorf/projector-controller-iot (see git repo)] == | ||
µC: [https://www.espressif.com/en/products/socs/esp32-s3/ ESP32-S3-WROOM] | µC: [https://www.espressif.com/en/products/socs/esp32-s3/ ESP32-S3-WROOM] with 8MB flash, [https://www.maxlinear.com/ds/sp3222e_sp3232e.pdf SP3232EEN-L/TR] RS232 transceiver | ||
Programmable via UART, JTAG, and theoretically USB (the data lines are swapped for this, and would need to be fixed with a knife and soldering iron). | |||
Revision as of 20:52, 13 September 2025
| RS232 Projector Controller | |
|---|---|
| Ort | Hackcenter |
| Besitzstatus | Leihgabe |
| Kontakt | ente |
| Git-Repo | https://github.com/chaosdorf/projector-controller-iot |
Controls the projector via its RS232 interface. Integrated into HomeAssistant via MQTT.
Technical Details (see git repo)
µC: ESP32-S3-WROOM with 8MB flash, SP3232EEN-L/TR RS232 transceiver
Programmable via UART, JTAG, and theoretically USB (the data lines are swapped for this, and would need to be fixed with a knife and soldering iron).