Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.