Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 2.52 KB

README.md

File metadata and controls

53 lines (34 loc) · 2.52 KB

attiny-433mhz-sender

AVR ATtiny85 433mhz remote control for Intertechno IT-1500 power outlets.

schematics

breadboard circuit diagram

part list

source and build

sudo apt-get install gcc-avr avr-libc

Build with make:

make

rc.h implements the 433mhz protocoll for the Intertechno IT-1500 power outlets

flash

Choose your avr programmer in the Makefile:

AVRDUDE_PROGRAMMER = avrispmkII

Then flash with:

make program

Full guide (in German)