Archive:MuMaBot

From The Munich Maker Lab's Wiki
Revision as of 17:30, 7 February 2016 by Jorgen (talk | contribs) (→‎software)
Jump to navigation Jump to search
 
MuMaBot

Release status: experimental [box doku]

Description small bot with 4 legs and ESp8266 WiFi Chip (based on miniKame)
Author(s)  Peter, Severin, Jörg, Heiko, Jorgen, ThomasE

We want to build some small miniKame based bots and extend them as MuMaLab bot collective mesh network and many more..

3D printed parts

original files: http://www.thingiverse.com/thing:1265766/#files These parts only fit for the expensive Servos, the cheap ones use other screws (only 2 instead of 4)

body

t.b.d.

legs

t.b.d.

weapons?

t.b.d.

electronics

t.b.d.

servo driver

We decided to use a 16 channel I2C PWM controller to drive all servos smooth. The reason is, that ESP8266 has no full realtime OS support! (because of doing the WiFi stuff builtin with interrupts)

We use this 16 channel I2C PWM controller

The software is also changed to use I2C instead of making PWM by ESP8266

servos

- current Hobbyking bulk order

remote control

t.b.d.

sensors

t.b.d.

lights

t.b.d.

line detect

t.b.d.

indoor navigation

maybe based on SubPos

software

MuMaLab gitHub fork of miniKame

network

t.b.d.

movements

t.b.d.