Celebrating A Subscriber Milestone With A Copper YouTube Play Button

YouTube channels unboxing their latest “Play Button Award,” a replica of the famous logo in silver, gold, or faux-diamond depending on the popularity of the channel, are getting passé. But a metalworking channel that makes its own copper Play Button award to celebrate 25,000 subs is something worth watching.

[Chris DePrisco] is a bit of a jack-of-all-trades, working in various materials but with a strong focus on metalwork. He recently completed a beefy home-brew vertical milling center; we covered his attempt to leverage that platform by adding an extruder and turning it into a large bed 3D printer. For the Play Button build, [Chris] turned to the VMC to mill a mold from what appears to be a block of graphite; good luck cleaning that mess up. He melted copper scrap in a homemade electric furnace and poured it into the preheated mold — a solid tip for [The King of Random]’s next copper casting attempt. The rough blank was CNC machined and polished into the Play Button, and finally mounted behind glass neatly inked with paint pens in the versatile VMC. The final result is far nicer than any of the other Button awards, at least in our opinion.

Continue reading “Celebrating A Subscriber Milestone With A Copper YouTube Play Button”

Inception object recognizer in a box

DIY Raspberry Neural Network Sees All, Recognizes Some

As a fun project I thought I’d put Google’s Inception-v3 neural network on a Raspberry Pi to see how well it does at recognizing objects first hand. It turned out to be not only fun to implement, but also the way I’d implemented it ended up making for loads of fun for everyone I showed it to, mostly folks at hackerspaces and such gatherings. And yes, some of it bordering on pornographic — cheeky hackers.

An added bonus many pointed out is that, once installed, no internet access is required. This is state-of-the-art, standalone object recognition with no big brother knowing what you’ve been up to, unlike with that nosey Alexa.

But will it lead to widespread useful AI? If a neural network can recognize every object around it, will that lead to human-like skills? Read on. Continue reading “DIY Raspberry Neural Network Sees All, Recognizes Some”

Gas Heater Gets A Battery Backup

With the availability of cheap modules, it has become easy to hack/make stuff at home and home appliances see the most creative hacks of all. In one such hack, [Vadim] takes the DIY route to adding battery backup to his gas heater.

His existing unit operates on two D-type batteries which need to be replaced once they are depleted. [Vadim] wanted to implement a reversible method since he lives in a rented place. He replaced the original cells with battery adaptors and brought out the connections using two wires. He then proceeded to add two cellphone batteries with a TPS54233 regulator so as to supply the desired voltage to the gas heater. This is interesting since the module used is an official Texas Instruments EVM instead of the traditional eBay purchase.

The batteries in question are charged using modules based on the TP4056 which in turn are fed 5V from power supply modules. The DC voltage is coupled with a LM1117 to provide power to the heater from the mains and the switch over is accomplished using an SPDT relay. The enclosure is a humble box which resembles a plastic food container and is fitted with PG9 cable glands along with a fuse holder to boot. Take a look at the original post for a plethora of images and details of construction.

This an excellent example of a project that came together using available parts to solve a problem without the frills. The DIY fish feeder is another example of a project with functional design and is a great example of DIY.

Hackaday Prize Official Rules Update

We have made a change to the Official Rules of the 2017 Hackaday Prize that removes a potential ambiguity in the language. This section details the Announcement of the Challenge Round Results for Challenge Round 2 finalists. The correct language is as follows:

ii. On or around June 19, 2017, Sponsor will select up to twenty (20) Challenge Round 2 submissions to advance to the Final Round based on the six (6) evenly-weighted criteria above.

This section is now consistent with the existing language for the other four challenges. It is important to disclose changes to the official rules which is why we’re publishing this article today.

The Hackaday Prize is our global engineering initiative that challenges hackers, designers, and engineers to build something that matters. With over $250,000 in prizes, this summer is a great time to direct your creative energy toward engineering for social good. Right now we’re looking for things that move humanity forward with the Wings, Wheels, and Walkers challenge. Also in progress right now is the Best Product part of the Hackaday Prize which tells the tale of what goes into product engineering and building a community and a company around your creations. As we progress into the summer we’re looking forward to Assistive Technology, and Anything Goes challenges. Enter now!

Biped Bob Walks And Dances

If you have a few servo motors, an Arduino, and a Bluetooth module, you could make Biped Bob as a weekend project. [B. Aswinth Raj] used a 3D printer, but he also points out that you could have the parts printed by a service or just cut them out of cardboard. They aren’t that complex.

Each of Bob’s legs has two servo motors: one for the hip and one for the ankle. Of course, the real work is in the software, and the post breaks it down piece-by-piece. In addition to the Arduino code, there’s an Android app written using Processing. You can build it yourself, or download the APK. The robot connects to the phone via BlueTooth and provides a simple user interface to do a few different walking gaits and dances. You can see a few videos of Biped Bob in action, below.

This wouldn’t be a bad starter project for a young person or anyone getting started with robotics, especially if you have a 3D printer. However, it is fairly limited since there are no sensors. Then again, that could be version two, if you were feeling adventurous.

We have mixed feelings about the BlueTooth control. BlueTooth modules are cheap and readily available, but so are ESP8266s. It probably would not be very difficult to put Bob on WiFi and let him serve his own control page to any web browser.

If Bob meets Jimmy, he may find himself envious. However, Jimmy would be a little more challenging to build. We’ve actually seen quite a few walking ‘bots over the years. Continue reading “Biped Bob Walks And Dances”