https://github.com/roboticsbrno/rb3205-logic
Logic is a universal programmable toy designed for teaching programming developed at Robotárna.
https://github.com/roboticsbrno/rb3205-logic
Last synced: 4 months ago
JSON representation
Logic is a universal programmable toy designed for teaching programming developed at Robotárna.
- Host: GitHub
- URL: https://github.com/roboticsbrno/rb3205-logic
- Owner: RoboticsBrno
- Created: 2022-02-16T18:16:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T16:29:24.000Z (over 1 year ago)
- Last Synced: 2025-02-23T16:30:25.165Z (over 1 year ago)
- Language: Makefile
- Homepage: http://logic.robotikabrno.cz/
- Size: 82.6 MB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About Logic
Logic is a universal programmable toy designed for teaching programming
developed at [Robotárna](https://helceletka.cz/robotarna).
Logic resembles a game console. It has 105 RGB LEDs that can serve as a display, it
has numerous buttons and a buzzer. Under the hood, it is powered by the ESP32
microcontroller.
Kids (well, not only them) can create custom games and
learn programming while doing so. It is even possible to run multiplayer games as the on-board
processor features both, WiFi and Bluetooth 4.
This project was prepared for [Robotic Camp 2021](https://2021.robotickytabor.cz/) –
the page is available, however, in Czech. You will find more project there. You
can also see our [GitHub](https://github.com/RoboticsBrno) for find out more
about our other projects.

