Skip to content

krystiancha/valerney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

valerney

AVR RF remote emulator/spoofer

This program shifts out a programmed sequence of bytes on one pin without a clock at a fixed bitrate.

Building

# PREPARE
# change -mmcu flag in CMakeLists.txt to your MCU
# change register names in main.c if they differ from those on ATtiny85
# set your desired code and bitrate in main.c

# BUILD
mkdir build
cd build
cmake ../
make

# UPLOAD (example)
avrdude -c usbasp -p t85 -U flash:w:valerney:e

About

AVR RF remote emulator/spoofer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published