https://github.com/linux0hat/esp-shooter
[LPH PROJECT] Avec des esp32, fabriquez des cibles connéctés !
https://github.com/linux0hat/esp-shooter
3d esp32 real-life-project shooter targets
Last synced: 16 days ago
JSON representation
[LPH PROJECT] Avec des esp32, fabriquez des cibles connéctés !
- Host: GitHub
- URL: https://github.com/linux0hat/esp-shooter
- Owner: Linux0Hat
- Created: 2025-03-20T22:16:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T22:27:36.000Z (about 1 year ago)
- Last Synced: 2025-03-20T23:28:24.828Z (about 1 year ago)
- Topics: 3d, esp32, real-life-project, shooter, targets
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Esp shooter
___/!\ -- PROJET EN CONSTRUCTION -- /!\\___
Ce projet manque de documentation et de shémas de branchements.
# Prerequisites
* Python3
* Visual Sutdio Code
* PlatformIO
# Installation
```
$ python3 -m venv .venv
$ source .venv/bin/activate
$ cd server
$ pip install -r requirements.txt
$ cd ..
$ cd target/target-pio-project
$ pip install -r requirements.txt
```
# Run
## Server
```
$ cd server
$ python main.py
```
# Target
```
$ cd target/target-pio-project
$ code .
```