├── 0.1 ├── README.md └── hexapod.js ├── README.md ├── STL ├── 3d_7688_mount.stl ├── 3d_Leg_2xServo_bottom.stl ├── 3d_Leg_2xServo_top.stl ├── 3d_Servo_bottom.stl ├── 3d_Servo_top.stl ├── 3d_board_bottom.stl ├── 3d_board_up.stl ├── 3d_dcdc_mount.stl ├── 3d_leg_crew_b.stl ├── 3d_leg_crew_c.stl ├── 3d_leg_crew_p.stl ├── 3d_leg_crew_t.stl ├── 3d_twist_mount.stl ├── 3d_twist_ring.stl ├── 3d_twist_ring_b.stl ├── README.MD └── images │ ├── hexapod_exploded_view_all.png │ └── hexapod_exploded_view_leg.png ├── hexapod_core.js ├── hexapod_srv.js ├── images ├── 7688.jpg ├── 7688hexapod.JPG ├── adafruit_pwm.jpg ├── hexapod_3d.png ├── hw_diagram.png ├── mini360.jpg └── sg90.jpg ├── index.html └── settings.js /0.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/0.1/README.md -------------------------------------------------------------------------------- /0.1/hexapod.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/0.1/hexapod.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/README.md -------------------------------------------------------------------------------- /STL/3d_7688_mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_7688_mount.stl -------------------------------------------------------------------------------- /STL/3d_Leg_2xServo_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_Leg_2xServo_bottom.stl -------------------------------------------------------------------------------- /STL/3d_Leg_2xServo_top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_Leg_2xServo_top.stl -------------------------------------------------------------------------------- /STL/3d_Servo_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_Servo_bottom.stl -------------------------------------------------------------------------------- /STL/3d_Servo_top.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_Servo_top.stl -------------------------------------------------------------------------------- /STL/3d_board_bottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_board_bottom.stl -------------------------------------------------------------------------------- /STL/3d_board_up.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_board_up.stl -------------------------------------------------------------------------------- /STL/3d_dcdc_mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_dcdc_mount.stl -------------------------------------------------------------------------------- /STL/3d_leg_crew_b.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_leg_crew_b.stl -------------------------------------------------------------------------------- /STL/3d_leg_crew_c.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_leg_crew_c.stl -------------------------------------------------------------------------------- /STL/3d_leg_crew_p.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_leg_crew_p.stl -------------------------------------------------------------------------------- /STL/3d_leg_crew_t.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_leg_crew_t.stl -------------------------------------------------------------------------------- /STL/3d_twist_mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_twist_mount.stl -------------------------------------------------------------------------------- /STL/3d_twist_ring.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_twist_ring.stl -------------------------------------------------------------------------------- /STL/3d_twist_ring_b.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/3d_twist_ring_b.stl -------------------------------------------------------------------------------- /STL/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/README.MD -------------------------------------------------------------------------------- /STL/images/hexapod_exploded_view_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/images/hexapod_exploded_view_all.png -------------------------------------------------------------------------------- /STL/images/hexapod_exploded_view_leg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/STL/images/hexapod_exploded_view_leg.png -------------------------------------------------------------------------------- /hexapod_core.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/hexapod_core.js -------------------------------------------------------------------------------- /hexapod_srv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/hexapod_srv.js -------------------------------------------------------------------------------- /images/7688.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/images/7688.jpg -------------------------------------------------------------------------------- /images/7688hexapod.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/images/7688hexapod.JPG -------------------------------------------------------------------------------- /images/adafruit_pwm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/images/adafruit_pwm.jpg -------------------------------------------------------------------------------- /images/hexapod_3d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/images/hexapod_3d.png -------------------------------------------------------------------------------- /images/hw_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/images/hw_diagram.png -------------------------------------------------------------------------------- /images/mini360.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/images/mini360.jpg -------------------------------------------------------------------------------- /images/sg90.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/images/sg90.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/index.html -------------------------------------------------------------------------------- /settings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SmallpTsai/7688-hexapod/HEAD/settings.js --------------------------------------------------------------------------------