Archive:MuMaBot

From The Munich Maker Lab's Wiki
Revision as of 17:02, 10 September 2022 by Vrs (talk | contribs) (Vrs moved page MuMaBot to Archive:MuMaBot without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Attention.png You are visiting an old member project. The information found on "MuMaBot" might be out of date.
 
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

build environment

PlatformIO in Atom.io editor with code completion and build-in terminal

PlatformIO & Atom.io

  1. install
  2. quickstart
    • add project folder (select <git-path>/miniKame/code/arduino)
  3. install Adafruit-PWM-Servo library by type pio lib install 30 in the PlatformIO terminal window
  4. Menu > PlatformIO > Initialize new Project (or update existing)
    1. select board: WeMos D1 mini or NodeMCU 0.9 / 1.0
    2. choose the directory: <git-path>/miniKame/code/arduino
    3. press Initialize


source

MuMaLab gitHub fork of miniKame

network

t.b.d.

movements

t.b.d.