03-02-2009, 07:45 PM
|
#1 (permalink)
|
EcoModding Lurker
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
Parallel Programmer
I have made my programmer using this method ( Arduino - ParallelProgrammer ) but I am not sure where to hook it up on my spiffie kit MPGuino. I see 4 sets of 2 jumpers (8 total) near the buttons... where else could it go?
thanks, Shane
|
|
|
Today
|
|
|
Other popular topics in this forum...
|
|
|
03-02-2009, 11:13 PM
|
#2 (permalink)
|
needs more cowbell
Join Date: Feb 2008
Location: ÿ
Posts: 5,038
Thanks: 158
Thanked 269 Times in 212 Posts
|
You probably need an isp connector for that programmer (2x6). The spiffie should be programmable with a standard usb cable though, like hooked to most printers/scanners these days.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
|
|
|
03-02-2009, 11:18 PM
|
#3 (permalink)
|
EcoModding Lurker
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
yeah, I had the resetting issue and it won't boot up now. I've tried to upload a new sketch, can't find it. Need to re-boot it.
|
|
|
03-03-2009, 12:55 AM
|
#4 (permalink)
|
needs more cowbell
Join Date: Feb 2008
Location: ÿ
Posts: 5,038
Thanks: 158
Thanked 269 Times in 212 Posts
|
You can rig up connections to the appropriate isp pins on the cpu with whatever you have handy. Here is a schematic that has the isp mapping:
http://www.arduino.cc/en/uploads/Mai...-schematic.pdf
I made an "in circuit" adapter for my ftdi cable out of an extra DIP socket (plus hotglue and careful bending of the tips, reset cap, etc, etc). I just press it on while programming. Maybe rig something like this up if you plan on doing it more than once.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
|
|
|
03-09-2009, 08:40 PM
|
#5 (permalink)
|
EcoModding Lurker
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
Sorry for the stupid question, but what pins are what on the ATML chip. I know what numbers to tap into, but the chip itself isn't numbered.
Thanks, Shane
|
|
|
03-09-2009, 09:19 PM
|
#6 (permalink)
|
needs more cowbell
Join Date: Feb 2008
Location: ÿ
Posts: 5,038
Thanks: 158
Thanked 269 Times in 212 Posts
|
for isp, MOSI, MISO, SCK, Reset, +5(VCC), GND
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
|
|
|
03-11-2009, 08:21 PM
|
#7 (permalink)
|
EcoModding Lurker
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
I have everything hooked and i open the code in arduino 0011 Alpha (is this the right program?) It gives me an error;
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I have tried to run it with USB powering it and without.
|
|
|
03-11-2009, 09:17 PM
|
#8 (permalink)
|
needs more cowbell
Join Date: Feb 2008
Location: ÿ
Posts: 5,038
Thanks: 158
Thanked 269 Times in 212 Posts
|
yah, the parallel guy is flakey in my experience. I wound up loading a bootloader and verifying that it worked by watching for the blinking.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
|
|
|
03-12-2009, 12:02 PM
|
#9 (permalink)
|
EcoModding Lurker
Join Date: Aug 2008
Location: Massachusetts USA
Posts: 84
Ziggy - '95 Audi S6 Sedan Manfred - '97 Audi A6 Quattro Sedan 90 day: 20.61 mpg (US) Clarabell - '03 Audi A4 Quattro Avant Sherman - '98 Audi A6 Quattro Avant Cab - '96 Audi Cabriolet
Thanks: 0
Thanked 2 Times in 2 Posts
|
Quote:
Originally Posted by myplasticegg
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x51
I have tried to run it with USB powering it and without.
|
Those errors mean that the ATmega bootloader is not responding to avrdude.
|
|
|
03-16-2009, 02:04 PM
|
#10 (permalink)
|
EcoModding Lurker
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
Quote:
Originally Posted by rmccomiskie
Those errors mean that the ATmega bootloader is not responding to avrdude.
|
Is the chip dead or should I try get a better connection to the chip with the bootloader? I need to get this thing going again ASAP as it is graded.
|
|
|
|