An LED You Can Blow Out, With No Added Sensor

We’d seen it done with buttons, switches, gestures, capacitive touch, and IR remote, but never like this. [electron_plumber] made an LED that can be blown out like a candle, and amazingly it requires no added sensors. The project uses an Arduino to demonstrate turning a tiny LED on and off in response to being blown on, and the only components are the LED and a resistor.

[electron_plumber] used an 0402 LED and thin wires to maximize the temperature responses.
How is this done? [electron_plumber] uses an interesting property of diodes (which are the “D” in LED) to use the LED itself as a temperature sensor. A diode’s voltage drop depends on two things: the current that is being driven through the diode, and the temperature. If the current is held constant, then the forward voltage drop changes reliably in response to temperature. Turning the LED on warms it up and blowing on it cools it off, causing measurable changes in the voltage drop across the device. The change isn’t much — only a handful of millivolts — but the effect is consistent and can be measured. This is a principle [Elliot Williams] recently covered in depth: using diodes as temperature sensors.

It’s a clever demo with a two important details to make it work. The first is the LED itself; [electron_plumber] uses a tiny 0402 LED that is mounted on two wires in order to maximize the temperature change caused by blowing on it. The second is the method for detecting changes of only a few millivolts more reliably. By oversampling the Arduino’s ADC, an effectively higher resolution is obtained without adding any hardware or altering the voltage reference. Instead of reading the ADC once, the code reads the ADC 256 times and sums the readings. By working with the larger number, cumulative changes that would not register reliably on a single read can be captured and acted upon. More details are available from [electron_plumber]’s GitHub repository for LEDs as Sensors.

Embedded below is a video that is as wonderful as it is brief. It demonstrates the project in action, takes a “show, don’t tell” approach, and is no longer than it needs to be.

Continue reading “An LED You Can Blow Out, With No Added Sensor”

Rover V2 Handles Stairs As Easily As The Outdoors

Rover V2 is an open-source, 3D-printable robotic rover platform that has seen a lot of evolution and development from its creator, [tlalexander]. There are a number of interesting things about Rover V2’s design, such as the way the wheel hubs themselves contain motors and custom planetary gearboxes. This system is compact and keeps weight down low to the ground, which helps keep a rover stable. The platform is all wheel drive, and moving parts like the suspension are kept high up, as far away from the ground as possible. Software is a custom Python stack running on a Raspberry Pi that provides basic control.

The Rover V2 is a full mechanical redesign of the previous version, which caught our attention with its intricate planetary gearing inside the wheel hubs. [tlalexander]’s goal is to create a robust, reliable rover platform for development that, thanks to its design, can be mostly 3D printed and requires a minimum of specialized hardware.

Power Generation Modules Mix And Match Wind, Water, And Hand Cranks

What’s great about the Power Generation Modules project headed by [Cole B] is the focus on usability and modularity. The project is a system for powering and charging small devices using any number and combination of generator modules: wind turbine, hand-crank, and water turbine so far. Power management and storage is handled by a separate unit that acts as a battery bank to store the output from up to six generators at once. There’s also a separate LED lamp module, designed to be capable of being powered directly from any of the generator modules if needed.

Testing the water turbine module

The hand crank is straightforward in concept, but key to usability was selecting a DC gearmotor with a gear ratio that made cranking by hand both comfortable and sustainable; too weak of a crank and it’s awkward, too hard and it’s tiring. The wind turbine has three compact vanes that turn a central shaft, but testing showed the brushless motor it uses as a generator isn’t a good match for the design; the wind turbine won’t turn well in regular wind conditions. The water turbine prototype showed great success; it consists of an epoxy-glazed, 5 inch diameter 3D printed propeller housed in a section of PVC pipe. The propeller drives a brushless motor which [Cole B] says easily outputs between eight to ten volts when testing in a small stream.

The team has plans for other generators such as solar, but this is a great start to an array of modules that can be used to power and charge small devices while off the grid. We’re happy to see them as a finalist for The Hackaday Prize; they were selected as one of the twenty projects to receive $1000 cash each in the Power Harvesting Challenge. The Human-Computer Interface Challenge is currently underway which seeks innovative ideas about how humans and computers can interface with one another, and twenty of those finalists will also receive $1000 each and be in the running for the Grand Prize of $50,000.

Tiny Solar Energy Module (TSEM) Brings Big Performance

