
Control of Satellite Antenna with PIC16F877
the dual-axis rotors control interface . Here is a low cost automatic antenna rotor controller specifically developed for amateur radio satellite tracking operations. This rotor control interface is quite simple to construct. The circuit consists only one PIC 16F877... Electronics Projects, Control of Satellite Antenna with PIC16F877 "microchip projects, microcontroller projects, pic assembly example, pic16f877 projects, " Date 2019/08/01
the dual-axis rotors control interface . Here is a low cost automatic antenna rotor controller specifically developed for amateur radio satellite tracking operations. This rotor control interface is quite simple to construct. The circuit consists only one PIC 16F877 microcontroller IC and a few transistor drivers. Please take a moment and look around. You might find something useful !
Satellite tracking is done most commonly on a computer with a satellite tracking software. The FODtrack ( by XQ2FOD ) software, which I am experimenting with this control interface, is available for download at www.amsat.org. It uses serial ( COM ) port ( baud 1200 ) on your PC to drive the external azimuth and elevation rotors to position the antenna via the interface described here. The data format of the GS-232 output command from the COM port is in the form of Wxxx yyy, where xxx is the azimuth and yyy is the elevation angle. GS-232 command received via the PIC16F877 uart serial port is converted and stored as 8-bits binary azimuth and elevation target position values into the microcontroller on-chip ram area. Analog input signals from the rotators position feedback pots ( 0 to 5 volts for azimuth from 0 to 360 degrees, 0 to 2.5 volts for elevation from 0 to 180 degrees ) are converted by the on-chip ADC into binary values which subsequently are compared with the target position values to produce outputs to control the up, down and left, right switches.
Satellite Tracking Interface
Assembler software to program the PIC16F877 is available for download at www.microchip.com and the P16PRO printer port PIC eprom programming software is available for download at www.picallw.com.
PIC16F877 microcontroller uart serial port baud rate is 1200 and the crystal clock frequency is 10 MHz. The two-axis ( azimuth and elevation ) rotor drive output pins are RB1, RB2, RB4 and RB5. Rotors position analog input pins are AN0/RA0 and AN1/RA1.
Source: geocities.com/yyz228 Control schematic Satellite Antenna with PIC16F877 pic assembly source code alternative link:
FILE DOWNLOAD LINK LIST (in TXT format): LINKS-1328.zip
LM350 0-30V 0-3A Alimentation de laboratoire Les circuits de régulation tels que LM317, LM350, qui sont utilisés pour de nombreux circuits électroniques d'alimentation, n'ont pas de réglage de courant. Dans ce projet, des ajustements de courant sont fournis avec quelques ajouts, et la tension de référence est ramenée à zéro, et un simple circuit d'alimentation de laboratoire bon marché avec une tension entre 0,30 V et 0,3 A est réalisé. L'auteur dit que le circuit fonctionne depuis longtemps. Je n'ai pas ajouté la version encadrée du projet car l'image est trop petite. Le transformateur 24VAC 100W doit être utilisé dans l'alimentation. Le régulateur LM350 intégré doit être placé sur un refroidisseur suffisamment grand ou peut être utilisé dans un petit refroidisseur avec refroidissement par ventilateur. Le potentiomètre R5 (1K) est utilisé pour réguler le courant de sortie. R12 (100K) Si la tension de sortie du potentiomètre est un réglage approximatif, R13 (5K) est utilisé pour un réglage fin. Le circuit d'alimentation réglable a un dessin de PCB de 600 dpi au format d'image PCB taille 86,3 x 46,7 mm Enfin, l'auteur dit qu'avec le transformateur AC 2X12V, il augmente l'efficacité avec le bypass manuel et a utilisé la clé pour cela. Pour le système automatique, voir l'article Circuit de dérivation relais pour les alimentations régulées.