├── .gitmodules ├── 3d_printing ├── README.md ├── connector.3mf ├── connector_settings.curaprofile ├── housing.3mf ├── housing_lid_settings.curaprofile ├── imgs │ ├── connector.JPG │ ├── housing.JPG │ ├── lid_img1.JPG │ ├── lid_img2.JPG │ └── wiring_housing.JPG ├── lid.3mf └── wiring_housing.3mf ├── LICENSE.md ├── README.md ├── acrylic_sheet_reference.pdf └── readme_imgs ├── display_segments_wiring_dia.png ├── display_segments_wiring_img.JPG ├── display_wiring_dia.png ├── display_wiring_img.JPG ├── led_strip_sections.png ├── shape_wiring_dia.png ├── shape_wiring_img.JPG └── thumbnail.png /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/.gitmodules -------------------------------------------------------------------------------- /3d_printing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/README.md -------------------------------------------------------------------------------- /3d_printing/connector.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/connector.3mf -------------------------------------------------------------------------------- /3d_printing/connector_settings.curaprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/connector_settings.curaprofile -------------------------------------------------------------------------------- /3d_printing/housing.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/housing.3mf -------------------------------------------------------------------------------- /3d_printing/housing_lid_settings.curaprofile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/housing_lid_settings.curaprofile -------------------------------------------------------------------------------- /3d_printing/imgs/connector.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/imgs/connector.JPG -------------------------------------------------------------------------------- /3d_printing/imgs/housing.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/imgs/housing.JPG -------------------------------------------------------------------------------- /3d_printing/imgs/lid_img1.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/imgs/lid_img1.JPG -------------------------------------------------------------------------------- /3d_printing/imgs/lid_img2.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/imgs/lid_img2.JPG -------------------------------------------------------------------------------- /3d_printing/imgs/wiring_housing.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/imgs/wiring_housing.JPG -------------------------------------------------------------------------------- /3d_printing/lid.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/lid.3mf -------------------------------------------------------------------------------- /3d_printing/wiring_housing.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/3d_printing/wiring_housing.3mf -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/README.md -------------------------------------------------------------------------------- /acrylic_sheet_reference.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/acrylic_sheet_reference.pdf -------------------------------------------------------------------------------- /readme_imgs/display_segments_wiring_dia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/display_segments_wiring_dia.png -------------------------------------------------------------------------------- /readme_imgs/display_segments_wiring_img.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/display_segments_wiring_img.JPG -------------------------------------------------------------------------------- /readme_imgs/display_wiring_dia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/display_wiring_dia.png -------------------------------------------------------------------------------- /readme_imgs/display_wiring_img.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/display_wiring_img.JPG -------------------------------------------------------------------------------- /readme_imgs/led_strip_sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/led_strip_sections.png -------------------------------------------------------------------------------- /readme_imgs/shape_wiring_dia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/shape_wiring_dia.png -------------------------------------------------------------------------------- /readme_imgs/shape_wiring_img.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/shape_wiring_img.JPG -------------------------------------------------------------------------------- /readme_imgs/thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProjectsWithRed/nanoleaf/HEAD/readme_imgs/thumbnail.png --------------------------------------------------------------------------------