Hacked Case Fan Follows The Leader With IR Sensor

Adding an additional fan to your PC is usually pretty straightforward, but as [Randy Elwin] found, this isn’t always the case with the newer Small Form Factor (SFF) machines. Not only was the standard 80 mm fan too large to fit inside of the case, but there wasn’t even a spot to plug it in. So he had to come up with his own way to power it up and control its speed.

Now if he only needed power, that wouldn’t have been a problem. You could certainly tap into one of the wires coming from the PSU and get 12 V to spin the fan. But that would mean it was running at max speed the whole time; fine in a pinch, but not exactly ideal for a daily driver.

Note the SATA connector pulled from a dead HDD.

To get speed control, [Randy] put together a little circuit using an ATtiny85, an IR LED, and a LTR-306 phototransistor. The optical components are used to detect the GPU fan’s current speed, which itself is controlled based on system temperature. Using the GPU fan RPM as an input, a lookup table on the microcontroller sets an appropriate speed for the 80 mm case fan.

One could argue that it would have been easier to connect a temperature sensor to the ATtiny85, but by synchronizing the case fan to the computer-controlled GPU fan, [Randy] is able to manually control them both from software if necessary. Rather than waiting on the case temperature to rise, he can peg the GPU fan and have the external fan speed up to match when the system is under heavy load.

You may think this is overkill for a simple case fan, but compared to some of the cooling hacks we’ve seen in the past, it’s pretty tame.

AVR Multi-Tool Learns The Latest Tricks

Like many of us who fiddle with microcontrollers, [Mike] and [Brian] often found themselves using an ISP programmer and a USB-to-serial adapter. But when they started working on the latest generation of ATtiny chips, they found themselves in need of a Unified Program, and Debug Interface (UPDI) programmer as well. So they decided to wrap all three functions into one handy open hardware gadget.

They call their creation the AVR General Purpose Programmer, or AVRgpp for short. It runs on an ATmega328P with a Pro Mini bootloader, which means that the programmer itself is fully compatible with the Arduino IDE. USB-to-serial capability is provided by a CH330N, and a MC14053 digital switch IC is used to select between talking to the AVRgpp’s onboard MCU or the target device.

A 128 x 32 I2C OLED and two push buttons are used to select the device’s current mode, and there’s a physical switch to select between 5 V or 3.3 V power for the target. There’s also a ST662 12 V regulator, as UPDI targets occasionally need a high voltage pulse to switch into programming mode. Everything is packaged up in a pocket-sized laser cut enclosure that you can easily toss in your bag.

[Mike] and [Brian] say they are considering putting the AVRgpp into small scale production if there’s enough interest, so let them know if you’d like to get one without having to build it yourself.

UV Phone Sanitizer Shows The Power Of Modern DIY

Editor’s Update: According to the schematic for this project, SST-10-UV-A130-F405-00 (PDF) LEDs are used which produce 405nm UV-A light. The manufacturer, Luminus, does not recommend that part for disinfection or sterilization. Luminus sells UV-C LEDs for that purpose, generating 275-285nm. After publication the part number used was changed to and American Opto L933-UV265-2-20 which is a UV-C LED producing 265-278nm.

The global COVID-19 pandemic has had a serious impact on the hacking and making scene, though it hasn’t been all bad. Sure, shipping on average is taking a lot longer than we’d like when ordering parts, but otherwise being stuck at home has given many people far more time to work on their projects than they would have had otherwise. In some cases, it’s also been a reminder of just how far we’ve come in terms of what the dedicated individual is capable of producing within the confines of their own home.

As a perfect example, take a look at this UV sanitizer box built by [Md Raz]. Looking for a way to quickly and easily kill germs on smartphones and other small devices, he used the considerable capabilities afforded to the modern hacker to produce a professional-looking device in far less time than it would have if he had to outsource things like PCB manufacturing or injection molding.

Inside the 3D printed enclosure is an array of SMD UV-C LEDs that, according to the manufacturer’s specs, will destroy viruses and bacteria in 5 minutes. To make sure the LEDs are given enough time to do their job, [Md] is using an ATtiny85 to control the countdown and a seven segment display to let the user know how much longer they have to wait. All the electronics are held on PCBs produced with a BotFactory SV2 desktop PCB printer, but for those of us with somewhat more limited budgets, a mill or even a modified laser engraver could be used to produce similar boards.

