Logs For A Toilet

The Internet of Things, as originally envisioned in papers dating to the early to mid-90s, is a magical concept. Wearable devices would report your location, health stats, and physiological information to a private server. Cameras in your shower would tell your doctor if that mole is getting bigger. Your car would monitor the life of your cabin air filter and buy a new one when the time arrived. Nanobots would become programmable matter, morphing into chairs, houses, and kitchen utensils. A ubiquity of computing would serve humans as an unseen hive mind. It was paradise, delivered by ever smaller computers, sensors, and advanced robotics.

The future didn’t turn out like we planned. While the scientists and engineers responsible for asking how they could make an Internet-connected toaster oven, no one was around to ask why anyone would want that. At least we got a 3Com Audrey out of this deal.

Fast forward to today and we learn [Christopher Hiller] just put his toilet on the Internet. Why is he doing this? Even he doesn’t know, but it does make for a great ‘logs from a toilet’ pun.

The hardware for this device is a Digistump Oak, a neat little Arduino-compatible WiFi-enabled development board. The Digistump Oak is able to publish to the Particle Cloud, and with just five lines of code, [Chris] is able to publish a flush to the Internet. The sensor for this build is a cheap plastic float switch. There are only three components in this build, and one of them is a 4k7 resistor.

Right now, there are a few issues with the build. It’s battery-powered, but that’s only because [Chris]’ toilet isn’t close enough to a wall outlet. There’s a bit of moisture in a bathroom, and clingfilm solves the problem for now, but some silly cone carne would solve that problem the right way. [Chris] also has two toilets, so he’ll need to build another one.

Toilet Sink Saves Water

Saving The Planet One Flush At A Time

Water is a natural resource that some of use humans take for granted. It seems that we can turn on a facet to find an unlimited supply. That’s not true in all parts of the world. In the US, toilets use 27% of household water requirements. That’s a lot of water to only be used once. The water filling the toilet after the flush is the same as that comes out of the sink. [gregory] thought it would make sense to combine toilet tank filling with hand washing as those two activities happen at the same time.

To accomplish this, a DIY sink and faucet were put in-line with the toilet tank fill supply. The first step was to make a new tank lid. [gregory] used particle board and admits it probably isn’t the best material, but it is what he had on hand. A hole was cut in the lid where a metal bowl is glued in. Holes were drilled in the bottom of the bowl so that water could drain down into the tank. The faucet is just standard copper tubing. The curve was bent by hand using a wire wrap method to keep it from kinking. The only remaining part was to connect the fill line (after the fill valve) to the faucet. Now, when the toilet is flushed, the faucet starts flowing.

Continue reading “Saving The Planet One Flush At A Time”

Arduino Gives Your Toilet Options

toilet water saver

With the severe drought going on in California with no end in sight, [TVMiller] decided he could put an Arduino and a toilet together to try and save at least a few gallons of water per day. The invention fills a toilet to the minimum level, saving around two gallons per day for the average “user”.

A typical toilet functions by using gravity and moving water to create a vacuum, sucking the waste down and out of the toilet. As long as there is nothing, uh, solid in the bowl, the toilet will be able to function on the reduced amount of water. The Arduino cuts the flow of water off before the toilet fills up the entire way.

In the event that anyone -ahem- needs the toilet’s full capacity, there is a button connected to the Arduino that fills the reservoir to capacity. [TVMiller] notes that if 1,825 hackers installed this device on their toilets, we could save a million gallons of water per year and be well on our way to saving the planet.

The project site is full of more information and puns for your viewing pleasure. We might suggest that the “2” button would be very easy to integrate with the toilet terror level indicator as well.

 

Toilet And Figlet

toilet_and_figlet

We thought [Kristofer’s] Tech Tip about using figlet with scripts was kind of fun. It’s a throwback to the days of logging onto a BBS and being greeted by a vertically scrolling ASCII art image that had been meticulously hand crafted (although a lot of the coolest stuff was actually ANSI art). No hand crafting here, just feed (or pipe) your text to figlet and it outputs the message in ASCII style letters.

When we went to try install this in Ubuntu, the toilet package was suggested. This one’s worth checking out too. It works in much the same way as figlet but uses extended characters and has a lot more color and font settings:

hackaday_toilet

Give these packages a try and make character art cool again!

Twittering Toilet

We wouldn’t want to let a week slip by without something new being made to twitter would we?  This time it is a toilet. Don’t worry, they are sparing us the graphic details, it pretty much tweets every time it is flushed. As you can see in the picture above, they’re using an Arduino for the toilet/PC connection. If you really want to make something twitter, this might be a good starting point. It’s basically twittering every time a button is pushed. You can download the source code on the site as well as find a tutorial on Arduino basics.

[via astera]

Toilet Terror Level Indicator


Normally, this wouldn’t quite make my radar, but [sprite_tm] built it, and it’s funny as hell. He created a Terror Level indicator for… his toilet. Rather than create an exotic smell detector, he simply uses a photo diode to measure the amount of time that the light has been on in the ol’ water closet. As time progresses, so does the Terror Level indicator. To make an audible indicator, he used the PWM generator in the ATTiny231to create a sort of ping sound when the level escalates. (I can definitely think of someone I need one of these things for.)