Skip to content

Latest commit

 

History

History
108 lines (78 loc) · 7.18 KB

README.md

File metadata and controls

108 lines (78 loc) · 7.18 KB

STL Files

This si a list of files to print to make your own microgrid

Print Instructions

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.

Houses

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:

Solar Panels

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:

Additionally, you can glue the servo arm to one of the joints if you want a more permanent fixture like below:

glueing the servo arm to joint

Turbine

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:

The smoke machine for each turbine requires the following two pieces:

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.

Build Instructions

Smoke Machine

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:

Build Steps
While you can technically use any vaporization chamber and air pump for this, the following instructions assume that you are using either the hardware shown above or something similar.
Disassembly of the clearomizer will make this process easy, however not all valorization chambers can be disassembled.
The innermost pin needs to be tied to high, while the inner cover needs to be tied to negative. 26 or 28 AWG wire is recommended. The wires in the photo are 28 AWG with the red wire soldered to the inside of the pin, and the blue wire soldered to the battery connector.
Placing the pin back into the heating element should get you something that looks similar to this. Note that even though the hot wire is soldered to the inside of the pin, there is still space for air to flow through, and the inner hole is not clogged.
These next couple steps will require a dremel or similar cutting tool. Using the dremel, cut a notch into the outer aluminum shell, this is to route the wires ouside the vape chamber while still keeping things flush with the air pump.
The next thing to modify is the air pump. Your air pump likely has a small nozzle on the top, like in the photo above. We will be cutting some of this off, so that the pump and vaporization chamber can just be glued together.
You don't need to cut off the entire nozzle, just enough so that the vape chamber can easily sit on top of it.
To hold the two pieces together, just use hotglue along the edge of the vape chamber to attach it to the top of the air pump. Don't forget to use hot glue to cover the outside of the notch you cut, that way air still gets pushed through the vaporizer.
  • 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.

Wiring to the Crickit

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:

cricket wiring

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