Skip to main content

3d printed BB-8

This is a working, 160 mm diameter BB-8 model controlled by anarduino and a bluetooth module
This is a working, 160 mm diameter BB-8 model. The whole thing is 3d printed, including the ball. It uses a counterwheight to drive itself fowards and backwards, and as a "momemtum wheel" to steer.
It is driven by two standad sized servos modified for continuous rotation, and one micro servo for the head, which is held in place using magnets.
This is a working, 160 mm diameter BB-8 model controlled by an arduino and a bluetooth module.

An arduino nano, conected to a motor controller and a bluetooth module acts as its brain. Later on I plan to add an IMU (Inertia Measurement Unit) to increase stability and a sound module to play some sounds. The ball got some drawings and I paint job, but I can't find more photographs at the moment.
Instructions and files here: https://www.thingiverse.com/thing:1376731 
Head files are from the BB-8 builders club, scaled down.


Comments

Popular posts from this blog

Split-ring compound epicyclic/planetary gearboxes

A while ago, I came across this strange thing called ‘split-ring compound epicyclic/planetary gearboxes’. They seemed really nice, extremely high gear ratios in compact, stackable modules. But the already existing models were not enough. I wanted to be able to design my own, and due to the lack of information on the subject, I had to do a little research and some math. Here is most of what I would have liked to find on the first place: 1. What is a planetary gearbox? Planetary gearboxes, as their name says, resemble planets orbiting around a “sun”. They are composed of a sun gear, in the center, two or more planet gears around it -and often fitted to a carrier- and a ring/annulus gear on the outside. As an image is worth a thousand words: Source Their main feature is a high reduction ratio in a small, flat space, and also, it is easy to couple the output of one gearbox to the input of another one, getting a two or more stage gearbox with such a high reduction ratio. But where is the i...

Electronic Load

I have had some problems with my "lab power supply" and I wanted to build another one, so I thought a DC load may be handy to have around. The design is based around Dave Jone's design shown in this video , but with a couple more features, including:     -Microcontroller.     -Voltage, current, power and temperature monitoring.     -CC and external in hardware modes and CP, Cr software modes.     -Over temperature, over power and over current protection (software) It can handle around 4 amps and 24 volts, limited by the mosfet. It's divided in two main boards. * UI Board: houses the 7 segment displays (I know one is bigger that the others, just what I had aroud...) and the keyboard. The display is multiplexed using a shift register. In addition, the four buttons are read taking advantage of the transistors switching the comon anodes, requiring only one additional pin. Only the first digit had decimal point, so one led was added f...

FlatCAM 8.994 Beta Tips

I'll be adding here some tips and how-tos on how on FlatCAM 8.994, an Open-Source PCB CAM tool. This is a work in progress and it's mostly for my own reference. I'll be updating it as I discover new stuff. Note that procedures shown may not be correct or the most efficient. This is provided "as is". FlatCAM's website:  http://flatcam.org/ Installation:  https://bitbucket.org/jpcgt/flatcam/downloads/ Create and save new project: Load Gerbers & Excellon: Single-sided isolation routing: On the left pane, double-click your front copper gerber, and you'll be taken to a Properties window. Choose Isolation routing. If the left pane somehow disappears, you may go to View > Toggle project/Properties/Tool. On tools & tools library: From within the isolation window, delete default tools and choose the tool you want to use, or create a new one. See the screenshow on how to do so. Here is how to configure a traditional V bit. To be continued... Soon (TM) Don...