Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Motors (http://www.chiefdelphi.com/forums/forumdisplay.php?f=52)
-   -   How do you use a servo motor with an Arduino using a bluetooth module? (http://www.chiefdelphi.com/forums/showthread.php?t=129833)

MindTheY 19-06-2014 12:54

How do you use a servo motor with an Arduino using a bluetooth module?
 
We were given the challenge to control a Servo Motor connected to an Arduino Uno through Bluetooth. We can control it without Bluetooth and through the code, of course, but we are totally stumped now. We could really use help with a diagram and maybe the Arduino code!

Steven Smith 19-06-2014 13:07

Re: How do you use a servo motor with an Arduino using a bluetooth module?
 
http://www.instructables.com/id/Ardu...via-Bluetooth/

Anything useful there?

Mike Bortfeldt 19-06-2014 15:29

Re: How do you use a servo motor with an Arduino using a bluetooth module?
 
The HC-05 that is mentioned in the article posted by Steve works fairly well. I used a similar one over the summer for a project without any issues once I had it up and running (Arduino to a PC). Just don't wire it wrong. It is not very forgiving when you apply power where it doesn't belong. I originally saw a link to one here.

Mike

billbo911 19-06-2014 16:07

Re: How do you use a servo motor with an Arduino using a bluetooth module?
 
Quote:

Originally Posted by MindTheY (Post 1390461)
We were given the challenge to control a Servo Motor connected to an Arduino Uno through Bluetooth. We can control it without Bluetooth and through the code, of course, but we are totally stumped now. We could really use help with a diagram and maybe the Arduino code!

Approach this project in it's component parts:
1) Servo control.
2) Serial communication.
3) Translating Serial data to values that are relative to your project.

Attack each piece by it's self. Once you understand each part, put them together.

Here is a little push in the right direction, well, maybe a direction. ;)

Remember, Google Search is your friend!


All times are GMT -5. The time now is 22:40.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi