Skip to main content

Reanimating Probe for AVR μC


AVR device not responding, When this discouraging message appears while you’re programming your Atmel microcontroller, that’s where the problems really begin! The problem is of ten due to incorrect programming of the fuse bits. This is where the unblocking probe comes into play.

Reanimating

Once the whole thing is powered up, all you have to is use one hand to apply the tip of the probe to the microcontroller’s XTAL1 input and then use your other hand to go ahead and program it with your favourite sof t ware. And there, your microcontroller is saved! The electronics are as simple as can be, the aim being to design something cheap and easy to reproduce. It consists of an oscillator generating a rectangular wave at around 500 kHz, built using  a 74HC04. This circuit will also work with a 74HC14, but depending on the make of IC, the frequency of around 500 kHz may vary by around ±50 kHz. This doesn’t affect the operation of the probe.

Reanimating Probe for AVR μC Circuit diagram :

Reanimating
 
The unblocking board is connected using a ribbon cable, terminated with two female HE10/10 connectors. The pinout of the HE10/10 connector is the same as used in the majority of circuits, but of course it can be adapted for an HE10/06 connector.

The first connector is connected to the board to be unblocked, which allows powering of the electronics. The second connector is connected to the ISP programmer (STK200 compatible). The contact at the crystal is made using a needle, to ensure contact even through a board that has been varnished. There’s no need to unsolder the crystal for this operation.

The PCB design in Eagle format is available from : www.elektor.com



Comments

Popular posts from this blog

OP AMP INTEGRATOR CALCULATOR

Enter the Input Voltage,Vin: Volts Enter the Frequency, f: Hertz Enter the Input Resistance, Rin: Ohms Enter the Value of Capacitor, C: Farads Output Voltage, Vout: Volts OP AMP based Integrator Tutorial and Design

Block diagram of AM transmitter and receiver with explanation

Block diagram of AM transmitter and receiver with explanation AM Transmitter : Transmitters that transmit AM signals are known as AM transmitters. These transmitters are used in medium wave (MW) and short wave (SW) frequency bands for AM broadcast. The MW band has frequencies between 550 KHz and 1650 KHz, and the SW band has frequencies ranging from 3 MHz to 30 MHz. The two types of AM transmitters that are used based on their transmitting powers are: ·          High Level ·          Low Level High level transmitters use high level modulation, and low level transmitters use low level modulation. The choice between the two modulation schemes depends on the transmitting power of the AM transmitter. In broadcast transmitters, where the transmitting power may be of the order of kilowatts, high level modulation is employed. In low power transmitters, where only a few watts of transmitting power are required , low...

Using the TLP250 Isolated MOSFET Driver Explanation and Example Circuits

I’ve already shown how to drive an N-channel MOSFET (or even an IGBT) in both high-side and low-side configurations in a multitude of ways. I’ve also explained the principles of driving the MOSFETs in these configurations. The dedicated drivers I’ve shown so far are the TC427 and IR2110. Some people have requested me to write up on MOSFET drive using the very popular TLP250. And I’ll explain that here. The TLP250, like any driver, has an input stage, an output stage and a power supply connection. What’s special about the TLP250 is that the TLP250 is an optically isolated driver, meaning that the input and output are “optically isolated”. The isolation is optical – the input stage is an LED and the receiving output stage is light sensitive (think “photodetector”). Before delving any further, let’s look at the pin configuration and the truth table. Fig. 1 - TLP250 Pin Configuration Fig. 2 - TLP250 Truth Table Fig. 1 clearly shows the input LED side and the receiving photodetector as well...