Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majo44/raspberry-pi-pico-benq
Simple web remote controller for benq projectors based on raspberry-pi-pico.
https://github.com/majo44/raspberry-pi-pico-benq
Last synced: about 1 month ago
JSON representation
Simple web remote controller for benq projectors based on raspberry-pi-pico.
- Host: GitHub
- URL: https://github.com/majo44/raspberry-pi-pico-benq
- Owner: majo44
- Created: 2023-10-03T16:59:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T12:43:11.000Z (over 1 year ago)
- Last Synced: 2023-10-06T13:41:39.132Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raspberry-pi-pico-benq
Simple web based remote controller for benq projectors based on raspberry-pi-pico.![img.png](docs/ss.png)
## Hardware
* [Rassbery pi pico board](https://www.raspberrypi.com/products/raspberry-pi-pico/)
* TTL to Rs232 (eg MAX3232) board## Wiring
![img.png](docs/wire.png)## Config
Go to [config.py](./config.py) file to see all options, remember to set up the
wifi ssid and password.## Installation
Copy the `./main.py`, `./config.py`, `lib` and `public` folder to your RPI.## Dev
During dev for the RPI I'm using:
* [mpbridge](https://github.com/AmirHmZz/mpbridge) for simple code sync
* [stubs](https://github.com/Josverl/micropython-stubs) for code competition## Dependencies
The all dependencies are copied to this repo:
* [utemplate](https://github.com/pfalcon/utemplate) by Paul Sokolovsky
* [microdot](https://github.com/miguelgrinberg/microdot) by Miguel Grinberg
Thanks.