Posts mit dem Label Arduino werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Arduino werden angezeigt. Alle Posts anzeigen

Samstag, 19. November 2016

Hydroponic wheel


I would love to be able to grow my own salad. Thanks to hydroponics that could be possible even in our small, inner city flat. That is a growing trend I suppose. IKEA started bringing out Hydroponics products just recently (I didn't know that before I started).

I was even more fascinated by wheel based hydroponics. In normal hydroponics you move the water level up and down to give the roots some air. In wheel based hydroponics you move the plants. Benefits: Better light/power use, less complicated water works.

I had a deadline of about 4 weeks to the MunichMakerLabs exhibition at the Steet Live Festival in Munich. And despite lots of work, I did it. =)


Frame:
The frame is based on a sturdy plastic bin bought in a hardware store. The wheel arms are maker beams that were sitting around in the Lab. The arms are screwed into the bin, the screwheads on the inside are sitting on a thick rubber plate to keep the water in. There is a central rod between the arms, made out of 8mm stainless steel. The light tube is attached to this central rod.

Wheel:
The wheel is sitting on this central rod on ball bearings intended for a long board. Everything thats coming in contact with water is made from aluminium, stainless steel or acrylic. The hub consist of four lasercut center plates (+ one gear ring) with four arms each to carry the pods. Another four arms can be attached between the existing ones to increase the density. At the end of the arms are thick acrylic plates with two robs connection to the other side. These rods carry the Pods.

Pods:
The Pods are lasercut acrylic cages, stuck together (without glue). The are holding a ball of rockwool into which the plants can grow into. The pods are made to be taken out from outside the wheel. Two small sliders lock it down.

Electronics:
The motor is a multi-geared stepper motor from an old printer. Its driver by a extremely cheap stepper driver and an arduino. Everything is connected to a common 12V rail (the thing was designed to be driven from a car battery...). The wheel is very slowly turning and makes one rotation each hour.

Light:
The central light tube is attached to the central rod and is not turning with the wheel. Its made out of a plastic tube wrapped with three parallel led strips (two red, one blue) and then covered with clear foil to prevent water dripping on it.


The project is running for ~2 month now. Its working well and stuff is growing. But there are some problems:
- Some of the plants I want to grow (leaf salads, basil and other herbs) have very weak stems and some of them can't cope with the movement of the wheel. Further trials are needed. Maybe going even slower helps. And/or something to stabilise the seedlings.
- The water needs to be changed every two weeks or it will bread algae. This is a lot of work as the volume is around 20 litres. And it means throwing away lots of fertilizer. The water basin needs to be covered.
- The light source is not bright enough. More LEDs!

Sources:
Github repo will be created soon...



Dienstag, 7. Januar 2014

RGB ring clock


Another project done over christmas! A simple LED clock for the kitchen wall. And with short term countdown function controlled by touching the aluminium frame.

red = hour
green = minute
blue = second
yellow = alarm

I've wanted to do a Arduino based clock for some time and had a strip with 60x RGB LEDs with WS2811 controller sitting on my shelf. I wanted to use a external RTC chip to get an exact time and found a cheap DS3231 board on eBay.

The outer and inner rings are made out of 1mm thick, 15mm wide aluminium which I hand bend into shape. The white diffusing front is a 6mm depron piece. Being unable to cut it into the right shape, I've heated up the aluminum rings to 200° and pressed them into the foam. Worked like a charm.

Here is a video of the clock and the operation of the countdown:


Sorry for the dimness, but my cam was overwhelmed by the bright LEDs.

The code and schematics are on github here. I build in two touch inputs (another one to decrement the countdown), but if both are touched at the same time the thing goes haywire and doesn't stop feeling the touch. Only happens with a cheap 5v power brick.