- The code is based on the airhockey repository by ross85 and modified to accept data from STM32.
- BLE version:
bluepy
,pygame
$ pip3 install bluepy
$ pip3 install pygame
- Wifi version:
pygame
$ pip3 install pygame
In src/
directory,
- To run BLE version
$ sudo python3 main.py
- To run Wifi version
$ sudo python3 main-socket.py