🛜 🛜
__________ _______ __________
/________ /| |_______| |\ _________\
| | | <---> |_______| <---> | | |
| <3 | | |_____o_| | | <3 |
|_________|/ |_______| \|_________|
A shared live blackboard for the Arduino R4. Draw a picture on one Arduino, and see it magically appear on another, anywhere in the world.
- Arduino R4 (1+)
- Adafruit TFT Shield (1 per Arduino)
- A server
- A dev machine with
make,arduino-cli, standard C++ build tools
- Clone this repo to your server
$ make Server$ ./bin/Server {server IP}
Now a server will be open at {server IP}:5341.
- Clone this repo to your dev machine
- Connect the Arduino to your dev machine
$ ./scripts/configure.py$ make Client$ rm ./src/Client/secrets.h(unless you want to expose your wifi password)$ ./scripts/upload.sh
If you need any help setting this up, please contact me. I would love for someone to use this.