PIC Programming

Thread Starter

txfirefighter4721

Joined Jul 30, 2009
13
OK. If you remember I'm building an underwater ROV. I have decided to go into very unkown territory. I would like to learn about PIC's and how to program them. Does anyone know a good place to start? Ive searched and really havent too much luck. Probably not putting in the correct phrases. Thanks in advance.
 

SgtWookie

Joined Jul 17, 2007
22,230
Try here: http://tutor.al-williams.com/pic-intro.html
[eta]
Actually, that tutorial is very dated. The PIC instructions portion is OK, but you need more of an intro.

If you don't have any PICs or a way to program them, you might consider a PICkit 2 Debug Express, about $50 from Microchip Direct. It comes with a surface-mount PIC16F887 on a prototype board. (The PIC16F88x series are basically replacing the PIC16F87x series; they aren't identical, but are much cheaper)

The PICkit 1 costs less (around $35), but it just programs the lower pin count PICs (up to 14 pins).

You can download the Microchip MPLAB from their website for free.
 
Last edited:
As learning curves go I'd recommend a PICkit2 or compatible like my Junebug (shameless plug :rolleyes:) and the very easy to learn Swordfish BASIC compiler (the SE version is free)
The Arduino uses a C like language and uses a bootloader. (of course there are C compilers for PICs too)
 
Top