Arduno ile Telefon İvmeölçer Özelliğini Kullanarak Robot Kontrolü

  • 7 yıl önce
Smartphone Controlled Arduino Robot Car via Bluetooth.\r
With G-sensor the robot will move depending on the slope of your smartphone. Joystick can be operated in the normal mode by moving the slider with your finger.\r
\r
\r
- Hardware Required\r
\r
Arduino Uno - \r
Bluetooth HC-06 - \r
L293D - \r
Chassis - \r
DC Motor and Wheel - \r
Front Wheel - \r
F to F Wire - \r
M To M Wire - \r
Breadboard - \r
Battery 9V\r
9V Battery Clip - \r
9V Battery Cable - \r
Smartphone or Tablet\r
\r
Recommended Shopping Site -- \r
Arduino Starter Learning Kit -- \r
Arduino Compatible Tools -- \r
Arduino Modules Boards -- \r
Professional Tools -- \r
3D Printer and Tools -- \r
Flash Deals for Electronic -- \r
Mobile Device Deals -- \r
----------\r
\r
- H-Bridge L293D\r
\r
L293D is IC which is commonly used as a H-bridge. \r
There are also other ICs like L298 etc. but in this tutorial, we will see how we can use L293D.\r
At the same time, you can use Motor driver chip L298N in this project.\r
\r
- Bluetooth Module\r
\r
HC-06 chip of Bluetooth module solderes to the module board containing DC-DC converter and level conversion RX and TX signals.\r
Chip HC-06 needs power of 3.3V, but thanks to the converters, you can connect this module to the boards power by 5V.\r
\r
\r
- RemoteXY - \r
\r
RemoteXY is easy way to make and use a mobile graphical user interface for controller boards to control via smartphone or tablet.\r
\r
\r
- Code - \r
\r
You can use these codes in both L293D and L298N.\r
I will share the added codes as a single section. So watch carefully where to add the code blocks Ive added!