Using Atmega

SecureLED

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 (LEDs). Project Summary This project started with one central premise: current physical access control systems are insecure in fundamental ways. We sought a way to …

SecureLED: Better Access Control Using ATMega32 Read More »

20 LEDs

How to drive a lot of LEDs from a few microcontroller pins. using atmega

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 a PIC12Fxxx or an ATtiny11 can drive 20 LEDs on its five available output pins, and still have one pin left for some kind of input. The current …

How to drive a lot of LEDs from a few microcontroller pins. using atmega Read More »

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 be an excellent addition to your Tron costume – it’ll also look great on your desk/dresser/etc. My 7 year old daughter watched Tron:Legacy with me …

Using ATMega328 Microcontroller Custom Tron Disc Mod Read More »

matrix display circuit

8×8 Dotmatrix Scrolling LED display using atmega8515 microcontroller

Here’s an another project, which makes an Scrolling LED display. Here 64 leds which are connected to an Matrix display. The Anodes are drived through an Driver IC UDN2981 and the cathodes are drived through ULN2803. The Atmega8515 is used in this project to control the display. The microcontroller is programmed with Bascom AVR. Circuit Diagram Designing Software You can also download …

8×8 Dotmatrix Scrolling LED display using atmega8515 microcontroller Read More »