Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 03-02-2009, 06:45 PM   #1 (permalink)
EcoModding Lurker
 
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13

zed sled - '74 Datsun 260Z turbo/MSefi

Franklin - '98 Subaru Forester
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to myplasticegg
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

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 03-02-2009, 10:13 PM   #2 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
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!!!
  Reply With Quote
Old 03-02-2009, 10:18 PM   #3 (permalink)
EcoModding Lurker
 
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13

zed sled - '74 Datsun 260Z turbo/MSefi

Franklin - '98 Subaru Forester
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to myplasticegg
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.
  Reply With Quote
Old 03-02-2009, 11:55 PM   #4 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
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.



Attached Thumbnails
Click image for larger version

Name:	s1.jpg
Views:	215
Size:	25.5 KB
ID:	2839   Click image for larger version

Name:	s2.jpg
Views:	220
Size:	38.4 KB
ID:	2840  
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 03-09-2009, 07:40 PM   #5 (permalink)
EcoModding Lurker
 
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13

zed sled - '74 Datsun 260Z turbo/MSefi

Franklin - '98 Subaru Forester
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to myplasticegg
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
  Reply With Quote
Old 03-09-2009, 08:19 PM   #6 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts


for isp, MOSI, MISO, SCK, Reset, +5(VCC), GND
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 03-11-2009, 07:21 PM   #7 (permalink)
EcoModding Lurker
 
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13

zed sled - '74 Datsun 260Z turbo/MSefi

Franklin - '98 Subaru Forester
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to myplasticegg
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.
  Reply With Quote
Old 03-11-2009, 08:17 PM   #8 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
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!!!
  Reply With Quote
Old 03-12-2009, 11:02 AM   #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 View Post
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.
  Reply With Quote
Old 03-16-2009, 01:04 PM   #10 (permalink)
EcoModding Lurker
 
Join Date: Jan 2009
Location: Mechanicsburg, PA
Posts: 13

zed sled - '74 Datsun 260Z turbo/MSefi

Franklin - '98 Subaru Forester
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to myplasticegg
Quote:
Originally Posted by rmccomiskie View Post
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.

  Reply With Quote
Reply  Post New Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Electric fifth wheel (DIY through the road parallel hybrid) friedlbug Hybrids 41 10-14-2019 10:22 PM
parallel battery pack question Daox Fossil Fuel Free 8 09-24-2008 03:17 PM
Yet another plug-in parallel hybrid retrofit - hub motors MetroMPG Hybrids 8 04-15-2008 07:21 PM
DIY Chevy Avalanche conversion to parallel hybrid MetroMPG Hybrids 2 12-01-2007 10:00 PM



Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com