unzap project page

Project Overview

prototyp 2

Abstract

The aim of this project is to create an universal remote-control for emitting and receiving all sorts of codes, e.g. to turn off every TV imaginable.

The idea is based on the famous TV-B-Gone remote.

The current hardware (revision 2) includes an Atmega 168, a USB port, a 2MB Atmel dataflash (for storing all sorts of codes), a learning mechanism (which can detect the correct carrier frequency), four buttons (selecting transmitter and learning mode, enable USB, ...) and of course four powerful infrared LEDs.

All sourcecode is licensed under the GPL.

Current State and Mailing list

The hardware will is available as a construction set. If you would like to be notified or receive general information about the unzapper, you can subscribe to our mailing list using the mailman web interface There is also an archive.

New! Pre-order your unzap construction kit: Webshop

You can find the manual and construction hints for the kit (in German only, at the moment, sorry) at the Wiki page. Write a mail to fd0-AT-lochraster.org if you have a question.

Schematic

The schematic (revision 2.1):

schematic prototype 2

Hardware

Hardware rev. 2

This is the most recent prototyp (hardware rev. 2). More pictures are available in the prototype (hardware rev. 2) gallery gallery.

PCB-size: 33x53mm

prototyp 2 prototyp 2

Hardware rev. 1

The old prototype (hardware rev. 1) and the old prototype (hardware rev. 1) gallery:

PCB-size: 30x50mm

prototyp 1 prototyp 1

Software

The development version can be found at the git repository website. You can obtain the code in two different ways: Either click on "snapshot" on the top log line in the repository website, or use git to check out a local copy of the repository:

git clone git://igit.ath.cx/fd0/unzap

This checkout can be updated with:

git pull origin

Project Specific Links