Hi!
I hope I am on the correct category. I want to make a fpv-internet controlled car that has the following features:
- It has a 4G/LTE cellular data connection for internet via sim
- It sends audio, video, gps, sensors data to a web interface
- It has some basic motors for steering and cruising
- It can receive sound from the web interface and play it from a speaker on it
- Video streaming at 360p @ 30fps preferably and assuming stable regular signal strength of the area, have decent response time so it can be controlled effectively from the internet.
My question is can a esp32 / Arduino do this? From some research I made, the best thing to look for is a microcomputer like a raspberry pie than a simple microcontroller like Arduino.
In other words is a raspberry pie overkill or absolutely needed to be able to accomplish all this things above.
Thank you for reading.
(Note: I don't ask how can I build this, but what main system do I need to use.)