A Useless Tomb of Eternal Doom

It’s officially October, and that means we can start unleashing the Halloween hacks. Take for example this restless skeleton that master automaton maker [Greg Zumwalt] has doomed to spend eternity inside of a useless box. If that wasn’t enough to wake the dead, every time some joker pushes the button, …read more

Continue reading A Useless Tomb of Eternal Doom

Electronic Candle Charges Inductively

Humans like things that look like other things. A great example are faux LED tea light candles, with a plastic “flame” and flickering orange LED to recreate the effect of their waxy brethren. [gzumwalt] wanted to take the concept a little further, however, and got down to work.

The design …read more

Continue reading Electronic Candle Charges Inductively

This Super Realistic LED Candle is Smoking Hot

Over the last few years, LED candles have become increasingly common; and for good reason. From a distance a decent LED candle is a pretty convincing facsimile for the real thing, providing a low flickering glow without that annoying risk of burning your house down. But there’s something to be …read more

Continue reading This Super Realistic LED Candle is Smoking Hot

Lighting Up a Very Wiry Candle

Entries into the Circuit Sculpture Contest tend to be pretty minimalist by nature, and this LED candle by [Amal Mathew] is a perfect example. The idea here was to recreate the slim and uncomplicated nature of a real candle but with a digital twist, and we think he’s pulled it off nicely with a bare minimum part count and exaggerated wire length that gives it the look of a thin pillar candle.

To give the LED a fading effect, [Amal] uses a ATtiny85 programmed with the Arduino IDE. His code uses the analogWrite() in a loop to gradually increase and …read more

Continue reading Lighting Up a Very Wiry Candle

LED “Candle” Gets the 555 Treatment

Regular readers may recall we recently covered a neat Arduino trick that allowed you to “blow out” an LED as if it was a candle. The idea was that the LED itself could be used as a rudimentary temperature sensor, and the Arduino code would turn the LED on and off when a change was detected in its forward voltage drop. You need to oversample the Arduino’s ADC to detect the few millivolt change reliably, but overall it’s pretty simple once you understand the principle.

But [Andrzej Laczewski], like many of our beloved readers, feels the Arduino and other microcontrollers …read more

Continue reading LED “Candle” Gets the 555 Treatment

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.

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: …read more

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