Society of Robots - Robot Forum

Software => Software => Topic started by: Idzham on February 21, 2012, 08:36:01 PM

Title: Servo Motor source code for PIC 16F84A for steering systems.
Post by: Idzham on February 21, 2012, 08:36:01 PM
Hi.. I'm using PIC16F84A microcontroller..
I'm using servo for steering system in my robot.. And now my servo didn't rotate at all..
Can anyone post source code controlling servo motor for my line follower robot? Urgent!!
I'm using C..
Title: Re: Servo Motor source code for PIC 16F84A for steering systems.
Post by: joe61 on February 21, 2012, 10:49:45 PM
I'm not very familiar with PICs, but ran across this (http://"http://www.imagesco.com/articles/picservo/01.html") a while ago. It's got basic code but you can see what it's doing and port it to C.

Joe