Cultivating The Fungus Amongus

A while ago, [Kyle] built an automated mushroom cultivator. This build featured a sealed room to keep contaminants out and enough air filtering and environmental controls to produce a larger yield of legal, edible mushrooms than would otherwise normally be possible.

Now, he’s at it again. He’s expanded the hardware of his build with a proper, grounded electrical box for his rig, added more relays, implemented PID for his temperature and humidity controller, and greatly expanded the web interface for his fungiculture setup.

Like the previous versions of his setup, this grow chamber is controlled by a Raspberry Pi with a camera and WiFi module. Instead of the old plastic enclosure, [Kyle] is stepping things up with a proper electrical enclosure, more relays, more humidity and temperature sensors, and a vastly improved software stack. Inside the enclosure are eight relays for heaters and humidifiers. The DHT22 sensors around the enclosure are read by the Pi, and with a proper PID control scheme, controlling both the temperature and humidity is simply a matter of setting a number and letting the machine do all the work.

The fungi of [Kyle]’s labor include some beautiful pink and white oyster mushrooms, although with a setup like this there’s not much fungiculture he can’t do.

From EPaper Badge To Weather Station

ePaper Weather Station

[Jeremy Blum] converted his 2013 Open Hardware Summit badge, also known as the BADGEr, into an ePaper weather station. We’ve looked at the 2013 OHS badge in the past, and the included open source RePaper display makes it an interesting platform to hack.

To fetch weather data, the badge is connected to a Raspberry Pi using an FTDI cable. A Python script uses the Python Weather API to poll for weather data. It then sends a series of commands to the BADGEr using pySerial which selects the correct image, and inserts the current weather data. Finally, a cronjob is used to run the script periodically, providing regular weather updates.

If you happen to have one of the badges, [Jeremy] has provided all of the files you’ll need to build your own weather station on Github. Otherwise, you can take a look at the RePaper project and WyoLum’s eReader Arduino Library to build your own ePaper project.