Society of Robots - Robot Forum

Software => Software => Topic started by: uaefame on November 08, 2008, 12:55:18 PM

Title: PWM using PIC16F818
Post by: uaefame on November 08, 2008, 12:55:18 PM
Hello everyone,

I am interested in rotating a servo motor to a specific location.
The problem is I don't know much about assembly and I need to program PIC16F818 (I can use a different PIC if it is recommended).
I am trying to rotate 18 servo motor everyone in a certain position.

Help needed!!!

Thanks in advance
Title: Re: PWM using PIC16F818
Post by: ArcMan on November 09, 2008, 08:48:10 PM
What kind of help do you need?  Please ask specific questions.

And read this...
http://www.societyofrobots.com/robotforum/index.php?topic=602.0 (http://www.societyofrobots.com/robotforum/index.php?topic=602.0)
Title: Re: PWM using PIC16F818
Post by: sdavis6736 on November 10, 2008, 03:50:03 AM
It is easier to help if you ask specific questions.  in the mean time, there are many assembly language tutorials on the internet.  Check them out, they are very helpful.
Title: Re: PWM using PIC16F818
Post by: Admin on November 13, 2008, 02:32:18 AM
I recommend writing in C if you have that option.

Also, there aren't that many microcontrollers out there that can do 18 servos . . . Seen my Axon yet?
Title: Re: PWM using PIC16F818
Post by: sdavis6736 on November 14, 2008, 04:27:30 AM
Admin is right, if you have the option C would be best.  Assembly is good if you want instructions fast, but with today's possessor speed, i don't see that as a the problem as it use to be.  There are a lot of C tutorials on the internet also.  If you are just learning then I go along with admin, learnig C would be your best expenditure (is that a word?) of energy.