IDEA: add Bluetooth support for interactive gaming (Pong, Snake..) #113
c64emulator
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are already some plugins/modes (Break Out, Pong, Snake), where the ESP32 is playing with itself. That's boring...
IDEA: The ESP32 provides Bluetooth support (well, some like the S3 or C3 only BLE). This could be used for interacting on games. Using a Smartphone-App together with a Bluetooth-Lib for the ESP32, the games could go interactive!
A more basic example of Bluetooth usage can be found at STEMpedia:
Providing a Smartphone-App "Arduino ESP Bluetooth - Dabble" together with a Lib for the ESP32:
A working example for playing interactive games on a LED-Panel using Bluetooth provides Scott Marley:
Note: The App for the Smartphone can be DIY-generated with the MIT APP Inventor <https://appinventor.mit.edu>
- YT-Video playing ESP32TETRIS at <https://www.youtube.com/watch?v=cqmWfE1DSyM>
- GIThub for ESP32TETRIS at <https://github.com/s-marley/ESP32Tetris>
- YT-Video playing Breakout & Snake at <https://www.youtube.com/watch?v=apmOSQmeKJA>
- GIThub at <https://github.com/s-marley/ESP32Matrix>
Beta Was this translation helpful? Give feedback.
All reactions