Você está no 3DFinder
Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.
Descrição
##Hello
This is a bigger body for the Kame. I am still working on it, but it should be okay as a starting point for others.
##Intend
It allows to integrate a 800mAh 2s Lipo, a strong 6A BEC, a pin header or small prototype board and a ultrasonic sensor. There is a hole in the back to to install an on/off switch and a battery chute for easy battery access.
##Customization
The servo holes fit my generic cheap 12g metal gear servos, but you can set the parameters in the OpenSCAD-file to make them fit your needs. However, try to use tough servos, they are under direct load all the time in this design.
##Software
Modified software is in development, trying to make use of the ultrasonic sensor. The sourcecode can be found in the GitHub repository which is a fork of the miniKame repository: https://github.com/Blomdoft/fatKame
So the idea is to have this really non-compliant little web server for issuing commands to the bot. Works fine so far.
###About Controller Boards
I am using a NodeMCU Amica Development Board, which basically is a ESP8266-12 with a full pinout board underneath it, there are many like these and they are inexpensive.
###Struggles to use the sensor
The ESP8266 boards have the problem that they only offer 8 "real" GPIO pins, so using the ultrasonsic sensor with them is quite tedious. An additional GPIO can be used for sending out data if no interrupt is required (triggering of the ultrasonic sensor works fine). But receiving back the echo requires freeing up GPIO9 or GPIO10, and that means making modifications to the way that the flash chip on the board is wired. Think soldering SMD. Still looking for a better solution to this.
##Servo mapping
board_pins[0] = D1; // front left inner
board_pins[1] = D4, // front right inner
board_pins[2] = D8; // front left outer
board_pins[3] = D6; // front right outer
board_pins[4] = D7; // back left inner
board_pins[5] = D5; // back right inner
board_pins[6] = D2; // back left outer
board_pins[7] = D3; // back right outer
###Thank you! BIG thanks to bqLabs, this is a supernice bot!
Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.
Criar conta