My kid is obsessed with electronics and building stuff. So i thought it would be cool to build a rc car with him and use a tablet as the controller. Ive seen controller apps on the play store that are for bluetooth arduinos.
However, im completely new to this, but do have a basic understanding of electonics (from research on building a battlebot when i was a teen). I think though, if someone could point me in the right direction, i could figure most of it out. I would like something expandable so we could add things to the car... like an airsoft turret something down the road.
i know ill need a board, not sure which
the bluetooth module
a car chasse (found a cool looking track one with motors online)
motor contoller
the apps i was looking at were more like bluetooth game pad apps that i figured i could map the commands from the app to run the motors in the car
Im fairly sure i can figure out the software side of it, its just the hardware side im a bit in the dark about.
I also got to thinking, that it might bi cool to be able to add sensors down the road and make it autonomous, and still be able to flash it back to manual when we want to jsut play around with it.
If you are good in Serial, you should pick up a hc05 from ebay. They are very cheap. They use serial to communicate with your phone. But beware! They use 3.3v ttl logic which means your mega will kill it! So you must use a voltage divider to divide 5v to 3.3v. Have fun!
As I mentioned in the L298N tutorial, there are lots of better h-bridges than the L298 but the L298 works and is really cheap.
I used a Propeller microcontroller with my Rover 5 projects but I plan to duplicate some of the functionality with an Arduino. I can likely help with the code when you need it.