led

Development Board With LCD using Atmega16 microcontrollers

This instructable shows, how to do your own development board for Atmega16 or Atmega32 processors.The Internet is full of home made development boards, but I think that, there is room left for another one. This board have been very useful on my projects and I actually designed and made it to serve one of my […]

Development Board With LCD using Atmega16 microcontrollers Read More »

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 for anyone who is looking for a fun way to break into AVR programming! The notes of the songs are generated by a square wave

Blinking, Singing, Marioman using Attiny microcontrollers Read More »

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 how to control stepper motors, I found that it would be really helpful to be able to run alternate sections of code in the same

Reading Switches with using Attiny microcontrollers Read More »

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 and must be modified. Additionally I provide programming code which will only be useful for particular stepper motors without modification. **This is still unfinished, but

Halloween Robot using Attiny microcontrollers Read More »

A complete starter guide to AVRs using attiny2313 microcontroller

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 for you! I was working on an instructable for the epilog contest which would wirelessly link two smoke alarms. I wrote all the code and

A complete starter guide to AVRs using attiny2313 microcontroller Read More »

An universal programming adapter for the Atmel STK500 using AVR microcontroller

You have an STK500 development board for the AVR controllers from Atmel? And you want to use it with a newer AVR controller which is not supported by any of the 8 sockets on board? And you do not own an STK505 extension board? Welcome to my world until yesterday! This is my first instructable

An universal programming adapter for the Atmel STK500 using AVR microcontroller Read More »

Building a digital light meter with a calibrated LDR using Atmega8 microcontroller

Measurement of light intensity is a prime necessity in several occasions.  The diversity of such needs make their way to various branches of physics and engineering as well as in media. For instance, in engineering, such kinds of measurements are needed to design optimum lighting conditions of a room. In photography, light intensity measurements ensure

Building a digital light meter with a calibrated LDR using Atmega8 microcontroller Read More »

Intelligent temperature monitoring and control system using AVR microcontroller

Controlling temperature has been a prime objective in various applications including refrigerators, air conditioners, air coolers, heaters, industrial temperature conditioning and so on. Temperature controllers vary in their complexities and algorithms. Some of these use simple control techniques like simple on-off control while others use complex Proportional Integral Derivative (PID) or fuzzy logic algorithms. In

Intelligent temperature monitoring and control system using AVR microcontroller Read More »

Wireless Accelerometer Controlled rgb-LED’s using atmega168 microcontroller

MEMS (Micro-Electro-Mechanical Systems) Accelerometers are in widespread use as tilt-sensors in mobile phones and cameras. Simple accelerometers are available both as ic-chip’s and cheap development pcb-boards. Wireless chips are also affordable and available in assembled circuits, with matched antenna-network and decoupling-caps onboard. Hook both wireless board and accelerometer up to a microcontroller via serial interface

Wireless Accelerometer Controlled rgb-LED’s using atmega168 microcontroller Read More »

Scroll to Top