Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damiencorpataux/esp32-projector-controller
Micropython for ESP32 to control a Projector Kodak Carousel S-AV 2060
https://github.com/damiencorpataux/esp32-projector-controller
Last synced: 2 days ago
JSON representation
Micropython for ESP32 to control a Projector Kodak Carousel S-AV 2060
- Host: GitHub
- URL: https://github.com/damiencorpataux/esp32-projector-controller
- Owner: damiencorpataux
- Created: 2023-01-27T14:14:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T03:52:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-29T00:09:25.397Z (6 months ago)
- Language: Python
- Size: 2.12 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
esp32-projector-controller
=**Micropython for ESP32 to control a Projector Kodak Carousel S-AV 2060**
This project was done as part of the exhibition
[Vesko Gösel et Adrien Cater](http://www.standard-deluxe.ch/full_content.php?expo=230203_vesko-gosel_adrien-cater)
at [Standard/Deluxe](http://www.standard-deluxe.ch)
in Lausanne, Switzerland.Installation
-
```
wget https://micropython.org/resources/firmware/esp32-20220618-v1.19.1.bin
esptool.py --baud 921600 --port /dev/ttyUSB0 erase_flash
esptool.py --chip esp32 --baud 921600 --port /dev/ttyUSB0 write_flash -z 0x1000 esp32-20220618-v1.19.1.binampy --baud 115200 --port /dev/ttyUSB0 put main.py
ampy --baud 115200 --port /dev/ttyUSB0 put pinout.py
```Usage
-
Note: `forever()` is called after boot (see [main.py](main.py)).Connect to ESP32 console:
```
picocom -b 115200 /dev/ttyUSB0
```