├── LICENSE ├── bom.xlsx ├── gerbers ├── tepmachcha-B.Cu.gbl ├── tepmachcha-B.Mask.gbs ├── tepmachcha-B.SilkS.gbo ├── tepmachcha-Edge.Cuts.gm1 ├── tepmachcha-F.Cu.gtl ├── tepmachcha-F.Mask.gts ├── tepmachcha-F.SilkS.gto └── tepmachcha.drl ├── kicad ├── fp-lib-table ├── tepmachcha.kicad_pcb ├── tepmachcha.lib └── tepmachcha.sch ├── laser-stl ├── interior_mount_3D.stl ├── interior_mount_laser.ai └── solar_panel_mount.ai ├── photos ├── P1-P3_pads.JPG ├── cut_barrel.JPG ├── expose_wires.JPG ├── jst.JPG ├── mount_example1.jpg ├── mount_example2.jpg ├── mount_example3.JPG ├── sonar_solder.JPG ├── spacers_interior.JPG ├── splice.JPG ├── stalker-headers.JPG ├── stripped_solar_heatshrink.JPG └── tepmachcha.JPG ├── readme.md └── tepmachcha.ino /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/LICENSE -------------------------------------------------------------------------------- /bom.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/bom.xlsx -------------------------------------------------------------------------------- /gerbers/tepmachcha-B.Cu.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha-B.Cu.gbl -------------------------------------------------------------------------------- /gerbers/tepmachcha-B.Mask.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha-B.Mask.gbs -------------------------------------------------------------------------------- /gerbers/tepmachcha-B.SilkS.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha-B.SilkS.gbo -------------------------------------------------------------------------------- /gerbers/tepmachcha-Edge.Cuts.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha-Edge.Cuts.gm1 -------------------------------------------------------------------------------- /gerbers/tepmachcha-F.Cu.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha-F.Cu.gtl -------------------------------------------------------------------------------- /gerbers/tepmachcha-F.Mask.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha-F.Mask.gts -------------------------------------------------------------------------------- /gerbers/tepmachcha-F.SilkS.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha-F.SilkS.gto -------------------------------------------------------------------------------- /gerbers/tepmachcha.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/gerbers/tepmachcha.drl -------------------------------------------------------------------------------- /kicad/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/kicad/fp-lib-table -------------------------------------------------------------------------------- /kicad/tepmachcha.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/kicad/tepmachcha.kicad_pcb -------------------------------------------------------------------------------- /kicad/tepmachcha.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/kicad/tepmachcha.lib -------------------------------------------------------------------------------- /kicad/tepmachcha.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/kicad/tepmachcha.sch -------------------------------------------------------------------------------- /laser-stl/interior_mount_3D.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/laser-stl/interior_mount_3D.stl -------------------------------------------------------------------------------- /laser-stl/interior_mount_laser.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/laser-stl/interior_mount_laser.ai -------------------------------------------------------------------------------- /laser-stl/solar_panel_mount.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/laser-stl/solar_panel_mount.ai -------------------------------------------------------------------------------- /photos/P1-P3_pads.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/P1-P3_pads.JPG -------------------------------------------------------------------------------- /photos/cut_barrel.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/cut_barrel.JPG -------------------------------------------------------------------------------- /photos/expose_wires.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/expose_wires.JPG -------------------------------------------------------------------------------- /photos/jst.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/jst.JPG -------------------------------------------------------------------------------- /photos/mount_example1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/mount_example1.jpg -------------------------------------------------------------------------------- /photos/mount_example2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/mount_example2.jpg -------------------------------------------------------------------------------- /photos/mount_example3.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/mount_example3.JPG -------------------------------------------------------------------------------- /photos/sonar_solder.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/sonar_solder.JPG -------------------------------------------------------------------------------- /photos/spacers_interior.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/spacers_interior.JPG -------------------------------------------------------------------------------- /photos/splice.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/splice.JPG -------------------------------------------------------------------------------- /photos/stalker-headers.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/stalker-headers.JPG -------------------------------------------------------------------------------- /photos/stripped_solar_heatshrink.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/stripped_solar_heatshrink.JPG -------------------------------------------------------------------------------- /photos/tepmachcha.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/photos/tepmachcha.JPG -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/readme.md -------------------------------------------------------------------------------- /tepmachcha.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DAI-Maker-Lab/tepmachcha/HEAD/tepmachcha.ino --------------------------------------------------------------------------------