Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (99 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Simon Platten (8 codes)

Most Downloaded

  1. Network Ethernet Library (11765 times)
  2. FAT32 Library (8610 times)
  3. Timer Calculator (6536 times)
  4. PID Library (5250 times)
  5. Network WiFi Library (5204 times)
  6. SMS home alarm system (4419 times)
  7. External Memory (4107 times)
  8. mikromedia for PIC18FJ - Examples (3567 times)
  9. microSD click - Example (3490 times)
  10. GPS click - Example (3255 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

Serial Servo Controller

Rating:

Author: Julio Montagut Desco

Last Updated: 2011-08-25

Category: Other Codes

Downloaded: 1026 times

Not followed.

8 servo controller via RS232, source code and example files to assembly pcb. RS232 Speed: 9600, 19200, 38400 and 57600, Switch Configuration / Reset logic power to 20V, reverse polarity protection to logic power and data Rx LED indicator.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Serial Servo Controller" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Serial Servo Controller" changes.

Do you want to report abuse regarding "Serial Servo Controller".

  • Information
  • Comments (0)
Download

Download Project [228.96KB]

Version 1.0.0.0

DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

Blog currently doesn't exist!

RELATED CODES

Tool: PIC Clear project

This tool enables you, in case of troubles, to delete the derived files (*.mcl etc...) in the project directories and the "Defs" directory. It also enables you to edit/check the .mpppi (project) file. For: mP for PIC, dsPIC and PIC32.

[Learn More]

Frequency Counter & Periodic Time

The project uses timer 1 as an external counter to count the pulses every second. Timer 0 is used to generate a 1 sec time. Also the periodic time of the frequency is calculated.

[Learn More]

PID control simulation on GLCD

Typical control system with PID controller is simulated and variables (input, error, output, control) are drawn on GLCD screen using PID and Bars libraries.

[Learn More]