Archive:MuMaBot
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.
maybe based on SubPos
software
build environment
- ArduinoIDE (1.6.5)
- PlatformIO plugin for Atom.io
PlatformIO & Atom.io
- install
- quickstart
- add project folder (select <git-path>/miniKame/code/arduino)
- install Adafruit-PWM-Servo library by type pio lib install 30 in the PlatformIO terminal window
- Menu > PlatformIO > Initialize new Project (or update existing)
- select board: WeMos D1 mini or NodeMCU 0.9 / 1.0
- choose the directory: <git-path>/miniKame/code/arduino
- press Initialize
source
MuMaLab gitHub fork of miniKame
network
t.b.d.
movements
t.b.d.