5. α’βααΆαααΌαααΆαααααααΏαααα ααΆα&αααααΉαα αΈααΆαααααα
ο΄ αααΎαααΈα²αααΆαΌααΌαβ ULTRASONIC RADAR α’αΆα αααΆααααΎαααΆααααααΎααααααΌαααΆαα ααΆααααααΉαααΆαα
αααααα·αααααααΏαααα ααΆαααΆαααΆαααααΌα αααΆαααααααΆα:
ο΄ α’-α‘βααΆαααΌαααΆαααααααΏαααα ααΆα
- Arduino Microcontroller NANO
- LIPO Battery
- wheel x4
- DC MOTOR (DG01D120)X4
- servo motor(MG90)
- ultrasonic sensor
- HC11
- L298 driver motor
-Wireless USB Serial
6. α’β-α’ αααααΉαα αΈααΆαααααα
α’-α’-α‘ββ αααα Hardware
ο΄ α Arduino Microcontroller NANO
Microcontroller ATmega328
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limits) 6-20V
Digital I/O Pins 14 (of which 6 provide PWM
output)
Analog Input Pins 8
DC Current per I/O Pin 40 mA
DC Current for 3.3V Pin 50 mA
Flash Memory 32 KB (ATmega328) of which
0.5 KB used by bootloader
SRAM 2 KB (ATmega328)
EEPROM 1 KB (ATmega328)
Clock Speed 16 MHz
External interrupts pins 2 and 3
7. α’β-α’ αααααΉαα αΈααΆαααααα
α’-α’-α‘ββ αααα Hardware
ο΄ α ULTRASONIC SENSOR
ο΄ Ultrasonic sensors [7] (also known as transceivers when they both send and receive, but more
generally called transducers) work on a principle similar to radar or sonar which evaluate attributes
of a target by interpreting the echoes from radio or sound waves respectively. Ultrasonic sensors
generate high frequency sound waves and evaluate the echo which is received back by the sensor.
Sensors calculate the time interval between sending the signal and receiving the echo to determine
the distance to an object.
ο΄ Systems typically use a transducer which generates sound waves in the ultrasonic range, above
18,000 hertz, by turning electrical energy into sound, then upon receiving the echo turn the sound
waves into electrical energy which can be measured and displayed.
8. α’β-α’ αααααΉαα αΈααΆαααααα
α’-α’-α‘ββ αααα Hardware
ο΄ α DC MOTOR
Optimum Motor Voltage: 4.5V
Maximum Motor Voltage: 6.0V
No Load Speed: 58rpm
No Load Current: 190mA (max. 250mA)
Stall Current: 1A
More datasheet
http://dlnmh9ip6v2uc.cloudfront.net/datasheets/Robotics/DG01D.pdf
9. α’β-α’ αααααΉαα αΈααΆαααααα
α’-α’-α‘ββ αααα Hardware
αβ L298D
Motor Driver Mode lL298N αΆDriver ααΆαααααααααα
ααΆαααββHigh Voltage αα·αβHigh Current αα α²αααΆαΌααα
αα·ααΆDual full -bridge motor driverααα
Designed αα ααΉαStandard TTL logic levels ααΆααααΎα
ααΆαααΆαααΌα αααΆαααααααΆαβ:
=Operating supply voltage up to 46V
=Total DC current up to 4A
=Low saturation voltage
=Over temperature protection
=Logical β0β input voltage up to 1.5vα
More datasheet http://html.alldatasheet.com/html-
pdf/22437/STMICROELECTRONICS/L298/4864/3/L298.ht
ml
11. α’β-α’ αααααΉαα αΈααΆαααααα
α’-α’-α‘ββ αααα Hardware
α αβ Servo Motor MG90
Modulation: Analog
Torque:
4.8V: 30.60 oz-in (2.20 kg-
cm)
6.0V: 34.70 oz-in (2.50 kg-
cm)
Speed:
4.8V: 0.11 sec/60Β°
6.0V: 0.10 sec/60Β°
Weight: 0.49 oz (14.0 g)
Dimensions:
Length:0.91 in (23.1 mm)
Width:0.48 in (12.2 mm)
Height:1.14 in (29.0 mm)
Motor Type: MG90
Gear Type: Metal
Rotation/Support: Dual Bearings
Rotational Range: 180Β°
Pulse Cycle: 20 ms
Pulse Width: 400-2400 Β΅s
Connector Type: (add)
Servo motor ααΊαΆαααααααααΆαΌααα
αααα’αΆα αα²αααΎαααΆααααααΌαααΊααααααα»αΆααααα
α’ααααααα·ααααα ααα αααα αααΈ α -180 ααΊ
ααααα
12. α’β-α’ αααααΉαα αΈααΆαααααα
α’-α’-α‘ββ αααα Hardware
αβ Wireless USB serial (2303)
ο΄ ααΊαΆα§αααααααααΆαααΆααααconvert USB to UART αααΎαααΈααααΆ αααΆαα½αβHC11α
ο΄ It will definitely boost development speed of projects which uses UART modules
like interfacing GSM, GPS, Bluetooth, Wi-Fi β¦
ο΄ By using it we can easily study these modules by sending data directly from your
PC and analyzing the received data in your computer display without
programming a microcontroller. Here we will use PL2303, one of the most popular
USB to UART
19. Motor control
IN 1 IN2 EN1 ACTIO
N
X X 0 STOP
0 1 1
1 0 1
1 1 X STOP
IN 3 IN4 EN2 ACTIO
N
X X 0 STOP
0 1 1
1 0 1
1 1 X STOP
Syntax
digitalWrite(pin,HIGH);
digitalWrite(pin,LOW);
20. α Solid work
ο΄ SOLID WORK ααΊαΆαααα α·ααΈαα½αααααααΎααΆααααααΌα Design 2d αα·αβ3d αα αααΎααααααααΆαα·αα
αα αα ααβproject αααΎαααααααααΎsolid work ααΆααααdesign ααΌααααα½αααααααΆαΌααΌαβα
22. α£-α’ Flow chart code
ο΄ α processing PC control
ο΄
Key
initialize
W S A D q
Forward Backward Turn Left Turn Right
Serial
events
Draw radar
Draw Line
Draw object
Display on
screen
start
finish
23. α/ Ultrasonic robot
Initialize servo
motor , DC motor ,
ultrasonic
Serial
events
Motor DC
active
Servo
active
Ultrasonic
scan
Calculate
distance
start
finish
Forward Backward
Turn
right
Turn
left
Draw
Radar