ATTiny85 ATTiny45 and ATTiny13 based projects list

  1. Clock-Free Arduino: Maximizing ATmega328 Performance
    While most opt for a 16MHz oscillator in a DIY Arduino setup, it's intriguing to discover that the ATmega328 can function without it. An Arduino typically comprises various elements such…
  2. Building Your Own Atmel AVR ISP Microcontroller Programmer
    For beginners delving into AVR microcontrollers, one of the most challenging aspects is acquiring the AVR microcontroller programmer. The query typically revolves around how to program the AVR microcontroller. A…
  3. Starting AVR 8-bit Development
    This tutorial will guide us through acquiring the necessary tools and setting up our environment for C programming and embedded development using 8-bit AVR microcontrollers. Specifically, it will cover: The…
  4. ATMEGA4808: Better than ATMEGA328?
    In this final part of the series, I look at the ATMEGA4808. This may just be the replacement for the ATMEGA328 that I have been looking for. Story The ATMEGA4808…
  5. Work Progress
    I have been working on input and output devices communication for weeks. For those weeks, I spent so many times on the ESP32 debugging and got nothing solved, which makes…
  6. Embedded Programming
    1. Programming Board Blinking Code using Arduino environment CODE: I started with code code from Jaclyn Berry's page : const int buttonPin = 7; const int ledPin = 2; int…
  7. GETTING STARTED WITH AVR MICROCONTROLLER
    GETTING STARTED WITH AVR MICROCONTROLLER.This article will make you familiar how to getting started with AVR Microcontroller. You will learn each and every thing about AVR microcontroller. What are the…
  8. Attiny13A Motor Controller Board
    So here's something super interesting and useful, a motor controller board powered by an Attiny13A to control a Brushed DC Motor. This Motor Driver uses PWM to control the gate…
  9. XOD-powered Rechargeable Solar Lamp
    There are inexpensive solar garden/walkway lamps available at most home goods and hardware stores. But as the old saying goes, you usually get what you pay for. The usual charging…
  10. Multiple ATtiny85 or 13A Programmer
    Program 6 ATtiny85/13A at the same time with this custom programmer board. Description Watch the video for a better tutorial. https://youtu.be/3tJi0zzWZtM Attiny MCUs are very popular as it is quite…
  11. I2C Blynk Car With Attiny85 and M5StickC
    This project shows you how to build your own I2C DC motor drive using a DigiSpark Attiny85 plus Arduino motor shield. To test its operation, I made a small RC car which…
  12. Types and Applications of ATMEL Microcontroller Programming in Embedded Systems
    Atmel Microcontroller Programming Atmel Microcontroller Programming – A microcontroller is actually a small and typically inexpensive computer. And you can use it one to perform necessary calculations and conclusions in the…
  13. Programming AVR Microcontrollers with Atmel Studio 7
    Inexpensive microcontrollers have seen a resurgence thanks to the internet of things (IoT) and wearable devices. These end-uses depend on parts that have low costs rather than record-breaking speed. Because…
  14. Classic Atmel ATtiny85-20PU Stop Light
    The Classic ATtin85-20PU is a very simple project that is also very fun to make. It really is perfect for a parent/child combo because it's quick! Builds in minutes. But…
  15. ATTiny85 Game Timer – Get Rid of That Old Hourglass!
    What did I make? = This is a little project that uses ATTiny85 to make a simple "game timer", intended to be used with board games that demand timed turns,…
  16. HackerBox 0044: PCB 123
    Greetings to HackerBox Hackers around the world! HackerBox 0044 brings us PCB Design, AVR Device Programming, Serial RGB LED Applications, Pro ESP32 WiFi OLED Development, and much more. This Instructable…
  17. Updated Guide on How to Program an Attiny13a or 13 With the Arduino IDE
    The ATtiny13 series chips are extremely cheap and useful chips for small projects that don't need a full Arduino, but due to very outdated tutorials and a lack of information,…
  18. ATtiny Programming With Arduino
    After this Instructable you should be able to program an A Ttiny85/45 with an arduino. It may sound complex but it really isn't. After doing some research I could not find…
  19. ATtiny85 Interrupt Barebones Example
    This example code and simple wiring demonstrated how to setup an AVR ATtiny85 processor to react to external interrupts. Whenever the voltage changes on the chosen input pin (pin 6…
  20. Ghetto Development Environment
    A while back, I posted up a quick and dirty "el cheapo" method of getting started programming the Atmel AVR series chips: Ghetto Programmer (version 1.0) Since then, I've vamped, re-vamped,…
  21. How to Make a Cheap Attiny Arduino Board
    Well most of time i get troubled when i need Arduino in some projects where i need few I/O pinsWell thanks to Arduino-Tiny platform Arduino program can be burned into…
  22. Programming the ATtiny
    This is a tutorial for programming the ATtiny chip. This tutorial will be more in depth than most. I will give you every step and tell you the things nobody…
  23. ATtiny Programmer Using Arduino ISP
    For relatively small (less number of pins than ATmega328) projects, ATtiny series, ATtiny45 or Attiny85 are good choice in terms of its physical size (8-DIP or 8-SOIC)  and low power…
  24. 3 Easy ATTiny Holiday Gifts
    Every year the holiday season rolls around and I get stuck on what to give for my friends and family.  People always say that it's better to make the gift…
  25. ATtiny85 Mini RGB Mood Light!
    I have seen RGB mood lights using Arduino, PIC, and larger AVR chips, but never one with the ATtiny85. That's why I decided to make one. This mood light is…
  26. ATMEGA328P Microcontroller
    ATmega328P is one of the high performances AVR technology microcontroller with a large number of pins and features. It is designed by 8-bit CMOS technology and RSIC CPU which enhance its…
  27. Frequency Counter With Variable Gate Time
    Frequency counter (reciprocal) Gate time selectable from 0.1 second up to 60 seconds Frequency range from 0.1 Hz up to 10 MHz (tested) Input 3.3V and 5V safe Uses a…
  28. Hello Train! ATtiny 1614
    For my Fab Academy class I have to create a board with a microcontroller, a button and a LED. I will use Eagle to create it. Step 1: ATtiny 1614…
  29. Pulse Generator
    When you need pulses of any sort, long, short and with variable frequency you can use one or two 555 timers. That works, is easy to set up and is…
  30. BOXOI – an Open Source Miniature 3D Zoetrope DIY Kit
    Project Background: In 2015, I started a kickstarter project of a miniature 3D zoetrope DIY kit. The next year, I started the version 2 of said project by further simplifying the…
  31. RC Controlled Rgb Led Strip
    Create your own rc controlled led-strip for individual room illumination! Most rgb-led-strips are controlled by an infrared remote control. To turn it off or on or change the color, you…
  32. ATTiny44 Guitar Effector
    A DIY ATTiny44 based guitar preamp+effector. All the audio processing is done digitally on-board. So it is definitely not a HiFi system, but something you can definitely have fun programming.…
  33. Wireless Energy Meter With Load Control
    INTRODUCTION Hi guys am a 3rd Year University Student of Lovely Professional University, India currently pursuing Electronics and Communication Engineering. Youtube Channel :::: https://www.youtube.com/channel/UC6ck0xanIUl14Oor... Facebook Profile :::: https://www.facebook.com/arnab.das.bwn GitHub :::: https://www.facebook.com/arnab.das.bwn Wordpress :::: https://www.facebook.com/arnab.das.bwn…
  34. Jar of Fireflies
    This project uses green surface-mount LED's along with an AVR ATTiny45 microcontroller to simulate the behavior of fireflies in a jar. https://youtu.be/UeL0LC2IgpQ (note: the firefly behavior in this video has…
  35. Using a Quadrature Encoder With an ATtiny 2313 and an OLED Display
    In this instructable you'll learn how to use a rotary encoder (see http://en.wikipedia.org/wiki/Rotary_encoder ) with a microcontroller and how to display the numeric value as a bar and a numeric…
  36. 2cm Height 7 Segments 6 Digits AVR Clock With 4 Digits Thermometer
    This project is explaining how to create yourself a 6 digits 7 segments clock with AVR microcontroller Step 1: Prepare the Parts for This Project We need to prepare a…
  37. Learn About Microcontrollers
    This Instructable was designed to answer the question: how do I get started in microcontrollers? Now, in clear, simple English, you can learn what a microcontroller is, and how to…
  38. Debugging AVR Code in Linux With Simavr
    I recently started programming AVR chips, namely the ATTiny85.  They can be programmed using C, compilers are readily available in Ubuntu, and you can do a LOT with them -…
  39. How to Use the Dragon Rider 500 With Your AVR Dragon
    This instructable is a crash course in how to use some of the features of the Dragon Rider 500 from Ecros Technologies. Please be aware that there is a very…
  40. GAS DETECTOR CIRCUIT ATTINY45
    Gas sensors are employed in a wide range of applications in the fields of safety, health, instrumentation etc… Common examples are domestic/commercial alarms for explosive or toxic gases or in…
  41. WHEELS BIKE LIGHT CIRCUIT
    ATTINY2313 a flashy accessory for your bike 74LS595N 25LC080P a good practice based on the software with all the details have pcb diagram hex code schema (schema) and PCBs (br)…
  42. COMPUTER CONTROLLED 8-CHANNEL DIMMER CIRCUIT
    AT90S2313P 200 watt dimmer circuit is controlled from RS232 port with MOC3021 opto isolated triac driver control program running on xp pretty simple hex to asm code pcb diagram AT90S2313P.…
  43. WAV PLAYER CIRCUIT WITH ATMEL ATTINY2313
    ATtiny2313 microcontroller circuit with MAX232 PC connection can be established based on the pc program with wav file loading the output of the power amplifier TDA2003 integrated amp Atmel Wav…
  44. DISEQC TESTER CIRCUIT WITH ATMEL ATTINY13
    This device is designed to help define the way DiSEqC-switches to the working protocols 1.0 and 1.1 and the number of entrances to 4 – x. It feeds the unit…
  45. USB CONTROLLED WEB SITE HIT COUNTER ATMEL ATTINY25 WITH DELPHI
    Web site counts the number of inputs to the circuit .. Circuit attiny25 an interesting and MAX7219 section based on the indicators used for the 7-segment display 8 hunting and…
  46. NIMH NICD BATTERY FAST PWM CHARGER CIRCUIT ATMEL AVR
    Battery charging circuit atmel attiny26lp based on switched PWM works as a fast charge is doing the switching circuit 100UH coil and irf5305 irl3803 MOSFETs used charging current of 300…
  47. TV OSCILLOSCOPE CIRCUIT WITH ATMEGA8515 ATTINY12
    Attiny12 ATMEGA8515 a very interesting project based on digital solid-source software and schema files, PCB’s drawings for people working with Atmel series microcontrollers can give different ideas can be useful…
  48. DIGITAL TONE CONTROL CIRCUIT ATMEL ATTINY2313 LM1036
    Recently a similar application I’ve done, but ds1844 integrated can not be found had been a problem AVR reviewing ATtiny2313 `fame four PWM channels, saw direct this practice came to…
  49. 8051 BASCOM AVR PROJECTS ATMEL CIRCUITS ARCHIVE
    With Atmel series (AT89C2052, AT90S2313, AT89S8252, etc..) Was very spacious with quality archive PIC series microcontroller atmel version of the circuit can find a lot. Usb, alarm, LCD, nokia 3310,…
  50. USB UART CONVERTER PIC16F88 CIRCUIT ATTINY2313
    Recently circuit on the web I’ve seen perform this southern been applying If we are talking application atmel’s famous ATtiny2313 achieves with USB UART converter further circuit 8bit I /…
  51. ATMEL ATMEGA8 VIA USB CONTROL CIRCUIT
    Hi, I have done recently attiny2313’l usb application (ATTINY2313 PIC16F88 USB UART converter circuit) then one needs at this time on I did with ATmega8. RS232 portion of the circuit…
  52. LIGHT FOLLOWING ROBOT WITH ATMEL ATTINY25
    Light following robot circuit board on attiny25v not very complicated circuit Lithium-polymer battery provided with the circuit feeding the tiny H-bridge output (2N3904) drive motors are controlled with two LDR…
  53. FOR ALL THE TELEVISION REMOTE CONTROL (JUST OFF)
    90% of all leisure joke circuit television (including plasma, LCD) is said to work 30 … 50 meters in open space closes the television. Circuit made ATTINY85V-10 micro-controller circuit with…
  54. PROGRAMMED DOOR ALARM CIRCUIT ATTINY24 ATTINY13 CONTROLLED
    This simple mini-burglar alarm on the ATtiny 13 microcontroller is designed to protect apartments, offices, summer cottages ... When the reed switch opens, the alarm beeps or, with a little…
  55. ATMEL APPLICATION NOTES AND SOURCE C ASM CODE
    Atmel’s products and practices related to application notes prepared for the asm code source c c language prepared by the majority of the samples. 138’s application List: 1-Register and Bit-Name…
  56. ATMEL ATTINY15 MICROCONTROLLER EXAMPLE DC TO DC CONVERTER CIRCUIT
    Atmel ATtiny15 Microcontroller DC to DC converter circuit 3.6 Li-Ion battery voltage of 5 volts raises a more detailed circuit attiny15 not a good example for software power control with…
  57. REMOTE-CONTROLLED DIGITAL TIMER CIRCUIT WITH ATMEL ATTINY2313
    Based on Atmel ATtiny2313 microcontroller circuit with the remote control forward / reverse control can be done over time led display are viewing. ATtiny2313 by the time specified number 9…
  58. STAR LED EFFECTS CIRCUIT ATTINY13 PROJECT
    Stars in the shape of hard work to prepare printed circuit board design for SMD LEDs to be mounted like a great deal of attention and effort, but finally emerged…
  59. ELECTRONIC PIANO CIRCUIT ATTINY2313 SIMPLE AUDIO PROJECT
    Atmel ATtiny2313 two 1.5V AA batteries powered electronic piano circuit connected in series (3V) can be operated. PB3 – PB4 16 on pins 15 and 32 ohm speaker connected to…
  60. 15A MOTOR SPEED CONTROL CIRCUIT ATTINY45 PWM
    Used in motor speed control circuit microcontroller atmel attiny45p exit number 5 Kubla connected to pin opto pc817 pc817 output while the engine is controlled as isolated MOSFETs have bs170…
  61. LED EFFECT CIRCUIT ATTINY2313 MULTI FUNCTION
    Led effect circuits, including myself, a lot of people might be interested, especially this sort LEDs and LED circuits have great interest in blue, white, LED prices now old and…
  62. TOY CAR MODIFICATION MADE SIMPLE ROBOT PROJECT ATTINY2313
    Simple robot project ATtiny2313 microcontroller used robot body for a cheap remote controlled toy car is made up of the robot’s four sides LED sensors placed somewhere when it hit…
  63. LIPO LI-ION BATTERY CHARGER CIRCUIT BALANCING ATTINY26
    Attiny26 microcontroller based on the charging circuit has a lot of features in a single package 3l 12.6V LiPo batteries and Li-ion batteries and battery charging voltage edebiliry balanslıy regulate…
  64. NI-MH BATTERY CHARGER CIRCUIT ATMEL ATTINY26
      Ni-MH Battery Charger circuit 4 AA batteries can be charged in the circuit is more complex, but in general attiny26 microcontroller circuits BD140 transistors and a few passive components…
  65. USB PASSWORD GENERATOR CIRCUIT ATTINY85
    Attiny85 not found on the USB module to work, but as software optimized circuit when connected to a computer mouse USB HID is known as pull-up resistors on the circuit…
  66. USB BUSINESS CARD WITH ATTINY85
    Attiny85 Atmel microcontroller with USB Business Card project established quite interesting circuit with very few elements attiny85 16.5 MHz internal RC oscillator frequency used. USB connector on the USB socket…
  67. BATTERY ALARM CIRCUIT FOR MODEL HELICOPTERS ATTINY13
    ATTINY13 Atmel microcontroller installed on the circuit model helicopter is checking the voltage of the battery the battery (or battery) voltage circuit when the level set LEDs, buzzer, giving the…
  68. ATMEL ATTINY45 BLUETOOTH SCOREBOARD CIRCUIT
    The scoreboard circuit is based on Atmel microcontroller ATtiny45 circuit cell phone can be controlled via bluetooth. The bluetooth module used in the indicator circuit BTM400-6B is an LCD TV…
  69. 1A 10A ADJUSTABLE BATTERY CHARGING CIRCUIT 100AH
    Atmel ATTINY24 microcontroller based automatic battery charger circuit can charge 12V batteries with different power on (1A…10A current setting range of the charging current with limitation 10Ah, 20Ah, 30Ah, 40Ah,…
  70. 230V FAN REGULATOR CIRCUIT MOSFET MC33152 ATTINY25
    Brushless asynchronous motors, with compact rotor windings, called short cages, are used to drive different fans. Their advantages are durability and simple construction. The presented layout uses a certain characteristic…
  71. PROGRAMMABLE TIMER CIRCUIT ATTINY25
    ATtiny25 Programmable Timer To describe the operation of the device, we will use an example – control of the electromagnetic bolt mounted in the wicket. In the simplest version we…
  72. TINY USB PROGRAMMER AVR MICROCONTROLLERS AVRDUDE
    USB programmer There are few components – the ATtiny45 microcontroller, two Zener diodes, a capacitor and several resistors. Of course, there are still connectors – USB plug and IDC-6 plug.…
  73. NIXIE TUBE THERMOMETER CIRCUIT
    Nixie lamp Thermometer DS18B20 Circuit with ATtiny2313 The first Nixie lamps appeared in the mid-twentieth century. For many years they have been used in a variety of apparatuses but have…
  74. AUTOMATIC FEEDING MACHINE WITH CD-ROM MECHANIC
    For the author, the automatic feeding machine for the wedge is the easiest mechanical part for the application. they insert a plastic container all of which is placed on the…
  75. MultiPurpose Atmel Development Boards Project
    Atmel series microcontrollers series to prepare for the software quality testing to ensure ease in your test circuit has 3 different test circuit. ATmega8, ATMega16, atmega162, ATtiny2313 and ATTINY13 made…
  76. ATTiny 2313 BOARD
    his board is a development board on which you can build your projects. It is suited for educational use, experiments or prototyping. The board uses the ATTiny2313 microcontroller with a…
  77. OH HAI! on Windows 10 IoT Core
    Story Oh, Hai Hai ('hi') is an integration point for several stand alone smart home technologies.  Hai runs on the Raspberry Pi and can be adapted to optimize electricity consumption…
  78. ThiDom Home automation
    Story This project uses Arduino, Raspberry and Attiny, it allows you to control nd monitor your home (AC outlet, shutters, heater, light, opening detector, temperature ...). The raspberry is the…
  79. Physical computing with ATtiny
    Story I have a nice "carranca" (or wall mask) from Chile that stands in my corridor. It's a very beautiful decorative mask that I liked from the very first moment…
  80. nRF24L01+ with ATtiny85 3 Pins
    Story This would be the continuation of my previous project Programming ATtiny85 with Arduino Uno. Now with cheaper ATtiny85 in place I was looking for cheaper ways to transmit the…
  81. Programming ATtiny85 with Arduino Uno
    Story I am working on a project which requires reading multiple sensor data on different locations. These require only few PWM pins so using multiple Arduino Uno would be expensive…
  82. Arduino Without External Clock Crystal on ATmega328
    Story An Arduino consists of many components like: a linear regulator, USB to Serial microcontroller, debug LED, power LED, reset button, RX & TX LED, crystal oscillator, etc. But a…
  83. Tri-Mode Digital Clock with ATtiny85 and RTC
    Story Hello everybody, This is my first project using ATtiny85 microcontroller and also including a Real Time Clock (RTC) working with it. The use of ATtiny85 is a very interesting…
  84. Bootload Your ATtiny85
    Story What is a Bootloader? Microcontrollers require a programmer to install firmware on them. A programmer is a device, that when combined with software, loads firmware to the microcontroller. There…
  85. SSD1306xLED Tinusaur ATtiny85 Library for SSD1306
    Story SSD1306xLED is a C library for working with the SSD1306 display driver to control dot matrix OLED/PLED 128Ă—64 displays. It is intended to be used with the Tinusaur board…
  86. 3D-Printed RGB Wallet
    Stand out from the crowd with this unabashedly ostentatious excuse for a wallet. It's got plenty of space, RGB lights, and you can even put your name on it for…
  87. Light-Up Poker Chip
    Spice up your poker games with these cool blinking chips. They can be programmed on the fly to have a certain number of the LEDs illuminated to indicate value, or…
  88. Scrumtato: Make Daily Stand-Ups Agile Again
    Story The following was originally published in my blog. At Delphi in Gothenburg, where I am currently employed, we create all kinds of cool products for the automotive industry. To…
  89. Playing Simon On A Hacked Farm Toy
    About My kids have a plastic farm toy. It neighs, it baas, and frankly, it grates. But since I tricked it out with a microcontroller brain, at least it can play…
  90. DIY Canon IR Remote
    Hardware components: Atmel ATtiny13a CHF 1.25 Ă— 1 Osram SFH409 IR Diode CHF 0.75 Ă— 1 Battery holder CR1220 CHF 0.65 Ă— 1 Coin Cell Battery CR1220 3V Ă— 1…
  91. wozItDo: Tiny IQ puzzel, BIG challenge
    Hardware components: Atmel ATTiny85 Ă— 1 LED (generic) Ă— 3 Resistor 221 ohm Or similar, I used 220 ohm Ă— 3 SparkFun Pushbutton switch 12mm or similar Ă— 1 Coin…
  92. Door/Window alarm circuit
    Door or Window alarm circuit have been used widely in many homes to detect intrusion. A simple search in internet might fetch you lot of alarms for you to buy.…
  93. Atmel AVR ISP Microcontroller Programmer Project
    One of the frustrating part in learning AVR microcontroller for the beginners is the AVR microcontroller programmer. The question is how to program my AVR mircrocontroller; actually if you googling…
  94. Controlling DC motor with AVR ATtiny13 PWM and ADC Project
    It’s interesting to explore what we can do with this tiny 8 pins; 8-bit microcontroller. The ATtiny13 is the smallest and cheapest Atmel AVR 8-bit microcontroller families but yet, it’s…
  95. Attiny85 As a Step/Dir Stepper Motor Controller
    Somewhere in Greece, someone did something never done before... Seen those things before? Thing: 1 Thing: 2 Thing: 3 Oh, you have! You bought one of them you say? Oh...…
  96. Custom PCB for Lights, Temperature, Video OSD and VTX PSU upgrades to HKing Rattler RC Car
    I’ve had the HobbyKing Rattler for some time now and I’ve been making small modifications here and there which have accumulated over time and has gotten to the point where…
  97. AVR ATtiny USB Tutorial Part 2
    This is the second part of my USB tutorial for ATtiny2313 and V-USB library. In the first part we learned how to get 3.3V from USB to power our circuits.…
  98. AVR HVSP Fuse Resetter
    Description In working w/ 8 or 14 pin avr devices, I would sometimes want to use the RESET pin as io as the io pin count is low. But doing…
  99. How to fix dead atmega and attiny avr chips
    Atmega fusebit doctor, as name says it, device for repairing dead Atmega and Attiny family AVRs by writing fabric fusebits. Most common mistakes or problems are a wrong clock source…
  100. Atmega Alarmclock & Thermohumidity meter
    First, rise and shine, let me introduce you to my project. I've crafted an Alarm clock with extended functionality, including a thermometer and a humidity meter. Everything started when my…
  101. LED thermometer
    his project shows the temperature on a three digit 7-segment display, it measures the temperature from -9.5 to 99 degrees Celcius in 0.5 C steps, or from 0 to 210…
  102. Stepper motor driver
    With this circuit you can drive a unipolar stepper motor. It operates in full step mode. The AVR attiny2313 micro controller controls the pulses for the stepper motor. The pulses…
  103. Temperature indicator
    This project uses a Dallas DS1621 temperature sensor which indicates the temparature of the device. The temperature sensor has an thermal alarm output, which becomes high when the temperature of…
  104. Running LED's using ATTiny2313
    This running LED or LED chaser is a good project for beginners in the microcontroller technology. It is easy to build, and the assembler program code can be easily adapted. This…
  105. Running LED’s
    This small project let you make running leds. For this project you need a attiny2313 microcontroller and 8 leds and 8 resistors. The leds can be programmed so that they…
  106. Electronic cricket
    his electronic cricket is a fun project. A real crickets chirp at night and faster in warmer temperatures. A cricket chirp is composed of a group of three sinus waves of…
  107. Dot matrix display
    This is a Dot Matrix Scrolling Sign. A Dot Matrix Display has an 5x7 led matrix with 5 columns and 7 rows. The display is controlled by the ATMega328 microcontroller…
  108. LCD/switch interface
    Page 1 of 2 This board can directly connected to the STK 500 board or the ATTiny2313 ISP program board with a 10 pole flatcable on the 10 pin header…
  109. Digital Book Cricket with ATtiny 85
    The project described here is a digital implementation of “book cricket game” which students normally use to play in their childhood time. The heart of the project is 8 bit…
  110. AVR I/O Ports
    AVR microcontrollers are the advanced microcontrollers. From 1996 onwards these are come into existence. In AVR family there are so many controllers are available. Mainly the AVR family is sub…
  111. I2C Bus for ATtiny and ATmega
    I love the Atmel AVR microcontrollers! Since building the Ghetto Development System described in this Instructable. I've had no end of fun experimenting with the AVR ATtiny2313 and the ATmega168…
  112. SecureLED: Better Access Control Using ATMega32
    Introduction Overview SecureLED is an optical access control device which replaces current RFID or Magnetic Strip technologies with a cryptographically secure, contact-less device which communicates over commodity Light Emitting Diodes…
  113. 4-key keyboard using ATtiny85
    Introduction: A good while back, I made the 1-key-keyboard project. Ever since it has always been in the back of my mind that the ATTiny microcontroller, which I used in…
  114. USB Sensors with ATtiny Microcontrollers
    Working with embedded electronics, you will eventually ends up with some sensor between your hands, here I’ll show how to make a graph out of it! This project involves a…
  115. Solar Power / Panel Inverter – Grid-Intertie Inverter using Attiny45
    For the last year I've been working on a prototype for a Solar Inverter that can be Grid Intertied. A solar inverter takes the 12V DC (or other voltages) from…
  116. Testing Device for DiSEqC-Switches using ATtiny13-20PI
    This is my first AVR-project on this page. The DiSEqC-Tester allows to test DiSEqC-switches that uses 1.0 or 1.1 protocols. (DiSEqC-Switches with 2.0 and 2.1 protocol have backwards compatibility with…
  117. USB AVR in-system Programmer using ATtiny2313
    Introduction. Nowadays, USB is the most popular connection between PC and peripherals such as AVR programmers, printers, scanners etc. For that reason I had to modify my old serial AVR In-System-Programmer…
  118. Stealth USB CapsLocker using Tiny45 microcontroller
    This device plugs into a USB port and implements a USB HID keyboard. Instead of doing anything useful, it waits between 30 seconds and 8 minutes and sends the scancode…
  119. Atmel AVR-firmware based universal USB-Interface using ATTiny2313
    Scanning the web on microcontroller based USB solutions, I stumbled over Objective Development's freeware USB solution based on Atmel's  AVR architecture. I decided to build up their reference design PowerSwitch…
  120. The Game of Life using ATtiny2313 microcontroller
    The reason for making this project is that I was always fascinated by Conways Game of Life. It's a great demonstration of the fact that simple things with a very…
  121. ATtiny breadboard headers using ATtiny2313
    These tiny controller boards are build to provide a quick start for projects with 8 and 20 pin AVR microcontrollers, e.g. ATtiny13, ATtiny45, ATtiny85 and ATtiny2313. They don’t include any…
  122. FabISP, a fab-able in-system programmer using ATtiny44
    The FabISP is an in-system programmer for AVR microcontrollers, designed for production within a FabLab. That is, it allows you to program the microcontrollers on other boards you make, using…
  123. Batwatch using ATtiny13V microcontroller
    Overview Batwatch is a simple monitor for a solar panel battery charger, using an Atmel ATtiny13V. It periodically measures the charge current and battery voltage, and shows them by blinking…
  124. Project Development Board using ATTiny2313 microcontroller
    This is my first time using the AVR. I like to learn using the ATTiny 2313, because it is faster than MCS-51, cheap and the circuit is very simple. The…
  125. AVR Programmer using ATTINY2313 microcontroller
    INTRODUCTION AVR910 is a very useful programmer. It can program almost complete range of AVR chips. The original version made by Klaus is here, http://www.mikrocontroller-projekte.de/Mikrocontroller/AVR-Prog/AVR-Programmer.html. The programmer uses ISP capability…
  126. Door Chime Privacy Sentry using Attiny12
    An ATtiny12 controller as a timer and some switching circuitry turns the doorbell off for 10 hours at the same time each day. The string of resistors across the top…
  127. DIY USB password generator using ATtiny Microcontroller
    Having done half a dozen V-USB tutorials I decided it’s time to whip up something cool. As USB keyboards were an area untouched. I decided to make a small USB…
  128. Barker Code-Locked Loop Synchronous Demodulator using ATtiny2313 microcontroller
    A simple, low component count phase locked loop that locks onto and detects the amplitude of an incoming baseband 7 bit Barker code using a switched resistor demodulator that is…
  129. Prime Calculator is Complete using ATMega8 Microcontroller
    My microcontroller-powered prime number generator/calculator is virtually complete! Although I’m planning on improving the software (better menus, the addition of sound, and implementation of a more efficient algorithm) and hardware…
  130. LED Dog Collar using ATTINY2313 Microcontroller
    LED Dog Collar So this is a pretty simple project, but I thought it was a clever idea. I have 2 dogs, a lab and a lab mix. The lab…
  131. BUILD A SIMPLE SERIAL PROGRAMMER FOR AVR DEVICES using ATtiny2313 Microcontroller
    Atmel described a simple programmer based on the AT90S1200 (NOT the AT90S1200A) controller in their application note. AVR910 (a modification to use the AT90S2313 is also given below). The circuit…
  132. LED Menorah using ATtiny13 microcontroller
    Last week on hack-a-day I saw their post on an LED Menorah that was powered by a 9v battery with the lights controlled by dip switches. I thought to myself,…
  133. ATtiny12 fuse restorer using microcontroller
    This restores the fuses in an ATtiny12 via High Voltage Serial Programming. Plug an ATtiny12 into the 8 pin socket and hold down "GO!" button. The LED will come on…
  134. 3 channel, 8 bit EEPROM DAC with DS interface using ATtiny12 microcontroller
    Low power. EEPROM memory for autonomous operation, 16 bytes available for general purpose use. Low cost. This device provides three channels of 8 bit pulse-width modulation. Output pulse duty cycle…
  135. Real Time Clock/Calendar/Alarm with Interpreter for battery backed-up and battery powered operation with DS interface using ATtiny12
    Based on the Atmel ATtiny12L-4PI microcontroller -A real Time Clock/Calendar for less than US$1.50 in moderate quantity. This is the timekeeping test circuit. It includes a one-transistor circuit to switch…
  136. DS interface test tool using ATtiny2313 microcontroller
    The DS protocol was designed to provide firmware-based bidirectional host-to-slave inter processor communications for situations in which no hardware solution is available and the host and/or the slave in incapable…
  137. Longboard Wheel Display using AVR microcontroller
    If you're a resident of Seattle, I highly recommend you check out the Bubble events group. One of their regular events over the summer is something called "Nocturnal Push" where…
  138. AttoBasic HOME using Atmega168 microcontroller
    This is the central location for resource for all versions of AttoBasic for Atmel AVR controllers and Adurino computers Devices directly supported include ATMEGA328, ATMEGA168, ATMEGA88M, ATMEGA32U4, ATMEGA32, ATMEGA163, ATMEGA8515,…
  139. A Superhet/Direct Conversion AM receiver for 181.818 kHz using Attiny2313
    Downloads Download the AVRStudio assembly source  vlflo13041105A.asm (html format) Download the AVRStudio Hex file vlflo13041105A.hex (html format) Photo of completed receiver. Its pocket sized, but not intended to be used…
  140. 1750 Meter Lowfer Band amplitude modulated RF source using ATtiny2313 microcontroller
    This is a low power signal source I put together one evening to provide 187 KHz RF signals for an anticipated receiver investigation. Under Federal Communications Commission rules inside the…
  141. Frequency Meter with 100 MHz RF desktop channel using ATtiny2313 microcontroller
    This basically the frequency meter section of the frequency meter/pulse generator based on the AT90S2313 described elsewhere on this site, combined with the 100 MHz RF interface described in the…
  142. RS-232 to 100 MHz RF desktop channel adapter using ATtiny2313 microcontroller
    Downloads AVR Studio assembler source code 2jun2002version.asm AVR Studio hex file 232lin.hex This is an adapter that allows a terminal to communicate via a 100 MHz data channel with peripherals…
  143. Low cost RF for simple data link and remote control using ATtiny12 microcontroller
    Wireless data links don't have to be difficult to build or adjust They can be built quickly using inexpensive and readily available parts. Overview This is a simple, low cost…
  144. Minimum Mass Wireless LCD Display using ATtiny2313 microcontroller
    A 2 line X 16 character LCD display that is battery operated and works without an external connection. The basic MinThe basic Minimum Mass Wireless Coupler technology is described and…
  145. A Low Power PLL FM Transmitter using LMX1601 and ATtiny2313 microcontroller
    An LMX1601 Phase locked loop, a discreet  FET VCO, and an AVR micro controller combine to make a stable, easy to use monophonic FM transmitter that includes a an audio…
  146. A Simple FM Stereo Transmitter using ATTINY12 microcontroller
    The parts to the right of the green capacitor are the FM radio transmitter. The parts between the 8 pin DIP and the transmitter are the resistor matrix. One capacitor,…
  147. Multifunction 330 MHz Remote Control With an ATTINY2313 Simulating the PT2264 Encoder
    This 330 MHz remote control sends timed sequences of control pulses to accomplish complicated tasks. You can probably tell that I used a lot of solder flux on this board.…
  148. Circuit and firmware to support Seiko-Epson G1216B1N000 dot graphics display using ATtiny2313
    A serial interface and bias supply for the Seiko-Epson G1216N000 using an AT90S2313 because there just aren't enough applications examples for this display on the web. Download Assembler source code…
  149. A serial interface for the Truly MTC-C162DPLY-2N using ATmega8515
    The 10k potentiometer, just above the ISP connector near the lower middle of the board,is used to adjust the display contrast according to your vertical viewing angle. DOWNLOADS ATTINY2313/AT90S2313 AVRStudio…
  150. Remote Controlled (R/C) Airplane LED Flasher using ATTINY12 microcontroller
    Downloads Download the AVRStudio assembly source for the program: T12astrobe081028A Download the AVRStudio assembly source for the include file: T12astrobe081028A.hex Find updates at www.projects.cappels.org Overview This was designed to flash…
  151. A Microcontroller Based Digital Lock-In Milliohmmeter using ATtiny2313 microcontroller
    A milliohmmeter is just the tool for checking trace resistance on a printed circuit board, tracking down shorted traces, and measuring the contact resistance of a switch or connector. Its…
  152. I2C Tiny USB using ATtiny45 microcontroller
    Attach any I2C client chip (thermo sensors, AD converter, displays, relais driver, ...) to your PC via USB ... quick, easy and cheap! Drivers for Linux, Windows and MacOS available.…
  153. RS-232 Freq. Meter/Pulse Generator Based on Atmel ATtiny2313 using microcontroller
    Simplicity in circuitry was the design direction. Zero mass (firmware only with no physical components) would the ultimate achievement. This instrument doesn't have any front panel controls because the user…
  154. A Little More Serious Frequency Meter using ATtiny2313 microcontroller
    This is design for a frequency meter based on AVR microcontrollers. Maximum input frequency is specified to be 30 MHz in the multi-chip configuration, and in single-chip configuration, there are…
  155. A 1 Khz Digital Sine Wave Signal Source using ATmega8515 microcontroller
    1 Khz From a Quartz Crystal 1 V P-P Sine Wave Calibrated Output 1 KHz Square Wave Output 900 mv Inverted Sine Wave Output (Uncalibrated) Downloads Download the WINAVR main…
  156. MAX038-Based Sweep/Function Generator With Markers using AVR ATtiny2313 microcontroller
    Take Maxim's MAX038 function generator chip, add some frills, and you have a pretty nice tool for the bench. Downloads: Main Circuit Schematic Power Supply Schematic You can build this…
  157. A Pretty Good LC Meter Based on the AVR using ATTINY2313 Microcontroller
    Calculates and displays L and C from oscillation frequency using reference components. No relays, no range switching, a minimum of controls. And it is pretty accurate too! Note: After reading…
  158. An Even Better LC Meter Based on the AVR ATTINY861
    An improvement over "A Pretty Good LC Meter."  Enhanced capacitance self calibration, accurate operation without precision components, and only one micro controller. Downloads Download or view the WINAVR main source…
  159. Serial interface with 2X16 LCD display using ATMega8515 microcontroller
    The 10k potentiometer, just above the ISP connector near the lower middle of the board, is used to adjust the display contrast according to your vertical viewing angle. DOWNLOADS ATTINY2313/AT90S2313…
  160. 100 MHz RF oscillator using ATtiny12 microcontroller
    I needed a frequency reference for tuning up the RS-232 to 100 MHz RF desktop channel adapter elsewhere on this site, when I found this Saronix crystal oscillator in my…
  161. Decoding 4 buttons with two I/O’s on AVR using ATtiny12 microcontroller
    Just the solution for AVR applications in which I/O is tight, such as the ATtiny12. This should work well on other kids of controllers that have independently controlled I/O direction…
  162. EEPROM Driver for AVR with RAM using ATtiny15 microcontroller
    Download the test program with driver:  i2cm030710F.asmI had been putting off writing a driver for some 24LC64 and 24LC256 EEPROMS I was thinking about using, when I came across a…
  163. Morse Code Alarm Clock using ATtiny2313 microcontroller
    Morse Code Alarm Clock Modification (Almost) Trivial application of an AT90S2313 or ATtiny2313 in an alarm clock to change the alarm from "BEEP BEEP BEEP BEEP BEEP BEEP BEEP BEEP..."…
  164. Atmel Avr Project Circuit Archive 360 MB using ATmega8 microcontroller
    I collected a lot of site in the internet for various atmel avr projects will not work with the idea of a day's archive is a grown up pretty. Atmel will…
  165. PC Temperature Meter using ATtiny15 microcontroller
    Port-Powered Temperature Meter This is a four-channel temperature measurmet adapter that works without external power supply. It will suitable for measureing temperature and logging its data with a PC. The…
  166. Atmel Bascom avr 8051 project, the circuit archive using AT89S8252 microcontroller
    Atmel series (AT89C2052, AT90S2313, AT89S8252, etc.). wide range of PIC microcontrollers with an archive of high-quality circuit atmel version you can find a lot of. Usb, alarm, lcd, nokia 3310, nokia 6100, display,…
  167. Lux meters attiny26-16 light measurement circuit using attiny26 microcontroller
    Lux meter circuit atmel attiny26-16 microcontroller based on the value of the LED displays on the display lux with LEDs placed on 2sk1061 MOSFETs. Interestingly, all of the source files in an application (pcb, diagrams,…
  168. Midi Generator using ATtiny26-8PI microcontroller
    This circuit based on ATtiny26 but it could be anyone microcontroller of AVR family.  Produce stable one MIDI tone and you can change it by press some keys like to…
  169. USB AVR programmer using ATtiny2313 microcontroller
    Introduction. Nowadays, USB is the most popular connection between PC and peripherals such as AVR programmers, printers, scanners etc. For that reason I had to modify my old serial AVR In-System-Programmer…
  170. 10 Bit analog to digital converter using ATtiny26 microcontroller
    Study the Analog to Digital capabilities of Atmel ATtiny26. This tiny but mighty IC is really a miracle. One special thing is the internal 10-inputs multiplexed ADC circuit which can…
  171. SMS control 4 way remote control relays using ATtiny2313 microcontroller
    Introduction With this circuit we can control up to 8 devices (4 devices in our example project), by sending a specific SMS message with any mobile phone. It's very useful…
  172. i2c interface to USB interface using attiny45 microcontroller
    Attach any I2C client chip (thermo sensors, AD converter, displays, relais driver, ...) to your PC via USB ... quick, easy and cheap! Drivers for Linux, Windows and MacOS available.…
  173. DC Servomotor Controller System Meter using ATtiny2313 microcontroller
    The ATtiny2313-based project is an experiment on the closed loop DC servomotor control system (SMC) by Elm Chan. It can be used for practical use with/without some modifications. The closed…
  174. Low Picofarad Capacitance Meter ATtiny2313 microcontroller
    This little instrument, named as Pico C, can be used to measure capacitances down to fractions of a picofarad. It built based on ATtiny2313 microcontroller. It has range: <1 pF…
  175. AVR Security Keypad Lock using ATtiny2313 microcontroller
    The Security Keypad Lock Project is a basic access control system based on ATtiny2313. It can be modified to protect just about anything. The “Code Lock” ability will allow the…
  176. AVR LED Candle using ATtiny85 microcontroller
    This LED candle is built to mimic the look of a traditional candle without the dangers associated with an open flame. It uses high brightness LED and is controlled by…
  177. Clever Clapper using ATtiny2313 microcontroller
    A “Clapper” is a device that will turn on or off an AC appliance that is plugged into it, such as a lamp or fan when it “hears” you clap…
  178. STK500 Compatible ISP using AVR microcontroller
    AVR-Doper is an STK500 compatible In System Programmer (ISP) and High Voltage Serial Programmer (HVSP). It comes with a built-in USB to Serial adaptor to connect to modern host computers…
  179. Low-cost AVR programmer
    Before using this programmer.... Be carefull with using this programmer, because it has no insulation circuitry! Especially when using high voltages e.g. 110/230 Vac on your project. One mistake and…
  180. SP12 serial programmer software
    SP12 supports the following devices: AT90S1200, AT90S2313, AT90S8515, AT90S4414, AT90S2323, AT90S4434, AT90S8535, AT90S2343, ATtiny22, AT90S2333, AT90S4433, ATtiny12, ATtiny13, ATtiny15L, ATtiny26, ATtiny25, ATtiny45, ATtiny85, ATtiny2313, ATtiny861, ATmega103, ATmega603, ATmega161, ATmega162, ATmega163,…
  181. AVR assembly language
    What is an AVR ? First of all AVR stands for: Advanced Virtual RISC. The founders are Alf Egil Bogen Vegard Wollan RISC (also forms AVR). An AVR is a…
  182. White 7-segments clock ATtiny26
    Part list 1x ATtiny26 1x xtal 4.096MHz 2x 27pf ceramic 4x 7-segment white CC 2x pushbutton 1x 78L05 1x 47uF/16V electrolytic 1x 0.1uF/16V tantalium 1x 10k 1x 100n multilayer 8x…
  183. Controlling internal DAC AT90PWM3 using microcontroller
    Part list 1x AT90PWM3-16SQ 2x SLO2016 LED display 1x 22uF/25V elco SMD 2x 0.1uF/16V tant. 1206 2x 10 kOhm 1206 3x 100n multilayer 1206 1x coil 10uH SMD 1x rotary…
  184. Controlling SpeakJet with an AVR microcontroller using ATmega88 microcontroller
    Core Features: · Programmable, 5 channel synthesizer. · Natural phonetic speech synthesis. · DTMF and other sound effects. · Programmable control of pitch, rate, bend and volume. · Programmable power-up…
  185. Switching between Red, Green and Blue (or Blue1 or/and Blue2 for an RGBB type) using AVR microcontroller
    Switching between Red, Green and Blue (or Blue1 or/and Blue2 for an RGBB type): An RGB LED is a LED which has three (or four for an RGBB type) semi-conductor…
  186. A GLCD connected to an AVR microcontroller using ATmega8 microcontroller
    A GLCD connected to an AVR microcontroller The PVG120602EGE is a 128x64 pixel graphic (grey) LCD with lightblue EL backlight and two KS0108 controller chips and one KS0107 line (colums)…
  187. Pinning LCD display 1601 using microcontroller
    Pinning LCD display 1601A: Pin no. Symbol Function 1 Vss GND 2 Vdd + 5V 3 Vo Contrast Adjustment 4 RS H/L Register select signal 5 RW H/L Read/write signal…
  188. Controlling 7-segments LED displays using AVR microcontroller
    The many posibilities....Non Multiplexed: 1. One or two displays directly to the i/o's 2. One display with a 74LS247 3. Two displays with a 74HC595 and two 74LS247 Multiplexed: 1.…
  189. TIL311 / INL0397-1 Hexadecimal Display usning AVR microcontroller
    Pin numbers: PIN 1 LED SUPPLY VOLTAGE PIN 2 LATCH DATA INPUT B PIN 3 LATCH DATA INPUT A PIN 4 LEFT DECIMAL POINT CATHODE PIN 5 LATCH STROBE INPUT…
  190. 93C66 EEPROM chip with an AVR microcontroller
    How to program a 93C66 EEPROM chip with an AVR microcontroller? The 93C66 is a serially (MICROWIRE) Electrically Erasable Programmable ROM (EEPROM) chip with 4 kbit (4096 bit, can be…
  191. DS1669 Digital Potmeter UP/DOWN using microcontroller
    Part list:1x AT90S1200-12PI 1x DS1669 (Dallas) 1x 78L05 2x 1N4007 1x 4MHz X-tal 2x 27pf 1x 22pF 1x 47uF/16V 1x 100n polycarbonate 3x 100n multilayer 1x 100 ohm 1x 10k…
  192. DS1802 Digital Volume Control using microcontroller
    Part list: 1x AT90S1200 1x DS1802 (Dallas) 1x 78L05 1x 8MHz ceramic resonator 1x 22pF 1x 47uF/16V 1x 47n polycarbonate 4x 100n multilayer 1x 100 ohm 1x 10k ohm 1x…
  193. 16 LED Knight Rider using 74HCT138 microcontroller
    Part list: 8x LED (red) 1x 180 ohm 1x 10k ohm 1x 33k ohm 1x 2u2/16V 1x 74HCT191 1x 74HCT132 2x 74HCT138 1x 78L05 1x 47uF/16V 1x 100n 2x 1N4007…
  194. 8 LED Knight Rider using AVR microcontroller
    Another version: In this version I took PORTB of the AT90S1200 AVR microcontroller as you can see in the diagram, because this makes it simpler to let 8 LEDs flash…
  195. 6 LED Knight Rider using ATtiny22 microcontroller
    Part list: 6x high eff. LED 2x 330 ohm 1x ATtiny22* 2x 1N4007 1x 100n 1x 47uF/16V 1x 78L05 * The ATtiny22 is obsolete, replace with one of the folowing…
  196. Dotmatrix using ATtiny2313 microcontroller
    On this page you will find a scrolling LED sign based on the ATtiny2313 AVR microcontroller, which you can build yourself (when finished) Other names for this device can be:…
  197. Tea Timer using ATTiny2313 microcontroller
    I usually drink a lot of tea, and sometimes the tea tastes a lot better than average, which means that most times I make tea I fail at least partially.…
  198. Kitchen Timer using ATTiny2313 microcontroller
    At the moment I do not have a kitchen timer. Not because I do not want one, (they're cheap enough to buy) but because it seems impossible to buy a…
  199. Beamer Control using attiny2313 microcontroller
    Beamer Control: Schematic Source code I made this project for Henk. He has a beamer for watching movies and a motor controlled screen. The purpose of this project is very…
  200. Door Opener using ATTiny2313 microcontroller
    Door Opener: Schematic Source code I made this little project for Hans, yet another brother of mine. (I have 5 brothers.) He had a garage door to control and bought…
  201. Dimmer using ATTiny2313 microcontroller
    Dimmer: Schematic Source code I made this project for Leo, a brother of mine. We had an old remote control of a video recorder laying around and he wanted some…
  202. AVR digital clock with white seven segment LED display using ATtiny26 microcontroller
    This is a digital clock project based on an ATtiny26 microcontroller, displaying time on four seven segment LEDs. The seven segment LEDs glow bright white and are multiplexed through PORTB…
  203. VGA monitor tester using ATTiny2313 microcontroller
    If you are a computer technician and want to avoid the need of a PC on your desk to generate test rasters, this is something you need to build. This…
  204. USB business card with a computer chip board using ATtiny85 microcontroller
    Have you ever seen a business card with a computer chip embedded on it? This one does. It has an ATtiny85 microcontroller chip that stores all your personal details. You…
  205. Experimental board using ATTiny2313 microcontroller
    This is an experimental board for ATTiny2313 microcontroller that provides a 10-pin connector for in-circuit serial programming, and other header pins to access I/O pins. The AT2313 microcontroller runs on…
  206. Automate lights in your kitchen area using ATTiny84 microcontroller
    This project describes an automatic light system for kitchen sink where you need sufficient light to properly clean your dishes and vegetables. It uses an ATTiny84 microcontroller with a PIR…
  207. 50 MHz range frequency counter using ATtiny45 microcontroller
    A wide range frequency meter is an useful tool for an electronics lab. This projects describes a frequency meter based on AT90S231 microcontroller that can measure input frequencies up to…
  208. Easy Data Logger with Virtual USB using ATtiny45 microcontroller
    “V-USB is a software-only implementation of a low-speed USB device for Atmel’s AVR® microcontrollers, making it possible to build USB hardware with almost any AVR® microcontroller, not requiring any additional…
  209. Blinking, Singing, Marioman using Attiny microcontrollers
    Use an attiny13a, two LEDs and a greeting card speaker to create a blinking Marioman that plays the Super Mario Brothers theme song. This can be an easy low-cost project…
  210. Reading Switches with using Attiny microcontrollers
    There have been several Instructables dealing with outputs from the ATtiny2313 and similar AVR devices. For example, http://www.instructables.com/id/Ghetto-Programming%3a-Getting-started-with-AVR-micro/, http://www.instructables.com/id/Drive-a-Stepper-Motor-with-an-AVR-Microprocessor/. Working on the latest one from The Real Elliot, which showed…
  211. Halloween Robot using Attiny microcontrollers
    Halloween Robot controlled by an old wingman joystick. I don't reccommend this for beginners with electronics only because some things like joysticks and power adapters are not all the same…
  212. A complete starter guide to AVRs using attiny2313 microcontroller
    Have you played with Arduino's and now have a taste for microcontrollers? Have you tried to go beyond Arduino but got stopped by the dense datasheets? This is the instructable…
  213. Control Anything with one AVR pin using Attiny2313 microcontroller
    This instructable shows how to control a group of led's with one microprocessor output. The micro I will be using is an Atmel Attiny2313. Step: 1 Parts and Tools Parts:…
  214. Ambient Light Gift Badge using ATTiny13 microcontroller
    After Christmas I was in the situation that my nephew's birthday celebration came near. I asked him if he had a special on his wish list and he told me…
  215. 3 Easy Holiday Gifts using ATTiny microcontroller
    Every year the holiday season rolls around and I get stuck on what to give for my friends and family.  People always say that it's better to make the gift…
  216. Power your Arduino/AVR with a Hand-Cranked Battery using ATmega8 microcontroller
    If you've ever wanted to power your Arduino or AVR from a battery for development testing (batteries have different power delivery qualities than, say, transformed AC or even a regulated…
  217. How to use a 74HC595 Shift Register with a using AVR ATtiny13 microcontroller
    If you have been playing with microcontrollers and electronics then you have likely seen LED dot matrix displays and other projects that use shift registers like 7-segment displays and more.…
  218. $10 ATtiny85/45 POV display!! (works really well)
    Hey guys! This is an Instructable for making your own ATtiny85/45 5 LED POV (Persistence Of Vision) display! This is my second Instructable, also for the Elemental LED contest, so…
  219. Door Activated LED Lighting using Hall Effect Sensors using Attiny85 microcontroller
    I've been meaning to make something cool for my dorm room this coming semester and decided that some custom closet lights would look great. In this Instructable, I'll show you…
  220. 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…
  221. How to use the Dragon Rider 500 with your AVR Dragon using ATtiny2313 microcontroller
    This instructable is a crash course in how to use some of the features of the Dragon Rider 500 from Ecros Technologies. Please be aware that there is a very…
  222. Make a breadboard adapter for your AVR microcontroller using attiny2313
    If you like to play around with micro controllers you know this hustle: You want to test a part of a program and first you need to completely wire up…
  223. How to program a AVR (arduino) with another arduino using attiny2313 microcontroller
    * you've got your arduino with atmega168 and you bought an atmega328 at you local electronics store. It doesn't have an arduino bootloader * you want to make a project…
  224. Creating a charlieplexed LED grid to run on ATTiny85
    This instructable was inspired by my first AVR microcontroller project that I've been working on for some time now. I wanted to start learning more about the AVR microcontroller and…
  225. How to control a 16×2 LCD using an AVR ATtiny2313
    If you are just getting into microcontrollers there's alot to know as you have likely found out. There's alot of good online tutorials for the Atmel AVR's and chances are…
  226. How to program a AVR (arduino) with another arduino using atmega168 microcontroller
    This instructables is usefull if: * you've got your arduino with atmega168 and you bought an atmega328 at you local electronics store. It doesn't have an arduino bootloader * you…
  227. Custom Tron Disc Mod using ATMega328
    In this Instructable, I cover modding the store-bought Deluxe Identity Disc to an upgraded version with 64 leds, controlled by an AVR MCU. The upgraded version is costume-ready and would…
  228. Turn Your Arduino Into an ISP
    Learn how to turn your Arduino into an AVR In System Programmer. This will allow you to burn bootloaders onto new chips or program AVRs without a bootloader. Step 1:…
  229. GuGaplexed Valentine LED Heart using ATTiny13V Microcontroller
    GuGaplexing is a new LED display multiplexing technique. Compared to Charlieplexing, GuGaplexing allows you to control twice as many LEDs, with just a few additional components. GuGaplexed Valentine LED Heart…
  230. Assembling the Dragon Rider 500 for use with the AVR Dragon using ATmega88 microcontroller
    Not long ago the Atmel company came out with a great tool for use with the AVR line of microcontrollers called the AVR Dragon. This small USB device provides professionals…
  231. Slaveflash with Attiny24 ver. 2.0
    You might have noticed the Slaveflash I built with an Attiny 24, the instructable can be found here: Slaveflash-trigger-for-digital-with-Attiny24   After building the first prototype I collected all my old flashes…
  232. Annoying Beeper using Microcontroller ATtiny13
    Play a prank on your friends (enemies?) by hiding a high-pitched beeper which sounds off at random time intervals. This instructable uses minimal parts. All that is required is: battery…
  233. Drive a Stepper Motor with an AVR Microprocessor using ATTiny2313 microcontroller
    Got some scavenged stepper motors from printers/disk drives/etc lying around? Some probing with an ohmeter, followed by some simple driver code on your microprocessor and you'll be stepping in style.…
  234. Slaveflash-trigger for digital cameras with Attiny24
    When flashing with digital compact cameras, the camera usually uses several small flashes before making the actual picture. This is o.k. if the built-in flash is the only flash you…
  235. Apple-style LED pulsing using a $1.30 MCU using ATTiny85 microcontroller
    The Atmel ATTiny85 chip is an 8-pin MCU that is totally awesome.  If you've been programming with the bigger boys (the ATMega series), these are a nice adventure - you're…
  236. Ghetto Development Environment Using Microcontrollers
    A while back, I posted up a quick and dirty "el cheapo" method of getting started programming the Atmel AVR series chips: Ghetto Programmer (version 1.0) Since then, I've vamped,…
  237. New Jar of Fireflies
    When I ran across the Jar of Fireflies Instructable sometime this past summer, I knew I had to build it.  Full credit to Keso for an excellent set of instructions!  I wouldn't have…
  238. VUSBTiny AVR SPI Programmer Using ATtiny85
    after making a usbtiny isp programmer and using it for 6 months, i was looking at making another one for carrying around. i like the simplicy of the usbtiny isp…
  239. Programmable LED using Atmel ATtiny13v Microcontroller
    Inspired by various LED Throwies, blinking LEDs and similar instructables I wanted to do my version of an LED controlled by a microcontroller. The idea is to make the LED…
  240. Jar of Fireflies using AVR ATTiny45 Microcontroller
    This project uses green surface-mount LED's along with an AVR ATTiny45 microcontroller to simulate the behavior of fireflies in a jar. (note: the firefly behavior in this video has been…
  241. I2C Bus for ATtiny and ATmega168
    I love the Atmel AVR microcontrollers! Since building the Ghetto Development System described in this Instructable, I've had no end of fun experimenting with the AVR ATtiny2313 and the ATmega168…
  242. Repair dead AVR's – Attiny fusebit doctor (HVSP)
    Did you make a mistake while programming fusebits, or purposely disabled reset pin (RSTDISBL) or ISP programming (SPIEN)? No need to buy or make inconvenient HV programmer only for unlock…
  243. ISP 6 pin to 8 Pin Socket Using ATTiny45
    The reason i mainly built this project was to program the ATTiny45, which has a 8 pin connection, while my USBtinyISP (from Ladyada) only has a 10 pin and 6…
  244. Micro controller programming: Making a set of traffic lights using Microcontroller ATTiny2313
    So you wana learn how to programme a micro controller? This tutorial has been designed as a next step, following the fantastic tutorial 'Ghetto Programming: Getting started with AVR microprocessor…
  245. AVR LCD Namebadge Using ATtiny2313
    So, you're going to a conference/meetup/nerdfest and you want to do something that sets you apart from normal people.  An LCD namebadge powered by an ATtiny2313 is a great way…
  246. LoveBox – The box of love using ATtiny2313 Microcontroller
    As most guys I don't tell my wife that "I love you" as often as I should, but this little gadget will at least improve that situation as bit. So…
  247. Build a Complete AVR System and Play Mastermind Using Microcontrollers
    The game Mastermind has been around a long time, and I remember getting a board version with colored pegs when I was a kid. I love this game, as it…
  248. AVR mini board with additional boards using attiny2313 microcontroller
    Somewhat similar to PIC 12f675 mini protoboard, but extended and with additional boards. Using attiny2313. Step 1 Scheme Let us first start with a scheme. The scheme is pretty obvious…
  249. Led dimmer 2 channels using Attiny13 microcontroller
    This is Attiny13   2 channels dimmer with 5 program modes and speed control: 1. Dim between 2 channels 2. Dim 2 channels together 3. Blink mode 1 4. Blink mode…
  250. Synchronizing Fireflies using Microcontroller ATtiny13
    Have you ever asked yourself how do hundreds and thousands of fireflies are able to synchronize themselves? How does it work, that they are able to blink all together without…
  251. Faraday For Fun: An Electronic Batteryless Dice using Microcontroller ATTiny13
    There has been a lot of interest in muscle powered electronic devices, due in large part to the success of Perpetual Torch Perpetual Torch, also known as battery-less LED torch.…
  252. Buggy – A Crafty Programmable LED Creature using Microcontroller Atmel Attiny44v
    Buggy is a programmable LED craft project using a homemade, single-sided, PCB board, and a programmable AVR Attiny44v microcontroller. Buggy has two bi-colored LED eyes and can sense visible and…
  253. LED Hanukkah Menorah using Microcontroller ATtiny13
    I wanted to make an LED menorah for a friend. In planning this I decided I wanted to keep the parts-count very low and use components I had on hand.…
  254. Swiss AVR Knife using Microcontroller ATtiny84
    The Swiss AVR Knife bundles a number of AVR programming projects together in a single convenient Altoids Gum Tin. Because of the flexibility afforded by microcontroller programming, it also provides…
  255. LED Microcontrolled Stained Glass Firefly Pendant using Microcontroller ATTiny45 chip
    This Instructable will walk you through the steps needed to make a stained glass pendant with anLED that blinks in a pattern using a microcontroller. The blink pattern is an…
  256. Ghetto Programming: Getting started with AVR microprocessors on the cheap.
    Microprocessors are so cheap these days. If only there were a way to program them up just as cheaply... *wavy dream-sequence lines* In this instructable, find out how to build…
  257. LED Scolling Dot Matrix Font & Graphics Generator 5×8 5×7 8×8
    If you are into geeking it out with projects of the electronical kind, then you have likely wanted to create a dot matrix display or a POV. To do this…
  258. LED Binary Calculator using Microcontroller ATtiny2313
    You can't calculate binary values "as is" on most handheld calculators and using the windows one is just a pain, so i decided to make my very own (binary only) calculator.…
  259. Debugging AVR code in Linux with simavr using Microcontroller ATTiny85
    I recently started programming AVR chips, namely the ATTiny85.  They can be programmed using C, compilers are readily available in Ubuntu, and you can do a LOT with them -…
  260. Power your Arduino/AVR with a Hand-Cranked Battery
    If you've ever wanted to power your Arduino or AVR from a battery for development testing (batteries have different power delivery qualities than, say, transformed AC or even a regulated…
  261. Mechanized Android Figure using Microcontroller ATtiny44A
    These Android figures are cute, but they don't actually do anything. Let's change that. Have a look at the video: These are the steps to make an Android that reacts…
  262. Rainbow glowing ping pong Using ATTing 13
    While I was finalizing e-snowflake project, I imagined that single RGB 5050 LED would create nice rainbow effect if placed inside a ball like ping-pong. You can find plenty of…
  263. ATTiny2313 Multi-mode LED Matrix Clock
    This is a mutli-mode clock project based on attiny2313. it employs a 8x8 led matrix as display. with the limited resolution, this 12 hour clock shows time in 6 different…
  264. Temperature Indicator Using attiny2313 micrcontroller
    Description Features: Measures temperatures from -55°C to +125°C Three LED's to indicate in what range the temparature is. User definable thermostat with high and low settings Output via a relay…
  265. Stepper motor Driver Using AT2313 microcontroller
    Description With this circuit you can drive a unipolar stepper motor. It operates in full step mode. You can get a stepper motor from an old 5.25 disk drive. The…
  266. Multipattern Running light using ATtiny2313 microcontroller
    Here's an another project with LED. It can show different patterns. There are 11 channels of LED. Circuit Diagram For more Detail: Multipattern Running light using ATtiny2313 microcontroller
  267. PC Thermometer Using ATTiny2313
    Description With this project you can show the temperature on you PC. This thermometer plugs in on any free serial port. It gives temperature readings accurate to 0.5°C with no…
  268. LCD Thermometer TCN75 Using ATTiny2313
    Description This small thermometer board uses the Microchip TCN75 device. It is a cheaper clone of the LM75, it costs about 2,50 Euro. The TCN75 comes in a SO8 packaging.…
  269. AVR GPS Locator using avr microcontroller
    In this project i have interfaced an GPS with AVR microcontroller, the ATtiny2313 gets the location from the GPS and display it over the LCD display. This project also have…
  270. LCD Interface Board Using ATTiny2313
    Description This board can directly connected to the STK 500 board or the ATTiny2313 ISP program board with a 10 pole flatcable on the 10 pin header of the STK500…
  271. ATTiny2313 Board RS232
    Description This board is a small controller board on which you can build your projects. It is suited for educational use, experiments or prototyping. The board uses the AT2313 microcontroller…
  272. Make an automatic plant light using ATTiny26 Microcontroller
    This light helps your plants grow. I got the idea from the Garduino, but nothing is taken from it. The schematic and the program are mine. This plant light gives…
  273. Ghetto Pixels – Building an open source BlinkM Using ATTiny45 Microcontroller
    Unless you've been living under a digital rock for the last few years, or just simply aren't interested in flashing lights, you'll already know about the awesomeness that is the BlinkM from…
  274. USB PCB Business Card Using ATtiny85 Microcontroller
    This is a business card that will type out some text when you plug it into a USB port. It uses a ATtiny85 microcontroller with V-USB based code to emulate…
  275. Using ATMega328 Microcontroller Custom Tron Disc Mod
    In this Instructable, I cover modding the store-bought Deluxe Identity Disc to an upgraded version with 64 leds, controlled by an AVR MCU. The upgraded version is costume-ready and would…
  276. Using AtTiny2313 microcontroller Build an electronic polyhedral die
    Dice are fun. Polyhedral dice used in D & D are even more fun, particularly in big handfuls of different sizes. But a handful isn't always practical. Ever since I…
  277. How to drive a lot of LEDs from a few microcontroller pins.
    Using the fact that many microcontroller pins have three states (+V, GND, or "high impedence"). You can drive N*(N-1) LEDs from N pins. So the little 8 pin microcontroller like…
  278. Using the 8Pin ATTINY programming shield with an external clock
    Instructables author extraordinaire Randofo created a great programming shield to use your Arduino to program 8 pin ATTINY processors. He was even generous enough to give 50 copies of it out to…
  279. ATTiny Board For AVR ATTiny microcontrollers
    Description With this small board you can program most of the AVR ATTiny microcontrollers or you can build your projects to use it in a stand alone application. It can…
Scroll to Top