https://github.com/xgames123/evdrive
Steering wheel + pedals made with the lego ev3
https://github.com/xgames123/evdrive
beamng driving-simulator ev3 ev3-robot ev3dev steering-wheel
Last synced: about 1 month ago
JSON representation
Steering wheel + pedals made with the lego ev3
- Host: GitHub
- URL: https://github.com/xgames123/evdrive
- Owner: Xgames123
- Created: 2023-12-24T21:54:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T20:14:17.000Z (about 1 year ago)
- Last Synced: 2025-04-10T00:38:04.814Z (about 1 month ago)
- Topics: beamng, driving-simulator, ev3, ev3-robot, ev3dev, steering-wheel
- Language: Python
- Homepage:
- Size: 372 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# evdrive
Steering wheel + pedals made with the lego ev3[](https://www.youtube.com/watch?v=g0dI3Tlzhqg)
# build instructions
Here are some [images](images/) form different angles# Software setup
1. Install [ev3dev](ev3dev.org) on your 2 ev3s
2. [connect the 2 ev3's to your pc](https://www.ev3dev.org/docs/networking)
3. Open 2 ssh sessions for your 2 ev3's
4. Change /etc/hostname to evwheel for your wheel and evpedals for your pedals.
5. Copy wheel.py to evwheel and pedals.py to evpedals
5. REBOOT THE 2 EV3'S
6. Run driver.py on the windows host and start wheel.py and pedals.py on the right ev3. By going to > filebrowser > wheel.py/pedals.py (The screen should go blank for 5seconds)
7. Done