ATTiny Fuse Reset Tool (based on Arduino)

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
wholder
 
Posts: 59
Joined: Mon Mar 16, 2009 2:09 pm

ATTiny Fuse Reset Tool (based on Arduino)

Post by wholder »

This post is a follow on to another thread that discussed how to recover a "bricked" ATTiny chip, such as an ATTiny13, 24, 25, etc. Since posting a solution there, I've refined my design a bit more to include a "charge pump" circuit that generates the 12 volts needed to reprogram the fuses using the HVSP programing mode. The unique thing about this new circuit is that the change pump is built entirely from basic components and does not require an exotic (expensive, or hard to obtain) IC to generate the 12 volts. Instead, it uses an interrupt routine that runs in the background on the Arduino to drive a Dickson Charge Pump. The extra circuitry needed consists of 4 diodes, 4 capacitors, 3 resistors and a 2N3904 transistor. If anyone finds this useful, please let me know.

https://sites.google.com/site/waynehold ... harge-pump

Wayne

gerald75
 
Posts: 1
Joined: Mon Dec 31, 2012 3:37 am

Re: ATTiny Fuse Reset Tool (based on Arduino)

Post by gerald75 »

Hi Wayne,
I am trying to duplicate your dickson charge pump.
https://sites.google.com/site/waynehold ... harge-pump

I am running into problems...Do you happen to have an image of your circuit/bread board....so I can check with what I have....
thank you,
Gerald

P.S. I am trying to get this done by the first of the year...Please help me.

AdamPater
 
Posts: 1
Joined: Wed Mar 20, 2013 8:24 am

Re: ATTiny Fuse Reset Tool (based on Arduino)

Post by AdamPater »

I'm doing much the same. Did you end up with any success?

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”