Building A Bioactive Vivarium From An IKEA Shelf

Pets are often worth a labour of love. [leftthegan] — in want of a corn snake — found that Sweden’s laws governing terrarium sizes made all the commercial options to too small for a fully-grown snake. So they took matters into their own hands, building a bioactive vivarium for their pet!

[leftthegan] found an IKEA Kallax 4×4 shelving unit for a fair price, and after a few design iterations — some due to the aforementioned regulations — it was modified by adding a shelf extension onto the front and cutting interior channels for cabling. For the vivarium’s window, they settled on plexiglass but strongly recommend glass for anyone else building their own as the former scratches and bends easily — not great if their snake turns out to be an escape artist! In the interim, a 3D printed handle works to keep the window closed and locked.

Continue reading “Building A Bioactive Vivarium From An IKEA Shelf”

Arduino “python” Integration

vivarium

[Cyberspice] informs us she likes snakes. Hey, who doesn’t? She’ll soon be adopting a lovely ball python and wanted to keep close tabs on the sensitive creature’s environment. To that end she assembled a network-enabled vivarium monitoring system based on Adafruit’s Boarduino (a minimalist Arduino clone), a TMP36 analog temperature sensor, Saelig’s WIZ810MJ Ethernet interface, and a common LCD screen. The Arduino rig periodically issues updates to a web server, which can then generate informative graphs using a set of PHP scripts (what, no Python?).

Okay, so we could probably count on one hand the number of readers in need of fancy reptile monitoring and still have fingers left over. There are countless other applications where networked sensor monitoring of this sort is a frequent necessity, so the article could be a good starting point for your own projects. There’s lots of source code to work with, on both the Arduino and web server sides. And the parts list demonstrates serious frugality: the Boarduino, the generic LCD, and especially the Ethernet interface; even with the breadboard adapter, this unit is about half the cost of the usual Arduino Ethernet shield, leaving more funds available for the snake food budget!