Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: alex2988 on October 13, 2010, 02:56:22 AM

Title: Android robot control
Post by: alex2988 on October 13, 2010, 02:56:22 AM
hi guys,

I want to start a new project that involves a robot that is controled by a mobile phone using bluetooth. The phone has an Google Android OS.I dont really now what electronic parts I need to do this.I have a PIC 16F877 microcontroller and I want to know what kind of bluetooth device I need so that I cand connect my phone to the robot.Do I need any more parts to make my android phone a remote controll.I want to use the phone's accelerometer to move the robot.If you know any tutorias please post them.

Thanks ;D
Title: Re: Android robot control
Post by: z.s.tar.gz on October 13, 2010, 11:50:00 AM
As far as the phone development is concerned I would take a look at hackaday's tutorials on android development.

When it comes to the actual robot, you will need all your standard robot parts (batteries, mcu, motors, etc) in addition to a bluetooth serial device (they can be pretty pricey) but that's about it. Most of this project will revolve around programming the phone as the robot just has to be set up like it would for any remote control, ex. [this signal recieved go forward] [that signal recieved go backwards] [wait for new signal] [repeat]