Click Obstacle to shift left side, Click Tracking to shift right side.
Click F1 to make upper-left diagonal movement, Click F3 to make upper-right diagonal
movement
Click F4 to make back-left diagonal movement, Click F6 to make back-right diagonal
movement.
In STA mode, robot car does not work as a wifi hotspot. Instead, it will become an
internet node in your LAN. You need tell Arduino sketch what is your local router’s Wifi
SSID and password, then Arduino talks to router and get its own LAN IP address from DHCP
server. You can use Mobile APP to access the robot car’s IP address and control its
movement.
(1) Please download STA mode sketch code from
https://osoyoo.com/driver/mecanum_acrylic_chassis/mecanum-2560-lesson5B.zip
file and you will see a folder named mecanum-2560-lesson5b, then load themecanum-2560-
lesson5b.ino code into Arduino
(2) You need change the code Line 176 and Line 177 :
char ssid[] = “YOUR_ROUTER_SSID”; //
replace this with your router wifi SSID
char pass[] = “YOUR_ROUTER_WIFI_PASSWORD”; //
replace with your wifi
password
Содержание Mecanum Omni
Страница 1: ...Mars Explorer Mecanum Wheel Robotic Kit Arduino Mega2560 More information http osoyoo com p 30176 ...
Страница 7: ...Picture 6 Type A and Type B motors location map in chassis Picture 7 Wheel installation map ...
Страница 10: ...Picture 12 Wifi shield installation guide ...
Страница 13: ...Picture 17 Connect Rear model X control pins to Mega2560 Picture 18 Connect Model X to Voltage meter ...
Страница 14: ...Open source Arduino Software IDE Download Arduino IDE here https www arduino cc en Main Software setlang en ...
Страница 28: ...STEP2 Bluetooth Module should be inserted into bluetooth 6 pin slot in OSOYOO Wifi Board ...