Page 1 of 2
pickit 2
Posted: Sun May 01, 2011 5:21 pm
by Fluroblue
hay guys i went to Jaycarr today and they didn't have pickit 2 so im going to get it online...any recommended sites?
Re: pickit 2
Posted: Sun May 01, 2011 6:14 pm
by Mitchy
Microchip direct

Re: pickit 2
Posted: Mon May 02, 2011 5:56 am
by brad
That's where I got mine!
Go direct to microchip for all your microchip needs
By the way, The 18f4550 microcontroller which is my favourite right now is about $5 from microchip - but $45 from jaycar!
Re: pickit 2
Posted: Mon May 02, 2011 5:38 pm
by Fluroblue
whats the difference between that and the 16f648a?
Re: pickit 2
Posted: Mon May 02, 2011 5:57 pm
by Mitchy
The 16F range is good, although most devices are 20+ years old. I made this picture a while ago to compare them for those not familiar with microcontrollers

Re: pickit 2
Posted: Mon May 02, 2011 7:01 pm
by Fluroblue
anything major?
Re: pickit 2
Posted: Mon May 02, 2011 7:02 pm
by Fluroblue
well ive got the 16f627a and the 18lf452
Re: pickit 2
Posted: Tue May 03, 2011 6:06 am
by brad
I love the analogy there Mitchy!
16f pics are very good, although they do have their problems (which have now been fixed with the newer 18f series)
One such problem that I found quite annoying is the paging issues with the 16f's Basically if your code is large enough, you will have to add some additional code to help the pic figure out what memory location it should be grabbing all of this code from from within it's own program memory.
18f's are also designed for higher level languages like C and basic. Both are very powerful however I am sold on swordfish basic because it is just so easy to use (with a not so steep learning curve)
Re: pickit 2
Posted: Tue May 03, 2011 9:21 am
by Mitchy
Yep, in many ways the 18F family are far easier to learn on as well.
There is a line in the sand with new devices and their learning curve. The 24Fand dsPIC range have incredibibly more onboard hardware which comes with the added cost of complexity and errata.
Long story short, the 18F range is the happy in between. Support for the 18F range is extensive. If your going to use a HLL such as Swordfish, then check out sfcompiler.co.uk or digital-diy.com for more info.
There are others as well, such as C18. Language selection for the hobbyist usually comes down to what they have experience with, be it Basic or C. You can program in assembly, although it's quite the mind bender if you're not familiar with it.
Re: pickit 2
Posted: Tue May 03, 2011 2:44 pm
by Fluroblue
well im learning how to program on python at school but it looks different then the programming you do on the microcontrollers
Re: pickit 2
Posted: Thu May 05, 2011 5:54 am
by brad
Although the good thing with programming is that if you know one language, it is not a huge leap to another language because you have already managed to get your brain into a programming sort of mode

Re: pickit 2
Posted: Thu May 05, 2011 6:19 pm
by Fluroblue
thank goodness... i ordered my pickit 2 from microchipdirect yesterday so now to wait :S
Re: pickit 2
Posted: Sat May 07, 2011 10:49 am
by brad
Shipping with microchip is generally pretty quick.
Re: pickit 2
Posted: Mon May 09, 2011 4:47 pm
by Fluroblue
i would have got it today but my sister was to lazy to get out of bed to sign for it :'(
Re: pickit 2
Posted: Tue May 10, 2011 1:34 pm
by Fluroblue
finally got it time for some experimenting
