Getting Started with Atmel AVR and BASCOM using attiny26 microcontroller

I have seen plenty of Instructables showing how to work with microprocessors, but they all assume that you have worked with them before and know what you are doing. I have not seen an Instructable that takes you from nothing and builds on each step.
What we will do here is to start with a bare breadboard and build each connection and each component until we have everything we need to program a microcontroller to do something. In this Instructable we will blink some LEDs in sequence… then if you build this circuit… your first project can be to change the code slightly to make it into a traffic light.
I picked an older Atmel chip, the Tiny-26 to get started. It is a smaller microprocessor, very inexpensive, and easy to understand. Once you understand what we are doing here, you may want to try a more powerful chip like the Mega-328P which has more pins and more memory.
Note: The Tiny-261, Tiny-461, and Tiny-861 are pin compatible newer versions of the Tiny-26. They have 2K, 4K, and 8K of memory. If used, simply change the header by selecting the appropriate chip and recompile the program to use the newer version. The new chips have more functions that can be assigned to each pin. See the datasheets for more details.
Tiny 261, 461, 861 Datasheet (PDF)
Tiny 26 Datasheet (PDF)
Below is an image with the pins for the chip we will be using… we will be connecting the power and ground… in this case 5v. So where do we get 5 volts? We will build a power supply from a 9v battery.
Let’s get started!

Step: 1 Breadboards and building circuits

Breadboards and building circuits
Below you can see a breadboard… they come in many sizes depending on how complex the circuit you want to build will be. We will use a medium sized breadboard with enough room for our power supply, the microprocessor, and the LEDs we want to control.

Step: 2 Starting with the power supply

We will use a voltage regulator called a 7805. It has three pins, the first is the input, next is the ground, and last is the output voltage… in this case 5 volts. The chip needs to have greater than 6 volts to be able to regulate it down to 5 volts… but it cannot have more than 36 volts. The 9 volt battery works well in this application.
We also want to install a diode into the circuit… it will allow current to flow in only one direction. The reason we install it is so that if we connect the battery backwards it will not let the current flow and will protect our circuit from damage. The diode has a line printed on it, this should be on the most negative side, in our case… it connects to the input of the voltage regulator.
The 9 volt battery clip uses stranded wires… they do not plug into a breadboard very well so we need to make it so that we can install the connections properly. We will use what is called a SIP header. (Single Inline Pins) The wires are soldered to the pins and then can be inserted into the breadboard.
If you look at image #3, you can see that the wires are soldered to TWO pins. This is done to provide a stronger connection that won’t turn or jiggle loose. (It’s a good tip to remember! )
We insert the pins into the breadboard and install the diode. (Image #4)
In Image #5 you can see that we have added a capacitor… it is a 47uF rated at least 6 volts… these are 25 volts… so they are fine. They act to smooth out the voltage when things like LEDs turn on and off. One way to think of them is like the water tank in your toilet… when you flush you need a large flow of water all at once… but the supply line is very small. The tank holds enough water to even out the flow. Likewise, the capacitor holds extra power for when there is a surge from things starting and stopping.
One capacitor goes between the input to the voltage regulator and the ground, the other goes between the ground and the regulated 5 volts. The capacitor has a marking to show which side connects to ground.
In Image #6 and Image #7 you can see the completed power supply.

Step: 3 Wires and Connections

Wires and Connections
You will notice that my connections to the board are very neat and easy to follow. (At least I hope so!) I am using a wire kit that is available online from several places. The kits are about $10 to $20 depending where you look… and refills are available from places like Digikey .
The kits make your wire connections short, clean, and easy to follow when you come back to them in the future. The refills are a bit pricey, but if you get into electronics quite a bit you will find that you don’t want to live without them.
A great way to get started is to find some 22 gauge to 24 gauge SOLID wire. You don’t want stranded wires in a breadboard… they just don’t work well. Solid wire is useful when you want it stiff and bendable as we are doing here. Stranded wire is used when it must be flexible.
If you see the local telephone repair person ask if they have any scrap 25 pair cable. They often get it in 500 foot rolls… and if it has less than 20 or so feet will often throw it away. The cable has a string that when pulled will cut the jacket and give you a whole bunch of wires as shown in Image #3 .
For more detail: Getting Started with Atmel AVR and BASCOM using attiny26 microcontroller


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top