Archive for the Category


PIC18CXXX/PIC16CXXX DC Servomotor

Monday, August 4th, 2008
                        Advertisements


The PICmicro ® microcontroller makes an ideal choice for an embedded DC Servomotor application. The PICmicro family has many devices and options for the embedded designer to choose from. Furthermore, pin compatible devices are offered in the PIC16CXXX and PIC18CXXX device families, which makes it possible to use either device in the same hardware design. [...]

Manual Servo Control by PIC16F84

Tuesday, July 29th, 2008
                        Advertisements


Our next program will allow you to control the direction of the servo manually via a SPDT switch (with a center-off position) connected to ports B1 and B2. Without a center-off position, you will have to use two switches. A schematic is shown in figure 3 (below).
Read more original source:
http://www.imagesco.com/articles/picservo/03.html

Multiple Servomotors by PIC16F84

Sunday, July 27th, 2008
                        Advertisements


Using a modified version of the last program, we can control as many servomotors as we have I/O lines on port B. In the next listing, we will control two servos in the same manner as we controlled a single servo in the previous program. The circuit is shown in figure 4 (below). The program [...]