More than once a maker has wanted a thing, only to find it more economical to build it themselves. When your domicile has massive windows, closing what can feel like a mile of blinds becomes a trial every afternoon — or every time you sit down for a movie. [Kyle Stewart-Frantz] had enough of that and automated his blinds.
After taking down and dismantling his existing roller blinds, he rebuilt it using 1-1/4 in EMT conduit for the blinds’ roll to mount a 12V electric shade kit within — the key part: the motor is remote controlled. Fitting it inside the conduit takes a bit of hacking and smashing if you don’t want to or can’t 3D print specific parts. Reattaching the roller blind also takes a fair bit of precision lest they unroll crooked every time. He advises a quick test and fit to the window before moving on to calibrating and linking all your blinds to one remote — unless you want a different headache.
A good video game prop can really spruce up the decor — doubly so if it’s a glowing, futuristic potted plant transplanted(sorry!) straight from Deus Ex: Human Revolution.
Since it’s a bit difficult to grow neon light vines, this project is more lamp than plant. The maker with the green thumb is [Phil], from [JumperOneTV], and he is using five meters of warm white strip LEDs cut to varying vine lengths. He’s also procured a store-bought flower pot that conveniently mirrors the in-game model. The vines are made of 16mm polyethylene tubing which he’s shaped using a heat gun — setting their shape by pumping water through it — and secured in the pot with insulation foam. Feeding the LED strips through and wiring them in parallel was simple compared to his next conundrum: supplying the power.
While a lot of hardware gets put on the “Internet of Things” with only marginal or questionable benefits (or with hilariously poor security), every now and then a project makes use of this new platform in a way that illustrates the strengths of IoT. [ThingEngineer] turned to this platform as a cost-effective solution for an automatic gate, since new keyfobs were too expensive and a keypad was not an option.
Using an Electric IMP, [ThingEngineer] began by installing his IoT patch into the LiftMaster gate control box. This particular gate has easily accessible points that the controller can access to determine the gate’s status, so from there, an API was written to do the heavy lifting. A web server was deployed as well, so anyone with access can use a smartphone or other device to open the gate.
For anyone else looking to deploy a similar IoT solution, [ThingEngineer] has put all of the project code, schematics, and a thorough write-up about the project on his GitHub page. There are many useful ways to get on board the Internet of Things, though; so many that it’s been possible to win a substantial prize for using it in a creative way.
If you know anyone who is serious about baking, there’s a good chance you’ve seen one of these classic KitchenAid mixers. Built to last, they are often handed down generation to generation (or at least, when a newer model comes out), which is how [Kaitlin Flannery] received hers. While it didn’t look too bad considering its long life and the fact it’s been through a motor replacement already, she decided to spruce it up a bit by stripping it down and repainting the whole machine.
Sanding between coats of paint.
These KitchenAid mixers are solidly built and look highly serviceable, it’s refreshing to see a teardown that doesn’t involve any finicky plastic clips or glue. A standard philips screwdriver gets you inside the case, and a couple more screws allow the trim pieces to be removed.
Most of the work [Kaitlin] does is not completely unlike what you might have to do if you wanted to respray the fender of your car. You take off as much extra hardware as your patience allows, put painters tape over everything you want to keep over-spray off of, and then go to town.
To get the smooth metallic finish that you’d expect on a kitchen appliance, [Kaitlin] sands with 220 paper between the coats of hardware store Rust-Oleum. Generally we’d advise switching over to wet sanding at a higher grit once a few coats of paint have been laid down, but we can’t argue with the final results [Kailtin] got. The last coat is followed up with a clear enamel, which will help protect the finish from scratches; very important for a kitchen appliance.
[Kaitlin] does mention that she mistakenly taped off a bit more than she should have, and there’s still some of the original color visible on the rear of the machine. But beyond that, the finish looks fantastic, and with the new motor installed it looks like this machine is going to stick around long enough to get handed down a second time at least.
Our first impression of this IoT toilet paper roll was that somebody was pulling our leg. Watching the infomercial-esque video below is alternately hilarious and horrifying, but it leaves you with the unmistakable feeling that this is all a joke, and a pretty good one at that. Right up until you get to the big Kimberly-Clark logo at the end, that is, and you realize that the international paper concern must be looking at this seriously.
When you read [zvizvi]’s Instructables post, you find out that this project is indeed a legitimate attempt to meld an Amazon Dash button with your toilet paper dispenser. For his proof-of-concept build, [zvizvi] started with a gag “talking TP” roll off eBay, designed to play back a voice clip when the paper is used. It had all the right guts, and being just the size for a Wemos Mini and an accelerometer for motion detection was a bonus. The smart spindle can tally the amount of paper used, so you’ll never be caught without a square to spare. And of course, critical TP usage parameters are uploaded to a cloud server, so that more toilet paper can be rushed to your door when you’re getting low.
The whole idea, including justification based on monitoring TP use as a proxy for bowel health, seems ridiculous, but we suspect there may be some brilliance here. Joke if you will, but in the end it’s probably better than an Internet of Farts.
Having a mold problem in your home is terrible, especially if you have an allergy to it. It can be toxic, aggravate asthma, and damage your possessions. But let’s be honest, before you even get to those listed issues, having mold where you live feels disgusting.
You can clean it with the regular use of unpleasant chemicals like bleach, although only with limited effectiveness. So I was not particularly happy to discover mold growing on the kitchen wall, and decided to do science at it. Happily, I managed to fix my mold problems with a little bit of hacker ingenuity.
It’s often said that “Less is More”, and we think that the chic ESP8266 environmental monitor posted by Thingiverse user [bkpsu] definitely fits the bill. Dubbed “Kube”, the device is a 3D printed white cube with an OLED display in the center, which [bkpsu] says was designed specifically for the approval of his wife. Weirdly, she didn’t like the look of bare PCBs on the wall.
Multiple Kubes allow for whole-house monitoring.
Inside, things are a little more complex. The Kube uses the NodeMCU development board, and a custom breakout that [bkpsu] designed to interface with the display and sensors. For temperature and humidity monitoring, the Kube is using the ever-popular DHT22, and [bkpsu] mentions that he has future plans for things like motion sensors and direct control of RGB LED strips. All the data collected by the Kube is piped into openHAB via MQTT.
On the very detailed Thingiverse page, [bkpsu] gives background information on his design goals for the project, tips for printing out a high-quality case, a parts list with Amazon links, and pinout information for getting it all wired up. The PCB is even available on OSH Park for those who want a Kube of their own.