I am a complete beginner and I wondered how to hardware like a controller with a f.e. little electric car. So when I want to program a controller like a ps4 controller so that it can let a little electric car drive, how can I do that? (programming language in best case Python)
Asked
Active
Viewed 22 times
1 Answers
1
The Raspberry Pi is a popular single-board computer that can be programmed to achieve this. Somebody actually already built one full-sized electric car, called the Teslonda.
If you want to go smaller than the Raspberry Pi Zero, you can try programming an Arduino (but this involves C instead of Python).
Both the Raspberry Pi and Arduino has their own Stack Exchange sites. You might get a better response there than here.
wyphan
- 181
-
is there a youtube tutorial series that you can recommend? – Thboss Dec 05 '20 at 09:02
-
Here's a nice one: https://www.youtube.com/watch?v=41IO4Qe5Jzw – wyphan Dec 06 '20 at 20:56