Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 6th September 2007, 03:18 AM   (permalink)
Default USB microcontroller programmer

due to the severe lack of serial ports in modern computers and laptops, i was wondering if anyone knows of a good (ie. cheep) USB programmer. or possibly enough of a kick in the pants to get me moving in the right direction to build my own.

i do have an old laptop (go p1) that i am forced to use to program my atmels and PICs. but need to make use of some modern technology before the old thing kicks the bucket.

any and all help appreciated.

thanks,
-Chris
Chris W is offline   Reply With Quote
Old 6th September 2007, 04:08 AM   (permalink)
Default

http://members.aon.at/electronics/pic/picpgm/
FT245BL is not cheap.
__________________
Superman returns..
bananasiong is offline   Reply With Quote
Old 6th September 2007, 05:29 AM   (permalink)
Default

For AVRs, have a look at the USBtiny from ladyada:

http://www.ladyada.net/make/usbtinyisp/

It's AVRdude and AVRStudio compatible, and you can even build it yourself if you are so inclined (or just buy a kit.)
pc88 is offline   Reply With Quote
Old 6th September 2007, 10:28 AM   (permalink)
Default

or buy a USB to serial convertor
Super_voip is offline   Reply With Quote
Old 6th September 2007, 05:08 PM   (permalink)
Default

Quote:
Originally Posted by Super_voip
or buy a USB to serial convertor
Exactly what i did. And they are cheap too.
specie is offline   Reply With Quote
Old 6th September 2007, 06:50 PM   (permalink)
Default

thanks guys,
i've searched out the usbtinyisb the best i can. the filters here at work don't like the 'lady' part of the ladyada link :P

i have the schematic & the parts (i have a lot of spare parts lying around the hobby room/lab) needed may just have to buy a pre-programmed chip as the code looks like it is the propery of the designer.

i was looking to keep within budget for once with a project. (budget only allow for 20$ or so for fun money. Debt sucks)

thanks again,
-Chris
Chris W is offline   Reply With Quote
Old 7th September 2007, 01:25 AM   (permalink)
Default

Quote:
Originally Posted by Chris W
thanks guys,
i've searched out the usbtinyisb the best i can. the filters here at work don't like the 'lady' part of the ladyada link :P
That is totally ridiculous!

Quote:
Originally Posted by Chris W
i have the schematic & the parts (i have a lot of spare parts lying around the hobby room/lab) needed may just have to buy a pre-programmed chip as the code looks like it is the propery of the designer.
In any event it's open source. Just grab the firmware distro from ladyada's download page for the project, type make and grab the hex file from the spi directory. Also, you'll want to use these fuse bytes:

extended byte: FF
low fuse byte: EF
high fuse byte: DB

Edit: Just wanted to add that this is a great project for understanding how to make your own low-speed USB AVR application without a dedicated USB-interface chip.

Last edited by pc88; 7th September 2007 at 01:55 AM.
pc88 is offline   Reply With Quote
Old 7th September 2007, 08:17 AM   (permalink)
Default

Quote:
Originally Posted by pc88
That is totally ridiculous!
But unfortunately all too common!.

Like the local planning office for the area I work in, it won't accept the word 'erection' - so if you're applying for the 'erection of a new building' you're pretty well stuffed!
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 9th September 2007, 01:21 PM   (permalink)
Default

this works for pics and atmel
http://www.winpic800.com//
index.php?option=com_content&task=blogcategory&id= 19&Itemid=88
IntArt is offline   Reply With Quote
Old 30th July 2008, 03:57 PM   (permalink)
Question very important!!

i have downloaded this programmer schematic PICPgm USB Programmer. i cant find the 16f84 pic on the support list. and the book that i am learning pic form has 16f84 used in it. is there a better pic ic than this and what about the dsPIC30F family will the made kit support it or not?
__________________
i would explain it to you but it would make your brain explode!
silvarblade is offline   Reply With Quote
Old 30th July 2008, 04:33 PM   (permalink)
3v0
Default

The PICkit2 programmers and clones are supported by microchip. You can download the schematic for the PICkit2 from microchips website or you can build a clone from the schematic at BlueroomElectronics.com
http://www.blueroomelectronics.com/d...structions.pdf

These programs are supported by microchip and work with MPLAB. They allow for debugging. They can be used as a 3 channel logic analyzer etc etc.

But you do need to program the 18F2550 which is difficult to do without a working programmer.

Fill in you location!

Last edited by 3v0; 30th July 2008 at 04:34 PM.
3v0 is offline   Reply With Quote
Old 1st August 2008, 05:21 PM   (permalink)
Default

is the software for the pickit2 free i mean mplab or what ever is used.i do have kiel so will kiel work also??
__________________
i would explain it to you but it would make your brain explode!
silvarblade is offline   Reply With Quote
Old 4th August 2008, 04:38 AM   (permalink)
Default

Quote:
Originally Posted by IntArt View Post
this works for pics and atmel
http://www.winpic800.com//
index.php?option=com_content&task=blogcategory&id= 19&Itemid=88

can u give me the link of the schematic of this programmer and is it leagal to clone it?is a pickit2 clone better than this?
__________________
i would explain it to you but it would make your brain explode!
silvarblade is offline   Reply With Quote
Old 4th August 2008, 05:00 AM   (permalink)
Default

Winpic800 is software. PICkit2 and junebug are programmers. MPLAB looks better than winpic800.
Krumlink is offline   Reply With Quote
Old 6th August 2008, 05:15 PM   (permalink)
Default

i found this schematic from the website of winpic800 it is said that it can program neary all pics and some avrs. will it work and what about the code for the 18f2550 which i assume will be main piece of programming firmware.i can get it programmed if i find the code.also is a junebug clone better than a clone of this programmer??
Attached Files
File Type: pdf GTP-USB[plus].pdf (219.6 KB, 4 views)
__________________
i would explain it to you but it would make your brain explode!
silvarblade is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
programmer! 4electros Micro Controllers 8 12th November 2007 07:47 PM
Microcontroller Insystem Programmer Ganeshkumar Micro Controllers 7 21st October 2006 03:41 AM
PIC programmer & WinPicProg: my findings eblc1388 Micro Controllers 5 27th August 2005 11:13 AM
PIC Programmer through COM and ICSP (JDM ??) test1 Micro Controllers 6 12th October 2004 08:06 AM
MicroController P87LPC762 Programmer igor_yoshida Micro Controllers 0 23rd April 2004 12:16 AM



All times are GMT. The time now is 08:18 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.