Can Picaxe control a standard RC servo?

hoarp001

New Member
Hi,

Can any of the Picaxe chips control a standard RC servo, and position it based on the position of an analogue potentiometer? I would also like the PIC to store positions and play them back.

Is this possible?
 

Mycroft2152

Senior Member
All of them.

Check the servo command in the PICAXE Manual 2 (Basic Commands). [Where did I hear that before?]

There is a graphic on the left with the PICAXE chips supported by each comand. Would you like the page number too?
 

BeanieBots

Moderator
Also have a read of the command ReadADC. (it's on page 120)
You can scale the value to match the numbers needed by the servo command so that a potentiometer can be used to set the required position of your servo.
A simple push-button and a few more lines of code would enable you to 'store' positions which could then be played back.
 
Top