Video – Camera – Imaging Projects

Blackjack

Introduction In this project we created a video blackjack machine using AT90S8535. In our previous labs we have gained familiarity with the 8-bit AVR microcontroller and the UART interface to transmit to and receive from a terminal. Our blackjack machine outputs text to the terminal through the UART, and at the same time accepts input

Blackjack Read More »

Nikon Camera Remote Control using ATtiny13 Microcontroller

This is an IR remote control for Nikon cameras. It is compatible with the Nikon ML-L3 remote control. Supported cameras include: D40, D40X, D50, D60, D70, D70s, D80, Coolpix 8400 8800. This design is based on an idea from http://www.bigmike.it/ircontrol/. The circuit is extremely simple: an ATtiny13V, button, transistor, resistor, IR diode and 3V battery.

Nikon Camera Remote Control using ATtiny13 Microcontroller Read More »

A GLCD connected to an AVR microcontroller using ATmega8 microcontroller

A GLCD connected to an AVR microcontroller The PVG120602EGE is a 128×64 pixel graphic (grey) LCD with lightblue EL backlight and two KS0108 controller chips and one KS0107 line (colums) driver (64 display lines COM1 – COM64) The first KS0108 drives segments 1 to 64 (Y1 – Y64), the second drives segments 65 to 128

A GLCD connected to an AVR microcontroller using ATmega8 microcontroller Read More »

Open source color video game development system based on AVR

This project describes an open source color game development platform based on an AVR microcontroller. You can code a color, high resolution, smooth video game, like Super Mario Bros or Commander Keen on this system. All video processing is done by software in background using interrupts, with no external active components. You only need to

Open source color video game development system based on AVR Read More »

Scroll to Top