How To Make (almost) Anything

final project planning

AR ENHANCED WALL PLANTS

In the MIT Media Lab’s City Science research lab, there is an "escape pod".

The walls of the “escape pod” are composed of square panels. These panels are modules that invite experimentation; one of these panels will be the host of this project.





CONCEPT


A terrarium of plants and mirrors.

Mirrors reflect the succulents to extend their physical presence horizontally, in an optical illusion. Augmented reality (AR) reflects the desert scene even further past its walls, into a digitally alive landscape.


Structural Parts

Plant container

An acrylic container holds the organic matter:

The front of the container is transparent. The sides are reflective mirrors.

Shelf

The plant container slides into a wooden shelf. The back of the shelf is lined with rows of mirror and solar paneling. The top of the shelf houses the UV lights and wiring.

ELECTRONICS


Assumed design parts:

PROGRESSIVE PLANNING



I intended to use weekly assignments in order to make progress towards final project goals.




week 9 - input devices

Design a very wide board with:

Use the phototransistor as an input to measure light frequency and levels suitable for plants and solar panels to function.

The center and border design will later be overlayed with legos to be later used as an AR target.

Will this fit within the PCB stock? The fab lab inventory spreadsheet contains an entry for: 6"x8" Single -- Single side circuit board stock





week 10 - output devices

Add LEDs and button to the week 9 board. Measure how turning on and off the LEDs effects the light levels measured by the phototransistor. Measure in different physical settings ranging from dark to light.

Goal: Build an understanding of light waves and what frequency and levels of light are needed for plants and solar panels to function well.




week 12 - interface & application programming

Use the board from weeks 9 & 10 as a visual interface for a mobile AR application. The design on be board is used as the AR target. The AR application mirrors the components on the board. The goal is to learn to make an AR application well enough for the final project.

FINAL PROJECT NEEDS

LED Light

TODO: Choose LED components


White light is all colors on the visible light spectrum, so white LEDs will work for plants.


Helpful article to understand indoor grow light options & light: https://personal.uwaterloo.ca/jerry/orchids/light.html https://www.epicgardening.com/indoor-grow-lights/

Light Cycle: Lights should be programmed for a 14/10 light/dark light cycle.

Article on how to make DIY grow lights: https://www.instructables.com/id/How-To-Make-DIY-Grow-Lights-With-LED-Strip-Lights/. Uses/Recommends UltraBright™ 24v Architectural Series LED strip lights: https://www.amazon.com/LEDwholesalers-Ultra-Bright-16-4-Feet-Flexible-600xSMD2835/dp/B01LXE7D0C

Solar

TODO: Research and choose solar components.

PLANTS


Succulents will be used in order to minimize care needs, and for aesthetic reasons.

TODO: Determine eligible succulents and document their light/water needs.

AR


TODO: Determine AR framework to build with.

POWER



Grow lights often take D/C voltage -- need D/C power supply


Voltage & current needs:

This could work: Universal AC Power Supply 24V DC



Use & Making notes:


DC barrel power jack (in inventory) connects DC power supply to board. Solder barrel jack to board. Make sure you use the right size for the DC power supply.

On many of neil’s output boards there is a power supply. Take in more voltage than the 5V, and then there is a regulator to regulate the power.

CIRCUITRY CHALLENGES

ATtiny operates at 5V while lights & power are higher V

Solar power generated is irregular

Want to use solar when possible and otherwise draw from extra power supply -- how to do this?