├── LICENSE ├── README.md ├── documentation ├── TinyRemoteRF_pic1.jpg ├── TinyRemoteRF_pic2.jpg ├── TinyRemoteRF_pic3.jpg ├── TinyRemoteRF_pic4.jpg └── TinyRemoteRF_wiring.png ├── hardware ├── TinyRemoteRF_BOM.tsv ├── TinyRemoteRF_gerber.zip └── TinyRemoteRF_schematic.pdf └── software ├── receiver └── RF_Receiver.ino ├── remote_4_buttons ├── RF_Remote_4B.ino └── makefile └── remote_5_buttons ├── RF_Remote_5B.ino └── makefile /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/README.md -------------------------------------------------------------------------------- /documentation/TinyRemoteRF_pic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/documentation/TinyRemoteRF_pic1.jpg -------------------------------------------------------------------------------- /documentation/TinyRemoteRF_pic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/documentation/TinyRemoteRF_pic2.jpg -------------------------------------------------------------------------------- /documentation/TinyRemoteRF_pic3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/documentation/TinyRemoteRF_pic3.jpg -------------------------------------------------------------------------------- /documentation/TinyRemoteRF_pic4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/documentation/TinyRemoteRF_pic4.jpg -------------------------------------------------------------------------------- /documentation/TinyRemoteRF_wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/documentation/TinyRemoteRF_wiring.png -------------------------------------------------------------------------------- /hardware/TinyRemoteRF_BOM.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/hardware/TinyRemoteRF_BOM.tsv -------------------------------------------------------------------------------- /hardware/TinyRemoteRF_gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/hardware/TinyRemoteRF_gerber.zip -------------------------------------------------------------------------------- /hardware/TinyRemoteRF_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/hardware/TinyRemoteRF_schematic.pdf -------------------------------------------------------------------------------- /software/receiver/RF_Receiver.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/software/receiver/RF_Receiver.ino -------------------------------------------------------------------------------- /software/remote_4_buttons/RF_Remote_4B.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/software/remote_4_buttons/RF_Remote_4B.ino -------------------------------------------------------------------------------- /software/remote_4_buttons/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/software/remote_4_buttons/makefile -------------------------------------------------------------------------------- /software/remote_5_buttons/RF_Remote_5B.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/software/remote_5_buttons/RF_Remote_5B.ino -------------------------------------------------------------------------------- /software/remote_5_buttons/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wagiminator/ATtiny13-TinyRemoteRF/HEAD/software/remote_5_buttons/makefile --------------------------------------------------------------------------------