Maker Pro
Maker Pro

Driving RC servo motors with 555 (and/or 556)

G

Guest

Jan 1, 1970
0
I am beginner to electronics. I want to control a radio control (RC) servo
motor with a potentiometer. I think it is possible to use 555 or 556 for
generating pulse sequence for the RCservo motor.

Doeas anyone have schematics/documents to share for this kind of application
?

Regards
 
H

Harvey

Jan 1, 1970
0
Juang said:
I am beginner to electronics. I want to control a radio control (RC) servo
motor with a potentiometer. I think it is possible to use 555 or 556 for
generating pulse sequence for the RCservo motor.

Doeas anyone have schematics/documents to share for this kind of application

http://wolfstone.halloweenhost.com/TechBase/svoint_RCServos.html#DrivingTheory
http://www.seattlerobotics.org/encoder/200210/servoex/ServoExcerciser.htm
http://www.uoguelph.ca/~antoon/gadgets/servo3.htm

Also
http://www.dprg.org/projects/2003-05a/
http://www.epanorama.net/documents/motor/rcservos.html
http://www.colinmackenzie.net/techlib/articles/ServoController.html

More: Google search "555 rc servo control"
 
D

Dingo

Jan 1, 1970
0
If you are just beginning it might be easier to use a PICAXE.

www.microzed.com.au
or
www.picaxe.co.uk

These are mircocontrollers you program with you pc, the picaxe are designed
for beginners and schools etc. Very easy to use and dirt cheap (start at $4)

Dingo
 
M

Matthew Gunn

Jan 1, 1970
0
Dingo said:
If you are just beginning it might be easier to use a PICAXE.

I don't see how programming a picaxe is easier than turning a pot.
The 555 circuits others have been pointed to are about as simple to
understand and construct as any circuit can be.

Just my opinion
Matthew
 
D

Dingo

Jan 1, 1970
0
I was merely suggesting it as another alternative as the OP did say s/he was
a beginner in electronics.

Thus I felt the OP might be trying to do things later on that would need a
microcontroller rather than a pot controlling a 555.

I mean a software solution to controlling an item is a lot more flexible
than a 555 circuit. With no circuit change, just a change in the software
you can have timed loops, delays, filter user inputs, debounce keys etc.
Personally, this sort of flexibility without picking up a soldering iron or
changing a breadboard circuit gave me a lot of fun when starting without a
lot of effort, this got me hooked.

If the OP then wants other input or output, the fact tweaking can be done in
software is also a boon.

And the PICAXE is specifically targeted at beginners and programming them is
so easy (not like other uC). They have a bootloader and free software, you
just buy a serial cable (or wire up your own three wires) and use their free
software. The PICAXE even have internal clok sources so the component count
to get started is minimal. Plus they have heaps of really good beginner's
documentation free for download (they only charge for the ICs, nothing
else). A breadboard, a PICAXE and a download cable and you have a
microcontroller development environment atached to your PC :)

(BTW I don't use them anymore, I'm AVR all the way but I think they are
great for beginners)

Dingo
 
Top