http://osoyoo.com/?p=9847
Objective
The installation of this lesson is based on Lesson 1 framework. If you haven't finished the assembly in Lesson 1, please review Lesson 1 and complete the installation. In this lesson, we will add a servo motor, an ultrasonic module and a buzzer onto Lesson 1 framework. With these new devices, the car can "see" obstacle through ultrasonic sensor and measure the distance. If the distance is less than predefined threshold value, the buzzer will beep and the car will turn around from the obstacle automatically. Parts and Devices
Hardware Installation1) Regarding how to install chassis, arduino and motors, please refer to Lesson 1: http://osoyoo.com/2017/04/23/arduinosmartcarlesson1/ 1) Connect the SG90 servo motor to the holder with screw M2 x 10 2) Connect the servo motor arm to brakect with 2 x screws which comes with the servo motor, Connect the Ultrasonic Module to bracket with M1.5 x 12 screws and nuts 3)Fix the mount holder for servo motor on upper chassis with M3 x 10 Screws and nuts. 4) Put the arm with ultrasonic module on SG90 servo motor 5) Fix the Buzzer module with M3 X 10 screw and nut on upper chassis. 6)Wiring Connect the buzzer module, ultrasonic module and servo motor as per below connection diagram:
4) Software The SG90 Servo can rotate approximately 180 degrees. Firstly we make the servo motor go to 90 degree position(middle position), then manually adjust the ultasonic sensor to straight forward direction. Thus to make sure the ultrasonic module can rotate to the left 90 degrees and also can rotate to the right 90 degrees. Download the servo adjust program from link:servo_adjust code(Or you can find the code directly from our CD user manual: OSOYOO Robot Car Starter Kit >> Code) Download and unzip, then upload the code to Uno board using Arduino IDE, turn on the power switch on the battery box. the servo motor will go to 90 degree position(middle position), At this time, if the ultrasonic sensor is not facing front direction of the car, you need manually adjust the sensor to straight forward direction. Then fix the ultrasonic module on sg90 servo motor with M2 x 10 screw Software Installation: Step 1:Download Lesson One sample code fromLesson 3 sample code (or you can find the code directly from our CD user manual: OSOYOO Robot Car Starter Kit >> Code) , unzip the download zip file smartcar-lesson3.zip, you will see a folder called smartcar-lesson3 . Step 2: Connect Arduino UNO to PC with USB cable, Open Arduino IDE -> click file -> click Open -> choose code “smartcar-lesson3.ino” in smartcar-lesson3 folder, load the code into arduino. Step 3: Choose corresponding board/port for your project,upload the sketch to the board. Final Testing : Turn on the power switch on the battery box, the ultrasonic module turn to front view position. If no obstacle is detected, the car will go forward. If any obstacles is detected, the car will go backward first, then the ultrasonic module will turn from right to left to detect surrounding obstacle. If obstacle is found on the left, the car will turn right and vice versa. If both right and left side have obstacles, the car will go backward. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() |