Page 1 of 1

Using pic 18F4455

PostPosted: Sat Sep 03, 2011 4:24 am
by pingubrow2
Hello ,

I am using and learning pic 18f4455 and I need to use servo motors but I am new and i have no idea how to control the servo motor. Can some one help me please, I am using pic 18f4455 , program MPLAB v 8.70 assembly ( .asm ), programmer pickit2.
I will be very grateful if some one give me a code or some help .

thank you

Re: Using pic 18F4455

PostPosted: Sun Sep 04, 2011 2:33 pm
by shahrul
Why not to use PIC18F4550. I never use 18F4455. And for fast learning, better use C Language.

Re: Using pic 18F4455

PostPosted: Tue Sep 06, 2011 3:09 am
by pingubrow2
I know some c language so how will I be able to connect c with the pic thank you.

Re: Using pic 18F4455

PostPosted: Tue Sep 06, 2011 10:04 am
by shahrul
pingubrow2 WROTE:I know some c language so how will I be able to connect c with the pic thank you.

For download C language into PIC, you can use MPLab software and USB Programmer.

Re: Using pic 18F4455

PostPosted: Tue Sep 06, 2011 8:54 pm
by ober
shahrul WROTE:Why not to use PIC18F4550. I never use 18F4455. And for fast learning, better use C Language.

Basically, PIC16F and PIC18F is similar, just the instruction code is different, of course plus some of the special function register name :) You can actually refer to plenty of DIY project from Cytron site, or even RC servo motor site.

To get started with SK40C + PIC18F, you can refer to the following video:


Good luck and do share the project with us.