Kamehameha!! PCB Badge

PCB Art has surely captivated us over the past few years and we’re ever intrigued with the intricate detail the community puts into their work. We’re no strangers to [Arnov]’s work and he has impressed, yet again, with his Kamehameha PCB badge.

Unfortunately, no 555 timer was used in the making of this project, but don’t let that turn you away. Instead, we have an ATtiny84 microcontroller for implementing the logic to control the LEDs, a MOSFET-based driver for driving current through the LEDs, and, of course, the LEDs to give the “turtle destruction wave” its devastating glow. Pay really close attention to the detail [Arnov] put into the silkscreen as you can see that’s a pretty crucial part of this build.

Aside from marveling at [Arnov]’s work, fans of the OrCAD PCB designing software will learn how to import an image file into their project as [Arnov] walks through that step in his tutorial. He even has some pretty good reflow soldering tips if you’re looking to try your hand at SMD soldering.

Another cool build [Arnov]. Keep it up!

Continue reading “Kamehameha!! PCB Badge”

Naruto PCB Art

Ninja Art: PCB Nightlight Jutsu!

This latest PCB artwork comes to you courtesy of [Arnov]. His Naruto nightlight is definitely going to get your anime-loving friends’ attention.

The LED illumination styles are controlled by an ATtiny13A microcontroller. He probably could have opted for a 555 timer with this one, but maybe he wanted easily programmable blinking patterns. He also programmed the ATtiny to read a small button which he used to cycle through different illumination styles. Finally, a small LiPo battery makes this project pretty portable, so you can reposition it freely around your work area as you might like.

With all that being said, the meat of this project is in the physical dimensional design of the PCB. [Arnov] was able to design the circuit board in the shape of Naruto’s head, with pretty good detail for his hair, eyes, and headband. If you’ve ever tried your own PCB art, you know that it can be a fairly onerous task. He creatively used the copper traces as features within the PCB, in this case, Naruto’s ninja headband. We thought the subtle decision of putting the LEDs on the backside of the PCB was smart as well. By doing so, he used the solder mask as a natural light defuser which really gave the PCB a cool, yellow glow. Carefully removing the copper layer and not using a copper pour really aided in the aesthetic. He was also smart to opt for yellow solder mask since Naruto’s hair is yellow.

All in all, two thumbs up [Arnov]. While you’re here, check out some other great PCB art around Hackaday.

Continue reading “Ninja Art: PCB Nightlight Jutsu!”

(Getting Rid Of) The Ghost In The LED

Multiplexing is a very old technology in which control signals are intermixed for the sake of being able to control more devices than there are control signals. For [mihai.cuciuc], the problems started when he multiplexed some very efficient LEDs.

The problem? In two banks of six LEDs each, both LEDs connected to a single Arduino pin would light, even when only one bank was turned on at the ground side. The LED In the bank that was switched on lit brightly, and its corresponding LED in the bank that was off would also be very dimly lit. [mihai] was able to determine that the problem was not due to a leaky transistor, but rather due to a quality of the LEDs themselves.

What is an LED but a diode, and it’s well known that diodes also have capacitance. In fact, this quality is exploited in varactor diodes, a specialty diode whose capacitance can be changed by varying the voltage on the cathode. [mihai] deduced that this capacitance was causing current to flow in the bank that was off. Where was the current going? From the Arduino pin that was on, through its attached LED, and then into the rest of the bank of LEDs, charging them like capacitors. [mihai] hasn’t seen this before, but theorizes that for the latest batch of high efficiency LEDs, this minute current is enough to light the LED through which the current is flowing.

[mihai]’s solution is an elegant hack which he’s made available for your perusal. You might also enjoy this introduction to diode basics by W2AEW. If you have any great diode or LED hacks of your own, be sure to drop us a line!

3D printed moon lamp

3D Printed Lithographic Moon Lamp

After years of being a software developer, [Chris] was excited to get back into embedded development and we’re glad he did. His 3D printed lithographic moon lamp combines a number of hacker and maker skills, and is sure to impress.

