Reset Your Router The Modern Way

Many Hackaday readers will be settling back into their lives after a holiday period crammed into some family matriarch’s house along with too many assorted relatives, having given up their speedy internet connection for whatever passes for broadband wherever Granny lives. The bargain-basement router supplied by the telephone company will have spent the period wilting under the pressure of a hoard of teenagers watching other teenagers inanities on YouTube, and the Christmas ritual of Resetting The Router will have been performed multiple times.

A very simple schematic for the resetter.
A very simple schematic for the resetter.

Wouldn’t it be nice if your router simply reset itself every time it crashed or the Internet connection went down? [Cyb3rn0id] has a solution (Italian original here), in the form of an ESP8266 that pings an online service every few seconds, and turns the router off and on again via a power relay in the event that the ping attempt is repeatedly unsuccessful. It’s brilliantly simple, requiring only a single GPIO and a MOSFET to fire the relay with an LED indicator for good measure, and it’s built upon a piece of prototyping board. The router power is switched on the low-voltage side for safety.

The software is pretty basic and has the WiFi credentials hard-coded into it, so we’re guessing a version with a web interface could be built. But as a personal device for easing the pain of router crashes it gets our vote despite that shortcoming.

This isn’t the first router resetter we have seen here, but a previous model still required human intervention.

Neural Network Knows When Cat Wants To Go Outside

Neural networks are computer systems that are vaguely inspired by the construction of animal brains, and much like human brains, can be trained to obey the whims of the almighty domestic cat. [EdjeElectronics] has built just such a system, and his cat is better off for it.

The build uses a Raspberry Pi, fitted with the Pi Camera board, to image the area around the back door of the house. A Python script regularly captures images and passes them to a TensorFlow neural network for object recognition. The TensorFlow network returns object type and positions to the Python script. This information can be used to determine if there is a cat in the frame, and if it is inside or outside. If the cat remains in position for ten consecutive frames, a text message is sent via Twilio, indicating to the owner to let the cat in or out, as the case may be.

Thirty years ago, object classification was a pie-in-the-sky technology, but now you can run it on a $30 computer to figure out where your pets are. What a time we live in! A similar solution to this problem may be a cat door that unlocks via facial recognition. Video after the break.

[Thanks to Baldpower for the tip!]

Continue reading “Neural Network Knows When Cat Wants To Go Outside”

The Hydrogen Economy May Be Coming Through Your Cooker

About an hour’s drive from where this is being written there is a car plant, and as you drive past its entrance you may notice an unobtrusive sign and an extra lane with the cryptic road marking “H2”. The factory is the Honda plant at Swindon, it produces some of Europe’s supply of Civics, and the lane on the road leads to one of the UK or indeed the world’s very few public hydrogen filling stations. Honda are one of a select group of manufacturers who have placed a bet on a future for environmentally sustainable motoring that lies with hydrogen fuel cell technologies.

The hydrogen-powered Honda Clarity FCV, a car most of us will probably never see. Lcaa9 [CC BY-SA 4.0].
The hydrogen-powered Honda Clarity FCV, a car most of us will probably never see. Lcaa9 [CC BY-SA 4.0].
The trouble for Honda and the others is that if you have seen a Honda Clarity FCV or indeed any hydrogen powered car on the road anywhere in the world then you are among a relatively small group of people. Without a comprehensive network of hydrogen filling stations such as the one in Swindon there is little incentive to buy a hydrogen car, and of course without the cars on the road there is little incentive for the fuel companies to invest in hydrogen generating infrastructure such as the ITM Power electrolysis units that seem to drive so many of the existing installations. By comparison an electric car is a much safer bet; while the charging point network doesn’t rival the gasoline filling station network there are enough to service the electric motorist and a slow charge can be found from most domestic supplies. Continue reading “The Hydrogen Economy May Be Coming Through Your Cooker”

Stovetop Milk Steamer Is Beautiful, Effective

The Moka pot is an industrial design classic, hailing from Italy in the early part of the 20th century. To this day, it remains an excellent way to brew top quality coffee at home with affordable equipment. However, if your tastes for coffee lie more towards lattes than espresso, you’re out of luck – unless you’ve got one of these.

