Mother’s Day Heart Chaser

[Robert Mibus] took on a project which his kids could present to Mom on Mother’s Day. It’s an LED heart built into a ring or necklace box. The series of white LEDs are animated in a chase pattern. The project let [Robert] push his comfort boundaries by moving past a stock Arduino board.

Inside you’ll find an ATtiny85. He picked up the chip to try running Arduino sketches on smaller hardware. But the total of five available I/O pins presented an issue with driving the LEDs. Ten LEDs are used here and even a standard multiplex display would need no less than seven to control them without additional chips or the need for Charlieplexing. His solution was to drive two opposite LEDs at once, which cuts the need down to his five available pins.

Once he got it all soldered together he realized that he had made a coding error. But a few soldered wires let him reflash it in place using ISP.

Continue reading “Mother’s Day Heart Chaser”

An ATTiny13 Makes May 13th Brighter

When the time comes to go to the store and pick up those chocolates you always get your mother for valentines mother’s day, why not spice them up a little with some LEDs? [Dmitry] shows how you can easily add some flashing lights to the packaging without really modifying it. He’s using an ATtiny13 which only has 5 I/O pins, so he had to charlieplex the LEDs to get all 10 functional. The result is fairly quick and might just show Mom that you really do care.

[via HackedGadgets]