TritiLED Lights Up The Night, Doesn’t Make You Glow

Tritium, or 3H is an isotope of hydrogen which has been used as everything from radiolabel in analytical chemistry to a booster to kickstart the chain reaction of nuclear weapons. Lately tritium’s most common use has been in key chains and jewelry. A small amount of tritium is stored in a phosphor coated glass tube. The beta decay of the tritium causes the phosphor to glow. The entire device is called a Gaseous Tritium Light Source (GTLS).

In the USA, GTLS devices are only allowed to be used in specific cases such as watches, compasses, and gun sights (MURICA!). Key chains and jewelry are considered frivolous uses and are prohibited by the nuclear regulatory commission. Of course, you can still order them from overseas websites.

The safety of GLTS devices have been hotly debated on the internet for years. They’re generally safe, unless you break the glass. That said, we’re happy getting our radiation exposure through cool hacks, rather than carrying a low-level source around in our pockets.

Enter [Ted Yapo], an amateur astronomer. After tripping over his telescope tripod one time too many, he decided to take matters into his own hands. He’s designing TritiLED, a dim LED light source which can last for years. [Ted] is using a  Luxeon Z LED, driven with PWM by a PIC 12F508 8 bit microcontroller. Running at 26.3 μA, he estimates about a year of run time on a CR2032 watch battery, or a whopping 15 years on a pair of lithium AA cells. Sure he could have done it with a 555 timer, but using a micro means more features are just a few lines of code away. [Ted] took advantage of this by adding a high brightness mode, blink modes, and an exponential decay mode, which emulates the decay of GLTSs.

Best of all it’s all open source. [Ted] is publishing under the (CC-BY-SA) license on Hackaday.io.

Incredible Luminosity In A Portable Package

If you’ve ever wanted to bring the brightest day into the blackest night, this flashlight shall give you sight. With a 100W LED array powered by up to 32V, this thing is exceedingly bright — it clocks in at about 9000 lumens! But the best part is that all every little detail of the build was documented along the way so that we can tag along for the ride.

The all-aluminium case houses the LEDs and their heat sink, voltage regulator and display, the AD and DC adapter and converter boards and their connectors, and fans to ensure adequate ventilation. It’s powered by a custom-assembled 6400 mAh 11.1V lipo battery or DC 20V 10Amp power supply via XLR for rugged, locking connection. The battery pack connection was vacuum formed for quick-swapping, and the pack itself will sound off an alert if any of the three batteries inside the pack run out of power. A nifty added feature is the ability to check the remaining charge — especially useful if you’re looking to bring this uncommonly powerful flashlight along on camping trips or other excursions.

Continue reading “Incredible Luminosity In A Portable Package”

Making A Networked 32X32 LED Panel Case

[Adam Haile] of [Maniacal Labs] is at it again, whipping up some LED weirdness. This project is smaller than most of his work, though: he has made a nice case that holds a 32X32 LED matrix screen, the controller, and a Raspberry Pi. Check out the build and a brief demo in the video below.

This nice 3D printable design, called the Jumbo1K, would be a good starting point if you are looking to make something with one of these screens, as it provides easy access to all of the ports on the Pi for programming, debugging and networking the device without ruining the look. It does this with a neat trick, using the keystone jacks that you put in your wall when you are rewiring your house.
Continue reading “Making A Networked 32X32 LED Panel Case”

Blinktronicator’s POV Sends Our Eyebrows Rocketing Skyward

You think you’ve seen everything that there is to see regarding blinking LEDs and then a simple little trick proves you wrong. Our friend [Zach Fredin], aka [Zakqwy], added a pander mode to his blinky board which shows the Hackaday Jolly Wrencher in a Persistence of Vision mode. We love pandering, and obviously you just need to start the mode and wave the board back and forth. But in thinking the obvious you’d be wrong.

blinktronicator-board
Badass deadbug soldering to “fix” a mirrored shift register footprint

In the video after the break [Zach] demonstrates all the features of the blinktronicator and it’s recently finalized firmware. The tiny little board is a USB dongle featuring two buttons and an arc of sixteen LEDs in a rainbow of colors. When we say tiny, we mean it. Those LEDs are 0402 components and the board was small enough (and interesting enough) to receive an honorable mention in the Square Inch Project.

