├── .DS_Store ├── Case ├── .DS_Store ├── Version 2 - round │ ├── dash_round_box3.stl │ └── dash_round_lid3.stl └── Version 4 - 2450 │ ├── dbv4_box.stl │ └── dbv4_lid.stl ├── Code ├── .DS_Store ├── Version 1:2 - rect:round │ └── Dashbutton_v2.ino ├── Version 4 - 2450 │ ├── .DS_Store │ └── Dashbutton_v4.ino └── Version 5 - 5wayswitch │ └── Dashbutton_v5.ino ├── PCB ├── .DS_Store ├── v1_dashbutton_rect.brd ├── v2_dashbutton_round.brd ├── v3_dashbutton_2450.brd ├── v4_dashbutton_2450.brd └── v5_dashbutton_5wayswitch.brd └── docs ├── .DS_Store ├── README.md └── images ├── .DS_Store ├── 1_RSSI_without.png ├── 2_RSSI_withGPS.png ├── 3_RSSI_withWire.png ├── 4_RSSI_withsolderedWire.png ├── DB_v3_back.png ├── DB_v3_front.png ├── DB_v4_back.png ├── DB_v4_front.png ├── DB_v5.jpg ├── Dashbutton.png ├── Dashbutton_round.png ├── both_back.jpg ├── both_front.jpg ├── case_v2.jpg ├── dbv4_case_video.png ├── schematics.png └── video.png /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/.DS_Store -------------------------------------------------------------------------------- /Case/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Case/.DS_Store -------------------------------------------------------------------------------- /Case/Version 2 - round/dash_round_box3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Case/Version 2 - round/dash_round_box3.stl -------------------------------------------------------------------------------- /Case/Version 2 - round/dash_round_lid3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Case/Version 2 - round/dash_round_lid3.stl -------------------------------------------------------------------------------- /Case/Version 4 - 2450/dbv4_box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Case/Version 4 - 2450/dbv4_box.stl -------------------------------------------------------------------------------- /Case/Version 4 - 2450/dbv4_lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Case/Version 4 - 2450/dbv4_lid.stl -------------------------------------------------------------------------------- /Code/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Code/.DS_Store -------------------------------------------------------------------------------- /Code/Version 1:2 - rect:round/Dashbutton_v2.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Code/Version 1:2 - rect:round/Dashbutton_v2.ino -------------------------------------------------------------------------------- /Code/Version 4 - 2450/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Code/Version 4 - 2450/.DS_Store -------------------------------------------------------------------------------- /Code/Version 4 - 2450/Dashbutton_v4.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Code/Version 4 - 2450/Dashbutton_v4.ino -------------------------------------------------------------------------------- /Code/Version 5 - 5wayswitch/Dashbutton_v5.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/Code/Version 5 - 5wayswitch/Dashbutton_v5.ino -------------------------------------------------------------------------------- /PCB/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/PCB/.DS_Store -------------------------------------------------------------------------------- /PCB/v1_dashbutton_rect.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/PCB/v1_dashbutton_rect.brd -------------------------------------------------------------------------------- /PCB/v2_dashbutton_round.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/PCB/v2_dashbutton_round.brd -------------------------------------------------------------------------------- /PCB/v3_dashbutton_2450.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/PCB/v3_dashbutton_2450.brd -------------------------------------------------------------------------------- /PCB/v4_dashbutton_2450.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/PCB/v4_dashbutton_2450.brd -------------------------------------------------------------------------------- /PCB/v5_dashbutton_5wayswitch.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/PCB/v5_dashbutton_5wayswitch.brd -------------------------------------------------------------------------------- /docs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/.DS_Store -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/images/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/.DS_Store -------------------------------------------------------------------------------- /docs/images/1_RSSI_without.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/1_RSSI_without.png -------------------------------------------------------------------------------- /docs/images/2_RSSI_withGPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/2_RSSI_withGPS.png -------------------------------------------------------------------------------- /docs/images/3_RSSI_withWire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/3_RSSI_withWire.png -------------------------------------------------------------------------------- /docs/images/4_RSSI_withsolderedWire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/4_RSSI_withsolderedWire.png -------------------------------------------------------------------------------- /docs/images/DB_v3_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/DB_v3_back.png -------------------------------------------------------------------------------- /docs/images/DB_v3_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/DB_v3_front.png -------------------------------------------------------------------------------- /docs/images/DB_v4_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/DB_v4_back.png -------------------------------------------------------------------------------- /docs/images/DB_v4_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/DB_v4_front.png -------------------------------------------------------------------------------- /docs/images/DB_v5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/DB_v5.jpg -------------------------------------------------------------------------------- /docs/images/Dashbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/Dashbutton.png -------------------------------------------------------------------------------- /docs/images/Dashbutton_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/Dashbutton_round.png -------------------------------------------------------------------------------- /docs/images/both_back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/both_back.jpg -------------------------------------------------------------------------------- /docs/images/both_front.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/both_front.jpg -------------------------------------------------------------------------------- /docs/images/case_v2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/case_v2.jpg -------------------------------------------------------------------------------- /docs/images/dbv4_case_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/dbv4_case_video.png -------------------------------------------------------------------------------- /docs/images/schematics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/schematics.png -------------------------------------------------------------------------------- /docs/images/video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/makermoekoe/Smarthome-dashbutton/HEAD/docs/images/video.png --------------------------------------------------------------------------------