[Create] started with a classic Moka pot for this project, and set out to build a stovetop milk steamer. The top reservoir is quickly cut away, and a tap fitted atop the lower water reservoir. This allows the flow of steam from the lower reservoir to be controlled. A steel pipe is then fitted to the tap, which is bent, crushed, and soldered to form a nozzle for steaming the milk. It’s then finished off with beautiful wooden handles for a nice aesthetic touch.

While we’re not sure the soldering process or tap used are food grade, there are workarounds for that, and it’s a project that could easily be pulled off in a weekend. What’s more, you can celebrate your new creation with a delicious hot cappuccino. What could be better? Now all you need is your own special roast. Video after the break.

[Thanks to Baldpower for the tip!]

Continue reading “Stovetop Milk Steamer Is Beautiful, Effective”

Interfacing Philips Hue Lights With Everything

The Internet of Things is eating the world alive, and we can’t buy incandescent light bulbs anymore. This means the Internet is now in light bulbs, and with that comes some special powers. You can turn lights on and off from a botnet. You can change the colors. This is the idea for the Philips Hue system, which is well respected among people who like putting their lights on the Internet. There are other brands — and you can make your own — but the Hue system does work pretty well.

This is what led [Marius] to create software to interface various electronics with the Hue system. It’s a project called diyHue, and already there’s a vibrant community of devs creating their own smart lights and connecting them to the Internet.

The software for this project is built in Python, and is designed to run on certain single board computers. This allows the SBC to connect to the Hue bridge so Hue bulbs can be controlled, a MiLight hub so MiLight bulbs can be controlled, or, with the addition of a ZigBee radio, all those ZigBee devices can be controlled. Right now the only thing that doesn’t work is Google Home because it requires a remote API, the Home & Away feature from the Hue app (again, remote API), and the Eneco Toon.

There really are a fantastic number of devices this software works with, and if you’re building out your Internet-connected home lighting solution, this is one piece of software you need to check out. Thanks to [cheesemarathon] for bringing our attention to this. He also liked it so much he’s now contributing to the GitHub. Very cool.

Stove Alarm Keeps The Kitchen Safe

Gas cooktops have several benefits, being able to deliver heat near-instantly, while also being highly responsive when changing temperature. However, there are risks involved with both open flames and the potential of leaving the gas on with the burner unlit. After a couple of close calls, [Bob] developed a simple solution to this safety issue.

The round PCB sits neatly behind the knobs, affixed with double-sided tape.

Most commercial products in this space work by detecting the heat from the cooktop, however this does not help in the case of an unlit burner being left on. [Bob]’s solution was to develop a small round PCB that sits behind the oven knobs. Magnets are placed on the knobs, which hold a reed switch open when the knob is in the off position. When the knob is turned on, the reed switch closes, powering a small microcontroller which beeps at regular intervals to indicate the burner is on.

It’s a tidy solution to a common problem, which could help many people – especially the elderly or the forgetful. It integrates neatly into existing cooktops without requiring major modification, and [Bob] has made the plans available if you wish to roll your own.

On the other end of the scale, you might want an alarm on your freezer, too.

A Raspberry Pi Has This Pool Covered

Far from being a tiled hole in the ground with a bit of water in it, a modern swimming pool boasts a complex array of subsystems designed to ensure your morning dip is as perfect as that you’d find on the sun-kissed beaches of your dream tropical isle. And as you might expect with such complex pieces of equipment in a domestic setting, they grow old, go wrong, and are expensive to fix.

[DrewBeer]’s pool had just such a problem. A decades-oldwired controller had failed, so rather than stump up a fortune for a refit, he created his own pool controller which exists under the watchful eye of a Raspberry Pi. The breadth of functionality is apparent from his write-up. In addition to the pump and heater you’d expect, he as a salt water system, environmental monitoring, and even an RTL-SDR to pull in readings from an RF floating temperature probe. It’s all exposed via a node.js API, and thus far has been running for over 6 months without mishap.

From where this is being written in the gloom of a damp November in a Northern Hemisphere maritime climate we can only envy [Drew] his pool and imagine it as perpetually deep blue and sparkling, invitingly cool against the heat of a summer’s day. If you have similar pool automation woes. perhaps you’d also like to look at this ESP8266 pool monitor, or another automation project using a Raspberry Pi.