Tag Archives: hvrescue

Rescue your bricked AVR micro with the Rescue Shield, now back in stock!

Rescue Shield kits are (finally!) back in stock.

AVR HV Rescue Shield

The Rescue Shield is a 100% open source, Arduino-based high voltage mode fuse programmer for AVR microcontrollers.

It allows you bring  an otherwise “bricked” or misconfigured AVR back to life by editing the configuration fuses that control the operation of the RESET pin, the internal oscillator, and other features of the microcontroller. The Rescue Shield can talk to chips when ordinary ISP programmers can’t.

Follow this link to learn more and place an order.

Rescue Shield kits back in stock – fix your bricked AVRs!

A new batch of HV Rescue Shield kits are fresh off the hotplate and ready to rescue your bricked AVRs! You can purchase kits here.

Also, I only have a few Geiger Counter kits left in stock. Things have been pretty busy here lately, so it will likely be a few weeks before I can build more. Get one before they’re all gone!

Both of these kits are great for both electronics newbies and experienced kit builders.

Don’t know how to solder? Learn how today!

Alternative software for the HV Rescue Shield

Dennis writes…

I thought I’d share with other users of the HV Rescue shield an enhanced Arduino script I have written, based on Jeff’s original software v212.

The new software retains the look and feel of the original, it can still be run in interactive and non interactive mode and starts by requesting the AVR family as before. The existing fuse settings are then printed along with the device signature and lock bits. After this the user is presented with a menu of functions.

The E command allows the user to erase the AVR.

The F command allows the fuses to be set as before. OK or fail will be printed depending on the success of the operation.

The R command allows a block of the flash memory to be dumped to screen. The user has to input the required start address in hex.

The P command is similar to the R command but operates on the EEPROM

The W command performs a simple test of the flash by writing a small block of data to it and checking it programs correctly. The user has to input the required start address in hex, which must be the first byte of a page (see device datasheet for details about page size). The user can view the test pattern written by using the R command to read it back.

The T command performs a similar test on the EEPROM but with a different shorter 4 byte pattern as EEPROM page sizes are smaller.

Dennis posted a link to his alternative software in the HV Rescue Shield support forum.

Thanks, Dennis!