Society of Robots - Robot Forum

General Misc => Misc => Topic started by: Razor Concepts on December 17, 2008, 05:20:09 PM

Title: PIC start-up guide?
Post by: Razor Concepts on December 17, 2008, 05:20:09 PM
Is anyone out there a PIC expert that can write some basic tutorials? I have a nice PIC based board that's just laying around because I just dont know enough about PICs and BASIC programming to do anything with it. Also might help get more PIC users on here because its very AVR biased here  ;D
Title: Re: PIC start-up guide?
Post by: Iron Man on December 17, 2008, 06:29:39 PM
I know PIC, but only C.

download the student compiler for C off of microchip's website.

if you have a pic18 it'll be C18, if it's pic24 it'll be C24, if it's pic32 it'll be C32.

the student compiler does everything except code size optimization.

if you have any questions just email me.

paulstreets does alot with PICs as well.