Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 672 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 672 Bytes

MArduino

My project to control a toy car through Android using the Bluetooth!

Using a program tailor-made for both Android and Arduino both, used the smartphone's accelerometer to move the toy car!

For now, the commands are:

  • Next
  • Back
  • Right
  • Left
  • Stop

First version: It is possible to control only in the digital mode (0V - 5V), then always has the same speed!

Position of files:

(For Linux Users) /usr/share/arduino/librares/Motor: -motor.cpp -motor.h -keywords

/home/Name/sketchbook/marduino: -marduino.ino

(For Windows Users) C:\Programms\Arduino\librares\Motor: -motor.cpp -motor.h -keywords

C:\Users\Name\sketchbook\marduino: -marduino.ino