Prev: Adapting a Garmin Traffic Receiver to car antenna?
Next: PIC 18F22K14 as class D audio output amplifier, 2 components... first test
From: Jon Kirwan on 24 Feb 2010 03:32 On Wed, 24 Feb 2010 08:19:37 -0000, "Somebody" <why.do.you.want(a)to.know.invalid> wrote: >"coldfeet" <sixcoldfeet(a)gmail.com> wrote in message >news:d3d2b24a-baf2-4aff-a1d3-554fd9a89b99(a)33g2000yqj.googlegroups.com... >> I am thinking about buying or building a PIC programmer and would >> appreciate some advice in choosing one. I've never laid hands on one >> so am I not sure what to look for. > >Get a PICKit2, but make sure that yours has a red pushbutton >and not a black pushbutton, otherwise the single step (or single >breakpoint, you only have one or the other) won't work for you >unless you fit two 4K7 resistors onto the target board. Good point to add. I received two of the newer ones from one supplier and one of the older ones from another supplier, with all three orders received within a day or so of each other. Clearly, some suppliers still have old stock on their shelves. I added the resistors, of course. But it's work asking before buying, if possible, and watching out for it otherwise. Jon
From: Somebody on 24 Feb 2010 03:40 "Jon Kirwan" <jonk(a)infinitefactors.org> wrote in message news:7to9o558cd1ui5toqs7v9qs3ikrnb2stu8(a)4ax.com... > On Wed, 24 Feb 2010 08:19:37 -0000, "Somebody" > <why.do.you.want(a)to.know.invalid> wrote: >>"coldfeet" <sixcoldfeet(a)gmail.com> wrote in message >>news:d3d2b24a-baf2-4aff-a1d3-554fd9a89b99(a)33g2000yqj.googlegroups.com... >>> I am thinking about buying or building a PIC programmer and would >>> appreciate some advice in choosing one. I've never laid hands on one >>> so am I not sure what to look for. >>Get a PICKit2, but make sure that yours has a red pushbutton >>and not a black pushbutton, otherwise the single step (or single >>breakpoint, you only have one or the other) won't work for you >>unless you fit two 4K7 resistors onto the target board. > Good point to add. I received two of the newer ones from one > supplier and one of the older ones from another supplier, > with all three orders received within a day or so of each > other. Clearly, some suppliers still have old stock on their > shelves. I added the resistors, of course. But it's work > asking before buying, if possible, and watching out for it > otherwise. AND ALSO! ... Do not install the software from the supplied CD; get the latest versions from the Microchip website. In any case, there is a slip of paper in the PICKit2 suggesting that you should do that.
From: Jan Panteltje on 24 Feb 2010 06:34 On a cloudy miserable winter ice day "David L. Jokes" wrote: >Get the PICkit2 or PICkit3, don't touch the build-it-yourself programmers, >they are not worth the trouble. HEY IDIOT YOU ONLY NEED 1 RESISTOR: http://home.earthlink.net/~davesullins/software/pic18f.html HAHAHAHAHAHAHAHAHAHAHA LOL WHOOOOOOHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA LOL ahahha jippi!!! fun fun fun. Save a couple of dollars. LOL
From: Robert Roland on 24 Feb 2010 07:10 On Tue, 23 Feb 2010 15:28:40 -0800 (PST), coldfeet <sixcoldfeet(a)gmail.com> wrote: >I am thinking about buying or building a PIC programmer and would >appreciate some advice in choosing one. If you want to build, take a look at the Wisp648: http://www.voti.nl/wisp648/index.html. The PCB is not available for free, but you can buy a kit or lay out the board yourself and buy a pre-programmed PIC. This programmer handles a lot of different PICs, but only 5V ones. It works with both Windows and Linux. >I've never laid hands on one >so am I not sure what to look for. You absolutely want a programmer that supports ICSP (In-Circuit Serial Programming). Moving the chip back and forth between the project and the programmer gets old very fast. >I am a hobbyist and would like to program the occasional IC just to >simplify my circuit building. It would be nice to program a wide >variety if chips but in reality I would probably just pick a few that >I was comfortable with and stick to them. I have the PicKit3, and I am very pleased. In addition to programming almost all PICs, it also has basic debugging capabilities. The debugger is more useful than you'd expect. >My programming skills >aren't all that great. I'm comfortable with editing VB script or >using graphical programs. If I have to I could probably learn basic >or c. I have not been able to find any decent, free Basic or C compilers for the PICs. If you're going to learn a new language anyway, take a look at JALv2: http://www.casadeyork.com/jalv2/. There's also a mail list at Yahoo groups where you can get help. >The less code I have to write the better. I would like to keep >the price tag under $60. I've read that it's best to get one that can >be debugged in place so that would probably be good too. I think you'd be well served by a PicKit. The 3 has been getting some bad press, but mine has been fine. -- RoRo
From: Martin Brown on 24 Feb 2010 07:16
Jan Panteltje wrote: > On a cloudy miserable winter ice day "David L. Jokes" wrote: > >> Get the PICkit2 or PICkit3, don't touch the build-it-yourself programmers, >> they are not worth the trouble. For a hobbyist I'd have thought a kit might be ideal. The suggestion below is a bit too minimalist and unsafe for my liking. YMMV > > HEY IDIOT YOU ONLY NEED 1 RESISTOR: > http://home.earthlink.net/~davesullins/software/pic18f.html Provided that you don't mind the risk of damage to your parallel port. The design is totally unbuffered, voltage dependent and may not work, and some of the suggestions there are likely to wreck a PIO if used by the unwary. Older chips also want a higher programming voltage applied. But there are cheap DIY PIC programmer kits for hobbyists about. It is quite cute to make designs fully in circuit programmable. Regards, Martin Brown |