3D-printed lithographic moons have gotten pretty popular these days, so he was able to find a suitable model on Thingiverse to start with. Gotta love open-source. Of course, he needed to make a few modifications to fit his end design. Namely, he put a hole at the bottom of the moon, so he could slide the LED and heatsink inside. The 3 watt LED is pretty beefy, so he definitely needed a heat sink to make sure everything stayed cool.

Otherwise, the circuit itself is pretty straightforward. He has an ESP32 to drive the RGB LED through a transistor, and fitted the components onto a custom-designed circuit board to ensure everything stayed neat and organized. You don’t want a ton of loose wires and breadboards cluttering this build. Since he used an ESP32, he was able to create a simple web interface to control the color of the LEDs. Gotta make it connected somehow, right?

What’s great is in addition to the project write-up, [Chris] includes video tutorials, walking the readers through each individual step of the build. By doing so he really makes it easy for readers to follow along and reuse his work. If you’re still looking for ideas, one of these could make a really good Christmas present.

Continue reading “3D Printed Lithographic Moon Lamp”

Flux capacitor PCB

Back To The Future We Go With This Flux Capacitor PCB Badge

[Arnov] is a huge fan of the Back to the Future franchise, so he wanted some memorabilia from the movie to decorate his work area. Official memorabilia from successful movie franchises can be pretty expensive, so [Arnov] opted to make something himself instead, creating his own flux capacitor PCB badge.Doc Flux Capacitor Schematic from Back to the Future

Fortunately, [Arnov’s] design isn’t as complicated as Doc’s was from the movie (pictured on the right), so it should be a lot easier to replicate. We have a simple LED circuit driven by an 8205S MOSFET and controlled by an ATtiny microcontroller. There’s a small diode for auto-switching between USB and battery power as well as a few current limiting resistors for the LEDs. Fortunately, [Arnov’s] project only requires 0.017 W to power, so no plutonium nuclear reactor is necessary and you can easily power it with a standard coin cell battery or with a USB. That’s quite a relief.

As with many of [Arnov’s] projects, the beauty in its design lies in the detail he places on the PCB layout. In this case, the layout is a bit easier than some of his other work needing only to arrange the blinking LEDs in a “Y” shape to mirror the flux capacitor seen in the movies. He also adds a bit of detail to the silkscreen to help complete the aesthetic.

We think this is worth adding to your PCB badge collection.

Continue reading “Back To The Future We Go With This Flux Capacitor PCB Badge”

A scrolling name badge that uses LED matrices.

Scrolling Name Badge Is Sure To Break The Ice

Most makerspaces and hackerspaces have one night per week or month where the ‘space is open to the public in order to entice new people into joining up. Whereas most members just write their name in Sharpie on a piece of masking tape, [Madison] wanted to do something extra. And what better way to get people interested in your ‘space than by wearing something useful that came out of it?

The badge runs on an ATtiny45 and uses three 8×8 ultra-bright LED matrices for scrolling [Madison]’s name. It’s powered by a tiny LiPo battery that is boosted to 5 V. This build really shows off a number of skills, especially design. We love the look of this badge, from the pink silkscreen to the the typography. One of the hardest things about design is finding fonts that work well together, and we think [Madison] chose wisely. Be sure to check it out in action after the break.

Custom name badges are a great way to start conversations no matter where you go. Here’s one that uses EL wire and LEDs that light up in sequence for an animated effect.

Continue reading “Scrolling Name Badge Is Sure To Break The Ice”

Wireless LEDs Aren’t Really Magic

[Atomic14] bought some wireless LEDs that receive power from a base station. They were very neatly packaged, but — we like it — he took one apart and made his own versions. They may not look as polished, but they work and they are undeniably cool.

The LEDs work by receiving power from an induction coil. Once you have power, lighting up an LED is no big deal. Reverse engineering found the transmitter sends 217 kHz into a 2.2 mH inductor. A capacitor resonates the coil and drives the attached LED.

Continue reading “Wireless LEDs Aren’t Really Magic”