This si a list of files to print to make your own microgrid
All the pieces were broken up in such a way that you should be able to print everything without needing supports on a 3D printer. The prints were all designed for printing on a FDM printer, however they might work on an SLA printer, assuming your print bed is large enough.
These are all based off of a model that we pulled from Thingiverse and edited to have a hole for the neopixel LEDs.
There are six houses in the setup, one for each LED on the neopixel cables we made. They were printed in natural color PLA to give them a semitransparent effect.
Each house requires one of each:
In the main kit, three solar panel setups are used. Each panel is moved by a microservo placed inside the main base piece.
Each solar panel requires:
- 1x panel
- 1x servo base
- 1x secondary base
- 2x rotating joint
Additionally, you can glue the servo arm to one of the joints if you want a more permanent fixture like below:
The main tube of the turbine is a 1in PVC pipe. We used a 24in length cut of pipe, simply because that was what was available pre-cut from the big box stores. The smoke machine used by the turbine is detailed below in the build section. The continuous servo used to spin the blades was this model from adafruit.
Each turbine requires:
- 1x base
- 1x base mounting cap
- 1x top panel
- 1x front panel
- 1x back panel
- 1x axel
- 1x blade hub
- 3x blade
The smoke machine for each turbine requires the following two pieces:
- 1x smoke mount
- 1x smoke cap
The smoke mount is used to hold the smoke machine inside the turbine, and can be glued to the base of the turbine. The smoke cap is used as a cover and placed over the mouth of the smoke machine. This allows the silicone tube to connect directly to the smoke machine.
This year has a new smoke machine, using a CE5 clearomizer as the heating element. This has the advantage of simplifying the build process, because the vaporization chamber can be disassembled, making it easier to solder everything, and also less likely that things will leak.
To build the smoke machine, you need two things:
- CE5 clearomizer as the heating element
- Electronic Air Pump
- To hold the smoke machine in the turbine, use: this as a mounting base
- To push smoke out of the turbine, use some silicone hosing with a 4mm ID and 6mm OD, this for example
- To get the hose to fit onto the smoke machine top, use this cap cover
- To make the smoke, fill the vaporization chamber with any commercial fog juice before running. Any glycerin based solution will work.
While the smoke machine will work as is when plugged into a power supply, you will likely have problems using it directly with single board computers like the CPX that drives the turbine. This is because the vaporization chamber will try to pull a lot of current very quickly to heat up, and that will often trigger safety sensors on the board. To get around this, we add a mosfet inline with the vaporization chamber. This both regulates the current being pulled and stops the spike problem, and gives us the ability to turn the smoke machine on and off with the signal pins on the crickit.
The mosfet we used was an IRLU8743PBF , with a 10k resistor connected to the gate and source pins. This is a safety feature that stops the mosfet from accidentally turning on or staying on if the code crashes.
This causes the wiring harness to look something like this:
Where the individual connections are:
- NeoPixel 5V to Vaporization Chamber Red
- NeoPixel Ground to MOSFET source
- Drive 5V line to Air Pump positive side
- Drive pin 1 to Air Pump negative side
- Signal pin 1 to MOSFET gate
- Vaporization chamber blue to MOSFET drain