RC Arduino car

Hi
i am trying to make an rc car with an arduino uno.
i was wondering if there are any alternatives for MIT App inventor that i can use on my pc.
i want to be able to control the car with my keyboard with blutooth [hc-06].

What you need is :

  1. Arduino Uno
  2. 2WD Beginner Robot Chassis
  3. Arduino bluetooth module HC-05
  4. Adafruit V2 DC motor shield
  5. external powersupply / batteries 12V 2A

yea i alredy have a working arduino rc car.

If you're trying to create an android app (which I assume since you are using MIT App Inventor) to control your robot, you could code an app in Java (there is a Google tutorial here). Alternatively, you could try and use an app such as QPython to run a Python script to control your robot.

Personally, I would just use App Inventor for ease of use, but it's down to personal preference.

Good luck,
Brychan