With everything going on, there’s understandably been increased demand for germicidal lights. But unfortunately, some unscrupulous manufacturers are trying to take advantage of the situation. Being able to select the LEDs for this device based on their specifications is arguably just as important as how quickly it was produced. Though we’d still advise a position of “trust, but verify” when it comes to UV-C.

Flexible PCB Earrings Put The Art In Art Deco

Earrings have been a hackers’ target for electronic attachment for quite a while, but combining the needed components into a package small enough to wear in that finicky location is quite a challenge. If [Sawaiz Syed]’s Art Deco Earrings are anything to go by, ear computers have a bright future ahead of them!

This is a project unusually well described by its name. It is in fact an earring, with art deco styling. But that sells it way too short. This sliver of a flex circuit board is double sided to host an ATtiny, accelerometer, LDO, and eight 2020 formfactor controller-integrated LEDs. Of course it’s motion sensitive, reacting to the wearer’s movement via LED pattern. [Sawaiz] makes reference to wearing it while dancing, and we can’t help but imagine an entire ballroom all aglow with tiny points of LED light.

The Art Deco Earrings are also set apart by the thoroughness of their documentation (have we mentioned how much we love detailed documentation?). [Sawaiz] not only drops the source in your lap, but the README in the Github repo linked at the top walks the reader through each component of the design in detail. Plus the PCBA render is so complete it includes a model of the wire loop to fit through the wearer’s ear; how cool is that? The single piece that’s still in progress is the battery. The earring itself hosts an LDO, so all that is required is stashing a battery somewhere discrete, perhaps in the user’s hair? We’re looking forward to seeing what [Sawaiz] works out.

For the full effect, check out the gif of an assembled unit in action after the break.

Continue reading “Flexible PCB Earrings Put The Art In Art Deco”

The ATtiny Series Is A Great Companion In Isolation

As a consequence of the social distancing and self isolation, many a maker has been searching for ways to cure boredom. So what happens when you put a maker in a closed space with electronics parts. The answer is a bunch of random microcontroller projects that help beat boredom. [Danac1886] posts a video with a bunch of experiments with the ATtiny series of microcontrollers which can be a source of time-killing inspiration for these tough days of solitude.

The video is based upon a variety of controllers ranging from the ATtiny85 to the ATtiny84 and even includes the ATtiny2313. There is also a project with the ATtiny10, an SMD SOT23-6 package that is quite amazing to behold. All the devices can be programmed using the Ardino as an ISP so all you need is another Arduino lying around in case you do not have an AVR ICSP.

As for the projects themselves, there is an assortment of things that start with the basic blinking LED, adding an I2C LCD and then moving on to a 7 segment display counting up with variable speed controlled with a pot. We really loved how much these tiny projects inspire and can help someone get started with basic electronics and programming.

If you are looking to get started, have a look at the Jumbo LED with the Attiny10 and we assure you, it will brighten your day.

Continue reading “The ATtiny Series Is A Great Companion In Isolation”

Another Blinky Light Project — With A COVID-19 Twist

It seems all anyone is talking about right now is the virus scare that has most of us with a little extra time on our hands. [Paul Klinger] — a name we’ve seen before — built a blinking LED project to pass the time. So what? Well, the lights are made to look like a SARS-CoV-2 virus and the LEDs blink the virus RNA code. You can see the results in the video below.

This isn’t very surprising when you consider we’ve seen [Paul] make tiny things and even blink out his own DNA, so he’s clearly got some specific interests in this area.

Continue reading “Another Blinky Light Project — With A COVID-19 Twist”

ATtiny Name Badges Are Hugely Creative

We’re not sure exactly why [Justin Garrison] decided to make these awesome name badges for himself and his coworkers at Disney+ streaming, but it’s fun to imagine them all lighting up a team-building ride down Space Mountain, isn’t it? Whatever the reason, they sure do look good.

Each badge has an ATtiny85 that drives the ten individually-addressable RGB LEDs, and both the wire and the LEDs are powered by the EL power inverter. [Justin] bought the thinnest EL wire he could find, which is conveniently also the brightest and probably the easiest to manipulate.

Nevertheless, we can’t get over how good the names look, and wonder if [Justin] missed his calling as a neon artist. He cleverly stuck wires through the protoboard to help form the letters, and then used superglue to hold them in place. [Justin] has the code up on GitHub and an album full of build pictures if you want to give this a go.

If this has made you want to give EL bending another go, try using a 3D printed frame to help get it into shape.