For More powerful wifi car library,please refer to https://github.com/UCTRONICS/WIFI_Camera_Smart_Robot_Car
we have set the baud rate to 115200, If you are using the old version , please change the baud rate to 9600 in the code .
At present, UCTRONICS has released three versions Robot car. Both of them support graphical programming.Please refer to the below links to know detail information about each robot car.
Download and install the Arduino IDE from https://www.arduino.cc/download_handler.php?f=/arduino-1.8.5-windows.exe
- Download our UCTRONICS_Smart_Robot_Car library from https://github.com/UCTRONICS/Smart-Robot-Car-Arduino.git
- Unzip the downloaded file.
- (In the Arduino IDE) Sketch -> Include Library -> Add .ZIP Library... -> select the
UCTRONICS_Smart_Robot_Car
subfolder of the unzipped file -> Open - Connect your Robot Car to your computer with a USB cable.
- Tools -> Port -> select the serial port of the Robot Car
- File -> Examples -> UCTRONICS_Smart_Robot_Car -> example -> [example of your choice]
- Click the Upload button