Archive:MuMaBot: Difference between revisions
Infrafreak (talk | contribs) |
|||
Line 30: | Line 30: | ||
== electronics == | == electronics == | ||
t.b.d. | 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 [http://www.aliexpress.com/item/1pc-PCA9685-16-Channel-12-bit-PWM-Servo-motor-Driver-I2C-Module-For-Arduino-Robot-Worldwide/32583768900.html?spm=2114.01010208.3.2.Xrxr4m&ws_ab_test=searchweb201556_1,searchweb201644_2_505_506_503_504_301_502_10001_10002_10016_10017_10010_10005_10011_10006_10003_10004_10009_10008,searchweb201560_1,searchweb1451318400_-1,searchweb1451318411_6451&btsid=bc3ceecc-2723-4b81-9e26-f84395e07cb5 16 channel I2C PWM controller] | |||
The [[#software|software]] is also changed to use I2C instead of making PWM by ESP8266 | |||
=== servos === | === servos === |
Revision as of 16:29, 7 February 2016
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
t.b.d.
network
t.b.d.
movements
t.b.d.