You would think that soldering all those LEDs by hand would be the trick, but [Zach] pulled off a much more difficult feat. Look closely at the image here (or click to embiggen). The two shift register footprints on the prototype were mirrored. He deadbug soldered each of them using — get this — the individual strands from some 28 AWG stranded wire. You sir, get the hardcore hand soldering badge and then some.

Okay, we’ll stop beating around the bush. The ATtiny45 on this board isn’t connected to the USB data lines, they’re only for power. That means, at its heart this is purely a blinking LED project, albeit one that uses the huge range of colors of the PICOLED family of parts. [Zach] did well with just two user inputs, but it’s the very simple POV party trick that really sucked us in. Instead of waving the board around, [Zach] uses a metal offset spatula as a mirror. Moving it back and forth unfolds the carefully timed flashes to draw your message in the air. Such a simple concept, but so satisfying to see it applied in a slightly different way.

Continue reading “Blinktronicator’s POV Sends Our Eyebrows Rocketing Skyward”

Bright Idea For A Name Tag

Looking for a quick DIY project to separate yourself from the crowd at your next business function or maker expo? Take a leaf out of [Pete Prodoehl’s] book and make your own name tag complete with blinking LED!

Minimalist, yet flashy (sorry!), this quick project can be completed inside a few hours with few resources, and is a great way to display your DIY handiwork. Continue reading “Bright Idea For A Name Tag”

Soldering Challenge To Challenge You

[Rick] knew that the blinking, beeping microcontroller kits that are commonly used for educational soldering workshops just would not cut it for a serious combat among SMD reworking professionals. The “Soldering Challenge” he created to fill this gap is a little PCB with eight difficulty levels from large through hole components to the smallest hand solderable SMDs. After assembly, the circuit assesses the skill level of the soldering aspirant based on a built-in scoring system.

soldering_challenge_ongoingThe challenge is meant to be played on a time limit. There are no two same-sized components of different value, so contestants may focus on soldering fast. Little rubber pads on the backside of the board provide for good ground contact in the curves. After the starting signal, you will be confronted with a few through hole resistors, a capacitor, different LEDs and a DIP-8 IC. Here it’s all about the speed and efficiency as you tackle a track full of bends and cut-off resistor legs. Over the course of the challenge, the components get smaller and smaller, until you finally reach the 0603 level, with a tiny SC-85 MOS-FET and a TSSOP 555 timer at the finishing line.
Continue reading “Soldering Challenge To Challenge You”

FPGA Powers Blazingly Fast LED Matrix Audio Visualizer

[Sam Miller], [Sahil Gupta], and [Mashrur Mohiuddin] worked together on a very fast LED matrix display for their final project in ECE 5760 at Cornell University.

Real time!
Real time!

They started, as any good engineering students, by finding a way to make their lives easier. [Sam] had built a 32×32 LED matrix for another class. So, they made three more and ended up with a larger and more impressive 64×64 LED display.

They claim their motivation was the love of music, but we have a suspicion that the true reason was the love all EEs share for unnaturally bright LEDs; just look at any appliance at night and try not be blinded.

The brains of the display is an Altera DE2-115 FPGA board. The code is all pure Verilog. The FFT and LED control are implemented in hardware on the FPGA; none of that Altera core stuff. To generate images and patterns they wrote a series of python scripts. But for us it’s the particle test shown in the video below that really turns our head. This system is capable of tracking and reacting to a lot of different elements on the fly why scanning the display at about 310 FPS. They have tested display scanning at twice that speed but some screen-wrap artifacts need to be worked out before that’s ready for prime time.

The team has promised to upload all the code to GitHub, but it will likely be a while before the success hangover blows over and they can approach the project again. You can view a video interview and samples of the visualizations in the videos after the break.

Thanks to their Professor, [Bruce Land], for submitting the tip! His students are always doing cool things. You can even watch some of his excellent courses online if you like: Here’s one on the AVR micro-controller.

Continue reading “FPGA Powers Blazingly Fast LED Matrix Audio Visualizer”