Buy from USA | Buy from UK | Buy from DE | Buy from IT | Buy from FR | Buy from ES | Buy from JP |
Buy from US | Buy from UK | Buy from DE | Buy from IT | Buy from FR | Buy from ES | Buy from JP |
Because the product is upgraded, all received are the V2.0 version, please refer to the following tutorial:
Welcome to the first lesson of Osoyoo Model-3 Robot Learning Kit!
In this “Hello World” version lesson, we will install the most important framework of the robot car and program the car to do some simple movements. If you have passed the test movement of this lesson, it means OSOYOO basic board, motor control module, motors, batteries, chassis and wire connections between these parts are all functioning well.
As your experiments in future lessons are all based on the frame work of Lesson 1, it is very important to test the installation and sample code in this Lesson properly.
https://osoyoo.com/2017/08/15/l298npro-motor-driver-module/
Sensor Shield V5.0 for Arduino UNO | OSOYOO Model-X |
S5 | ENA |
S6 | ENB |
S7 | IN1 |
S8 | IN2 |
S9 | IN3 |
S10 | IN4 |
OSOYOO Basic board | OSOYOO Model-X |
D5 | ENA |
D6 | ENB |
D7 | IN1 |
D8 | IN2 |
D9 | IN3 |
D10 | IN4 |
Open-source Arduin Software(IDE) |
Download Arduin IDE here: https://www.arduino.cc/en/Main/Software?setlang=en |
|
7 zip is a free zip utility that un-zips zip files |
Download 7zip here for free https://www.7-zip.org/ |
Install latest Arduin IDE (If you have Arduin IDE version after 1.1.16, please skip this step).
Download Arduino IDE from https://www.arduino.cc/en/Main/Software?setlang=en, then install the software.
Download https://osoyoo.com/picture/2WD_Car_V2.0/code/lesson-1.zip , unzip it, you will see a folder called lesson-1
Connect board to PC with USB cable, open Arduino IDE, choose corresponding board/port for your project
Click file -> click Open -> choose code “lesson-1.ino”, load the code into Arduin, and then upload the sketch to the board.
Disconnect the car from PC, put a 9V battery into battery box (make sure polar direction is correct, otherwise it can destroy your device and cause fire hazard).
Put the car on the ground, the car should go forward 2 seconds, then go backward 2 seconds, then left turn for 2 seconds, then right turn for 2 seconds, then stop.
If the car does not move as per above mentioned result, you should check your wire connection, battery voltage(must over 7.2v).
DownLoad Url osoyoo.com
You must be logged in to post a comment.
How do i get support? I cannot get Lesson 1 working. Car does not move at all even after checking and following exact steps mentioned here. Please HELP.
Hi, does the indicate LED on? And can you see your battery voltage on the voltage meter? Could you please check the wire connection, especially the connection of the battery?
I did all the steps as mentioned. The car does not move
I uploaded the 1st lesson. I checked the wiring. The robot still not working.
Battery is above 7.2. LED on the sensor shield right next to the LCD parallel port keeps pulsing with sounding a little beep.
Any thought of why this is happening?
Hi,kaditech,
Could take the wiring photo and send it to my eamil ([email protected]),I will reply you as soon as possible…Of course, you can attach more details.
Hello, when I tried to upload the sketch I have an error:
Arduino:1.8.13 (Windows 10), Tarjeta:”Arduino Uno”
El Sketch usa 4714 bytes (14%) del espacio de almacenamiento de programa. El máximo es 32256 bytes.
Las variables Globales usan 229 bytes (11%) de la memoria dinámica, dejando 1819 bytes para las variables locales. El máximo es 2048 bytes.
Ha ocurrido un error mientras se enviaba el sketch
Este informe podría contener más información con
“Mostrar salida detallada durante la compilación”
opción habilitada en Archivo -> Preferencias.
Please unplug the Arduino UNO board , then reconnect and upload the code again. If still not working, then you need to replace a new UNO board.
The test. run does not work. Can you guide me about the software. thank you.
The test run does not work. In the Arduino software I have found only Arduino Uno. Not Genuino Uno. Does it matter?
It’s better to take a screenshot, you can contact me by [email protected]
Arduino: 1.8.9 (Mac OS X), Board: “Arduino/Genuino Uno”
fork/exec /private/var/folders/sm/k_sst8h16413mprft21wjd680000gn/T/AppTranslocation/1279D937-8A1C-41B4-A085-595015D4140D/d/Arduino.app/Contents/Java/hardware/tools/avr/bin/avr-g++: bad CPU type in executable
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
“Show verbose output during compilation”
option enabled in File -> Preferences.
Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
Please check the wires, and then you can run the “Hello World” sketch to test if the UNO board is normal.
how can i do that?
Hello World and Blink works.