|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
USB programmerI am very new to pic programming, but am very excited to learn! I have
been looking for a USB powered pic programmer that will run on my laptop, which currently has Fedora Core 7. There are several options, but before I pull the trigger I'd like to hear from someone who has had success with this. The project I'm working on is a remote signal switching application, where there would be a 16F627 at either end to receive 8 possible inputs, 8 to 1 mux them, send the result over to the other side which would demux and trigger relays. I have been doing programming for over 10 years, but this is my first foray into hardware. So far the simple programs I have written run fine on the simulator I found, now I'm ready to start flashing chips! Thanks much in advance, Jesse Cronce --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: USB programmerOn Wed, Jun 10, 2009 at 2:20 PM, <jesse@...> wrote:
> I am very new to pic programming, but am very excited to learn! I have been > looking for a USB powered pic programmer that will run on my laptop, which > currently has Fedora Core 7. There are several options, but before I pull > the trigger I'd like to hear from someone who has had success with this. I think PICkit2 is a good choice and there is a command line tool for Linux for that -- I use it with VirtualBox/WinXP instead as then I can use it with MPLAB with debug features as well. The official website for that is: http://www.microchip.com/pickit2 You can even build a clone by yourself like: http://www.mcuhobby.com/articles.php?article_id=7 Cheers, Tamas > > > The project I'm working on is a remote signal switching application, where > there would be a 16F627 at either end to receive 8 possible inputs, 8 to 1 > mux them, send the result over to the other side which would demux and > trigger relays. > > I have been doing programming for over 10 years, but this is my first foray > into hardware. So far the simple programs I have written run fine on the > simulator I found, now I'm ready to start flashing chips! > > Thanks much in advance, > Jesse Cronce > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: gnupic-unsubscribe@... > For additional commands, e-mail: gnupic-help@... > > -- http://www.mcuhobby.com |
|
|
|
|
|
RE: USB programmerall, I have PICkit2 clone kit for sale! See my web site www.fun4diy.com MS > Date: Wed, 10 Jun 2009 14:32:23 +0100 > From: tamas.rudnai@... > To: gnupic@... > Subject: Re: [gnupic] USB programmer > > On Wed, Jun 10, 2009 at 2:20 PM, <jesse@...> wrote: > > > I am very new to pic programming, but am very excited to learn! I have been > > looking for a USB powered pic programmer that will run on my laptop, which > > currently has Fedora Core 7. There are several options, but before I pull > > the trigger I'd like to hear from someone who has had success with this. > > > I think PICkit2 is a good choice and there is a command line tool for Linux > for that -- I use it with VirtualBox/WinXP instead as then I can use it with > MPLAB with debug features as well. > > The official website for that is: > http://www.microchip.com/pickit2 > > You can even build a clone by yourself like: > http://www.mcuhobby.com/articles.php?article_id=7 > > Cheers, > Tamas > > > > > > > > > > The project I'm working on is a remote signal switching application, where > > there would be a 16F627 at either end to receive 8 possible inputs, 8 to 1 > > mux them, send the result over to the other side which would demux and > > trigger relays. > > > > I have been doing programming for over 10 years, but this is my first foray > > into hardware. So far the simple programs I have written run fine on the > > simulator I found, now I'm ready to start flashing chips! > > > > Thanks much in advance, > > Jesse Cronce > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: gnupic-unsubscribe@... > > For additional commands, e-mail: gnupic-help@... > > > > > > > -- > http://www.mcuhobby.com |
|
|
Re: USB programmer -- Didel boards for all PICs> I've just recently purchased a PICKit2 for use on my Ubuntu laptop (8.04 Hardy
> Heron). I've got to say that I'm very impressed with it, despite the various For those interested in playing with different PICs, Didel has three boards compatible with the Pickit2 (with additional connectors for the UART and logic tools). http://www.didel.com/08micro/MicroPubE.pdf The Microdule set is an original flexible hardware, very cheap because it's kits, easy to solder. Delivery to Europe and US by priority mail in few days. JDN -- DIDEL Jean-Daniel Nicoud nicoud@... Tel +41 21 728-6156 Fax -6157 http://www.didel.com DIDEL SA Mouette 5 CH-1092 Belmont Switzerland --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: USB programmerI'm going to try installing virtual kit and winXP tonight. If I can
get this to work, I think this will be the way to go. Thanks! Quoting Tamas Rudnai <tamas.rudnai@...>: > On Wed, Jun 10, 2009 at 2:20 PM, <jesse@...> wrote: > >> I am very new to pic programming, but am very excited to learn! I have been >> looking for a USB powered pic programmer that will run on my laptop, which >> currently has Fedora Core 7. There are several options, but before I pull >> the trigger I'd like to hear from someone who has had success with this. > > > I think PICkit2 is a good choice and there is a command line tool for Linux > for that -- I use it with VirtualBox/WinXP instead as then I can use it with > MPLAB with debug features as well. > > The official website for that is: > http://www.microchip.com/pickit2 > > You can even build a clone by yourself like: > http://www.mcuhobby.com/articles.php?article_id=7 > > Cheers, > Tamas > > > > >> >> >> The project I'm working on is a remote signal switching application, where >> there would be a 16F627 at either end to receive 8 possible inputs, 8 to 1 >> mux them, send the result over to the other side which would demux and >> trigger relays. >> >> I have been doing programming for over 10 years, but this is my first foray >> into hardware. So far the simple programs I have written run fine on the >> simulator I found, now I'm ready to start flashing chips! >> >> Thanks much in advance, >> Jesse Cronce >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: gnupic-unsubscribe@... >> For additional commands, e-mail: gnupic-help@... >> >> > > > -- > http://www.mcuhobby.com > --------------------------------------------------------------------- To unsubscribe, e-mail: gnupic-unsubscribe@... For additional commands, e-mail: gnupic-help@... |
|
|
Re: USB programmerOn Wed, Jun 10, 2009 at 07:20:54AM -0600, jesse@... wrote:
> I am very new to pic programming, but am very excited to learn! I have > been looking for a USB powered pic programmer that will run on my > laptop, which currently has Fedora Core 7. There are several options, > but before I pull the trigger I'd like to hear from someone who has had > success with this. > > The project I'm working on is a remote signal switching application, > where there would be a 16F627 at either end to receive 8 possible > inputs, 8 to 1 mux them, send the result over to the other side which > would demux and trigger relays. > > I have been doing programming for over 10 years, but this is my first > foray into hardware. So far the simple programs I have written run fine > on the simulator I found, now I'm ready to start flashing chips! > > Thanks much in advance, > Jesse Cronce I suggest the project of a friend of mine. I've personally used it on some pic, and he use it regularly. It work's perfectly for most of the pic but not all have been tested, it need testing to resolve bugs as any other project, and the devlopper is generally very responsive if you have feedbacks. The device is USB powered and there are softwares for both windows and linux. But you have to build it. http://openprog.altervista.org/ Naturally I suggest to use it, as having a well tested USB programmer as on open source project would be a good thing. And it need testers, and feedbacks if problem arise. Until now I never got problem using it. Anselmo > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: gnupic-unsubscribe@... > For additional commands, e-mail: gnupic-help@... > |
| Free embeddable forum powered by Nabble | Forum Help |