├── README.md ├── Schematic USB Dongle V1.0.pdf ├── Schematic USB Dongle V2.0.pdf ├── images ├── Entities.png ├── Entity_total.png ├── Preview.png ├── Windows-Remote-Arduino-Experience.png ├── animation_new.gif ├── clone_settings.png ├── ha_entities_ramses.png ├── help_source.png ├── high_q.png ├── myscontroller.png ├── preview_animation.gif └── reset_signal.png ├── releases ├── avrdude-v7.1-windows-windows-x64 │ ├── avrdude.conf │ ├── avrdude.exe │ └── avrdude.pdb ├── flash_script.bat └── mysensors.hex └── src ├── bootloaders ├── Caterina-Micro.hex ├── Caterina-promicro8.hex └── fuses.txt ├── data ├── firmata www folder │ ├── fan-control-row.js │ └── fan_blue.png └── mysensors www folder │ ├── fan-control-row.js │ └── fan_blue.png ├── firmata ├── cc1101.cpp ├── cc1101.h └── firmata.ino └── mysensors ├── MYSController ├── MYSController.exe └── readme.md ├── cc1101.cpp ├── cc1101.h └── mysensors.ino /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/README.md -------------------------------------------------------------------------------- /Schematic USB Dongle V1.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/Schematic USB Dongle V1.0.pdf -------------------------------------------------------------------------------- /Schematic USB Dongle V2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/Schematic USB Dongle V2.0.pdf -------------------------------------------------------------------------------- /images/Entities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/Entities.png -------------------------------------------------------------------------------- /images/Entity_total.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/Entity_total.png -------------------------------------------------------------------------------- /images/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/Preview.png -------------------------------------------------------------------------------- /images/Windows-Remote-Arduino-Experience.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/Windows-Remote-Arduino-Experience.png -------------------------------------------------------------------------------- /images/animation_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/animation_new.gif -------------------------------------------------------------------------------- /images/clone_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/clone_settings.png -------------------------------------------------------------------------------- /images/ha_entities_ramses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/ha_entities_ramses.png -------------------------------------------------------------------------------- /images/help_source.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/help_source.png -------------------------------------------------------------------------------- /images/high_q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/high_q.png -------------------------------------------------------------------------------- /images/myscontroller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/myscontroller.png -------------------------------------------------------------------------------- /images/preview_animation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/preview_animation.gif -------------------------------------------------------------------------------- /images/reset_signal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/images/reset_signal.png -------------------------------------------------------------------------------- /releases/avrdude-v7.1-windows-windows-x64/avrdude.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/releases/avrdude-v7.1-windows-windows-x64/avrdude.conf -------------------------------------------------------------------------------- /releases/avrdude-v7.1-windows-windows-x64/avrdude.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/releases/avrdude-v7.1-windows-windows-x64/avrdude.exe -------------------------------------------------------------------------------- /releases/avrdude-v7.1-windows-windows-x64/avrdude.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/releases/avrdude-v7.1-windows-windows-x64/avrdude.pdb -------------------------------------------------------------------------------- /releases/flash_script.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/releases/flash_script.bat -------------------------------------------------------------------------------- /releases/mysensors.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/releases/mysensors.hex -------------------------------------------------------------------------------- /src/bootloaders/Caterina-Micro.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/bootloaders/Caterina-Micro.hex -------------------------------------------------------------------------------- /src/bootloaders/Caterina-promicro8.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/bootloaders/Caterina-promicro8.hex -------------------------------------------------------------------------------- /src/bootloaders/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/bootloaders/fuses.txt -------------------------------------------------------------------------------- /src/data/firmata www folder/fan-control-row.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/data/firmata www folder/fan-control-row.js -------------------------------------------------------------------------------- /src/data/firmata www folder/fan_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/data/firmata www folder/fan_blue.png -------------------------------------------------------------------------------- /src/data/mysensors www folder/fan-control-row.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/data/mysensors www folder/fan-control-row.js -------------------------------------------------------------------------------- /src/data/mysensors www folder/fan_blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/data/mysensors www folder/fan_blue.png -------------------------------------------------------------------------------- /src/firmata/cc1101.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/firmata/cc1101.cpp -------------------------------------------------------------------------------- /src/firmata/cc1101.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/firmata/cc1101.h -------------------------------------------------------------------------------- /src/firmata/firmata.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/firmata/firmata.ino -------------------------------------------------------------------------------- /src/mysensors/MYSController/MYSController.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/mysensors/MYSController/MYSController.exe -------------------------------------------------------------------------------- /src/mysensors/MYSController/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/mysensors/MYSController/readme.md -------------------------------------------------------------------------------- /src/mysensors/cc1101.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/mysensors/cc1101.cpp -------------------------------------------------------------------------------- /src/mysensors/cc1101.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/mysensors/cc1101.h -------------------------------------------------------------------------------- /src/mysensors/mysensors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marcelh1/fanx/HEAD/src/mysensors/mysensors.ino --------------------------------------------------------------------------------