The Tiny Solar Energy Module (TSEM) by [Jasper Sikken] is not only physically tiny at one-inch square, but it is all about gathering tiny amounts of solar energy — amounts too small to be useful in a conventional sense — and getting meaningful work done, like charging a battery for later use. Elements that make this board easy to integrate into other projects include castellated vias, 1.8 V and 3.3 V regulated outputs that are active when the connected battery has a useful charge, and a low battery warning that informs the user of impending shutdown when the battery runs low. The two surface-mount solar cells included on the tiny board are capable of harvesting even indoor light, but the board also has connection points for using larger external solar cells if needed.

The board shows excellent workmanship and thoughtful features; it was one of the twenty Power Harvesting Challenge finalists chosen to head to the final round of The Hackaday Prize. The Hackaday Prize is still underway, with the Human-Computer Interface Challenge running until August 27th. That will be followed by the Musical Instrument Challenge before the finals spin up. If you haven’t started yet, there’s still time to make your mark. All you need is a documented idea, so start your entry today.

Lily Power Pods Make The Seebeck Effect Look Good

Small proof of concept generating just under one volt in cloudy conditions.

The Seebeck effect (part of the broader thermoelectric effect) is how a difference in temperature can be directly converted into a voltage, and it is the operating principle behind things like thermocouples and Peltier junctions. Harnessing this effect in an effort to wrangle a useful electrical current out of the environment has led to some interesting ideas, like the Lily Power Pods by [Josh Starnes].

What’s interesting about this particular design is that the artistic angle crosses over with functionality. Electrically speaking, the pods have one side of the thermoelectric generator heated by the sun while the other is cooled by being submerged in water, and the temperature differential creates a measurable voltage. [Josh] designed the pods to resemble flowers, with foil petals that help direct sunlight towards the blackened “hot side” of the thermoelectric generator while water takes care of the cool side.

Are foil petals the best way to gather and direct sunlight? They are not, but the idea is to have the pods look like something other than the floating hunks of machinery that they are. Since the pods must float in water and be exposed to sunlight, they will as a result have high visibility. [Josh] seems to feel that it’s important that they not be an eyesore. After all, a less efficient generator that doesn’t overstay its welcome still generates more power than one that has figuratively been handed its hat and told to move along.

Ease Rover Development With These Self-Contained Track Units

Tracked drive systems are great, but implementation isn’t always easy. That’s what [nahueltaibo] found every time he tried to use open sourced track designs for his own rovers. The problem is that a tracked drive system is normally closely integrated with a vehicle’s chassis, mixing and matching between designs is impractical because the tracks and treads aren’t easily separated from the rest of the vehicle.

To solve this, [nahueltaibo] designed a modular, 3D printable rover track system. It contains both a motor driver and a common DC gearmotor in order to make a standalone unit that can be more easily integrated into other designs. These self-contained rover tracks don’t even have a particular “inside” or “outside”; they can be mounted on a vehicle’s left or right without any need to mirror the design. The original CAD design is shared from Fusion 360, but can also be downloaded from Thingiverse. A bit more detail is available from [nahueltaibo]’s blog, where he urges anyone who tries the design or finds it useful to share a photo or two.

3D printed tank tracks — including this one — often use a piece of filament as a hinge between track segments and sometimes slightly melted on the ends to act as a kind of rivet, which is itself a pretty good hack.

The “P Cell” Is Exactly What You Might Suspect

[Josh Starnes] had a dream. A dream of a device that could easily and naturally be activated to generate power in an emergency, or just for the heck of it. That device takes in urea, which is present in urine, and uses it to generate a useful electrical charge. [Josh] has, of course, named this device the P Cell.

An early proof of concept uses urine to create a basic galvanic cell with zinc and copper electrodes, but [Josh] has other ideas for creating a useful amount of electricity with such a readily-available substance. For example, the urea could be used to feed bacteria or micro algae in a more elegantly organized system. Right now the P Cell isn’t much more than a basic design, but the possibilities are more than just high-minded concepts. After all, [Josh] has already prototyped a Hybrid Microbial Fuel Cell which uses a harmonious arrangement of bacteria and phytoplankton to generate power.

[Josh]’s entries were certainly among some of the more intriguing ones we saw in the Power Harvesting Challenge portion of The Hackaday Prize, and we’re delighted that his ideas will be in the running for the Grand Prize of $50,000.