Measuring Airflow In An HVAC System

[Nubmian] wrote in to share his experiments with measuring airflow in an HVAC system. His first video deals with using with ultrasonic sensors. He found an interesting white paper that described measuring airflow with a single-path acoustic transit time flow meter. The question was, could he get the same effects with off-the-shelf components?

[Nubmian] created a rig using a pair of typical ultrasonic distance sensors. He detached the two transducers from the front of the PCB. The transducers were then extended on wires, with the “send” capsules together pointing at the “receive” capsules. [Nubmian] set the transducers up in a PVC pipe and blew air into it with a fan.

Continue reading “Measuring Airflow In An HVAC System”

DIY Multi-Touch All The Surfaces

Ever wanted to build a touch table or other touch-input project, but got stuck figuring out the ‘touch’ part? [Jean Perardel] has your back with his multi-touch frame over on IO that makes any surface touch-reactive. In [Jean]’s case, that surface is ultimately a TV inside of a table.

Of course, it’s a bit of a misnomer to say the surface itself becomes touch-reactive. What’s really happening here is that [Jean] is using light triangulation to detect shadows and determine the coordinates of the shadow-casting object. Many barcode scanners and consumer-level document scanners use a contact image sensor (CIS) to detect objects in the path of IR LEDs. These are a low-power, lower-resolution alternative to the CCDs found in high-grade scanners.

As [Jean] explains in the video below, an object placed in the path of a single IR LED facing a sensor array of either type will block the light from reaching the sensors. Keep adding LEDs and their emission angles will begin to overlap, increasing the detection precision. [Jean] reverse engineered a couple of different types of scanners until he found a suitable one. He ended up with CIS that has 2700 light sensors lined up in the space of 20cm (7.87″).

[Jean] designed a 3D-printable frame to hold 96 IR LEDs in stacks of three. A Teensy turns on the LEDs, detects the touch event, calculates the position, and sends those coordinates to a Pi to be displayed on the screen. He eventually went wireless and then built a nice looking touch table to house a 32″ TV.

This is not the only way to build a multi-touch table, nor is it the simplest. Here’s one that uses finger presses to scatter light and an industrial strength projection-based table that was open-sourced a few years ago.

Continue reading “DIY Multi-Touch All The Surfaces”

Freakishly Agile Crawler Rocks All-LEGO Mechanum Wheels

Mechanum wheels are great, but you have to have them perfectly alined or they come across a little clunky, giving your robot a herky-jerky movement. Robotics educator and supreme LEGO builder [Yoshihito Isogawa] built a mechanum-wheeled rover that has the angles right: each wheel consists of 12 smaller rubber tires angled at 45 degrees. The key to the project is Part Number 85940, accurately if unsexily named “double Ø4.85 hole w/ Ø3.2 shaft”. It consists of a double technic hole with a shaft projecting in a 45-degree angle.

Unlike his omni-roller project with 3 large wheels and the mechanum tank treads he built for another project, this one features the gold standard of mechanum movement: creepy agility. He also did a version with 9 side rollers per wheel, and it was nearly as stable.

Hackaday loves [Yoshihito]’s great creations, which are as beautiful and elegant as they are functional. His all-LEGO centrifugal pump and his spirograph machine make expert use of parts to make the builds as simple as possible.

Continue reading “Freakishly Agile Crawler Rocks All-LEGO Mechanum Wheels”

Sable-Machined Slingshot Is A Composite Marvel

Armed with an overseas CNC machine retrofitted with custom electronics, [Eric] has taken to wowing us with his suite of home-fabricated slingshots. In a more recent stint, he’s just polished off his Enzo Carbon Fiber Hydra Slingshot, complete with a build log that’s loaded with step-by-step insights.

[Eric’s] build started with a few carbon panels laying dormant in his shop for half a year. After epoxying two of these boards together for added thickness, he machines them down with his retrofitted Sable-2015 “Lunchbox CNC.” His final product accepts a few press-fit inserts, a few more machined ABS edge pieces for aesthetics, and behold: a professional slingshot that’s about as beautiful as it is dangerous.

Although the Sable-2015 CNC machine (made in Taiwan) isn’t a frequent flyer here on Hackaday, it had dozens of proud owners on a few hobby machinist forums that will rave about its wares. We’re proud to see a small-but-sturdy machine that we could carry one-handed be put to such delicate work.

[Eric] could’ve had us with his Lunchbox CNC Instructable, but he’s taken his craftsmanship to the next level by leveraging his homebrew tools and living the bootstrapped-machine-shop narrative. Slingshots don’t land here too often on these pages, but if you’re hungry for another machine monster, have a look at [Dennis the Menace’s] Triple Threat.

Circuit Challenge: Two Transistor 3.3V Regulator

[Kevin Darrah] wanted to make a simple 3.3V regulator without using an integrated circuit. He wound up using two common NPN transistors and 4 1K resistors. The circuit isn’t going to beat out a cheap linear regulator IC, but for the low component count, it is actually pretty good.

In all fairness, though, [Kevin] may have two transistors, but he’s only using one of them as a proper transistor. That one is a conventional pass regulator like you might find in any regulator circuit. The other transistor only has two connections. The design reverse biases the base-emitter junction which results in a roughly 8V breakdown voltage. Essentially, this transistor is being used as a poor-quality Zener diode.

Continue reading “Circuit Challenge: Two Transistor 3.3V Regulator”

Printed Parts Make DIY Electric Longboard Possible

Appalled by expensive electric longboards, [Conor Patrick] still wanted one, and wanted it now. So — naturally — he converted an existing board into a sprightly electric version at a fraction of the cost.

[Patrick] is using a capable 380KV Propdrive motor, capable of pushing him up to 30mp/h! A waterproof 120A speed controller and 6000mAh, 22.2V LiPo battery slim enough to fit under the board give the motor the needed juice. He ended up buying the cheapest RF receiver and remote combo to control the board, but it fit the all-important “want electric long board now” criterion.

Continue reading “Printed Parts Make DIY Electric Longboard Possible”

Fridge Alarm Speaks, And Saves Power & Food

One of the most power-hungry devices in our homes, besides the air conditioner or heater, is our refrigerator and freezer. It’s especially so if the door doesn’t close all the way or the magnetic seal doesn’t seat properly. [Javier] took to solving a recurring problem with his personal fridge by attaching an alarm to the door to make sure that it doesn’t consume any more power than it absolutely needs.

At its core the device is straightforward. A micro switch powers a small microcontroller only when the door is open. If the door is open for too long, the microcontroller swings into action. The device then powers up a small wireless card (which looks like a variant of the very well-documented ESP module), that communicates with his microwave of all things, which in turn alerts him with an audible, spoken alarm that the refrigerator hasn’t closed all the way. It’s all powered with a battery that will eventually need to be recharged.

While there are certainly easier ways to implement an alarm, the use of the spoken alarm is a nice touch for this project, and the power savings that can be realized are not insignificant. There’s also the added benefit that [Javier] can prevent his freezer from frosting over. If you’re in the mood for other great fridge hacks, there are other exciting, novel, and surely one-of-a-kind ways to trick out your refrigerator.

Continue reading “Fridge Alarm Speaks, And Saves Power & Food”