API Exposed Cars

Can you help with options for API exposed cars that I can send remote instructions to. The remote instructions can come simultaneously from more than one source (e.g desktop application that I built and iPhone app that I built) it should be able to receive instructions from both and process on first come first serve basis. Any recommendations for API exposed cars ?

Example I should be able to send turn left, turn right, move forward, backward, etc

Hello @KayIvan and welcome to the RobotShop forum,

You could use a smart Wifi/Bluetooth car, Adeept offers a few different versions that allow you to use commands to control the car remotely. They also include phone apps to use these commands but you shouldn’t have any problem using your own app.

For example:

You can also find some other options in the Wheeled & Tracked Robots section of the store, simply check the useful links to find the documentation.

1 Like

Thx a bunch. Is there a link to the API documentation for the car you have linked here?

Not exactly documentation, but if you check the ZIP file on the useful links, the Arduino file (wifi_arduinoTCP18.ino) lists the control commands, which are the same as mentioned on page 34 on the tutorial.