TinyMatrix Derivative Uses PIC Instead Of AVR

[Stu] has a teenage niece whose birthday is coming up and he wanted to give her something unique as a gift. He’s working on an LED matrix pendant that can display pixel graphics, play animations, and scroll messages.

He began the work after drawing inspiration from the TinyMatrix project. That clever design uses a DIP AVR chip soldered directly to the legs of a 5×7 LED matrix. It was powered by a coin cell with the power and ground wires acting as the necklace for the pendant. [Stu] is more comfortable developing using PIC chips, so he based his project on a 16F88. It will not run from a 3V source so he’s got a few issued to work out before the final design is finished.

One thing that’s quite interesting is his side project. After growing weary of hand coding the arrays for each frame of an animation he wrote a GUI in C# that let him design the image and output the code with a few clicks of the mouse.

Battling Most Useless Machine Gets An Expressive Upgrade

We suppose the only thing more useless than a most useless machine is giving it an emoticon face. But that’s exactly what has happened with this project. But you’ll want to seen the whole thing, as the presentation involves much more than an angry box that can shut itself off.

This is the second iteration of the angry box. As we saw about 18 months ago, it will eventually get fed up with you turning the switch on and freak out by driving itself all over the desk. This version starts off with a rather pleasant face drawn on the red LED matrix which takes up the front side of the enclosure. It will nonchalantly flip the switch to the off position after first being activated. But if you insist on turning it back on things get angry rather quickly. This is shown in the video after the break. But if you can get past the horrible machine translation there are some build details to be had in this post.

Continue reading “Battling Most Useless Machine Gets An Expressive Upgrade”

Hackerspace Intro: Skullspace And AssentWorks In Winnipeg

The signs on the front door might be a little small, but the space which AssentWorks and Skullspace inhabit is anything but. [Matt] takes us on a tour of the Winnipeg, Canada makerspace and hackerspace.

The two spaces occupy one floor of the building but are partitioned for different purposes. AssentWorks, which is called a makerspace, is a business incubator. The tour shows it as a large and tidy area where small businesses can pool resources to maintain and stock the various shop and work areas. We can’t help but think of it as an OSB jungle as it seems all the interior walls have been built from Oriented Strand Board.

The second part of the video shows off the hackerspace: Skullspace. This is much less polished, but shows a lot of promise. There are several work spaces for electronics, machining, and woodworking. There is also an arcade room, a classroom, and a few other offerings. All in all there’s 8350 square feet of space between the two.

You can see the ten-minute tour embedded after the break. Continue reading “Hackerspace Intro: Skullspace And AssentWorks In Winnipeg”

Automate Your Tea Time

There are a couple of things that go into a great cup of tea. One is to have the water at the correct temperature, the other is to steep for just the right amount of time. This offering solves the latter by extracting the tea bag after a carefully timed steep.

It’s hard to imagine how this could be more simple. The timing mechanism is a cheap egg timer which has been modified to include a paperclip which moves with the minute hand. When the timer hits zero that paper clip contacts a stationary electrode, which powers the motor. That motor is the laser sled from a dead CD-ROM drive. Since these usually die because of the lens (not the mechanism) this is a great re-use of the internals. The sled zips to one side until it hits a limiting switch which kills the power. At the same time, this motion uses the wooden lever to extract the tea bag. All of this is explained in the clip after the jump.

Since the egg timer already has its own bell, you’ll even be alerted that it’s tea time!

Continue reading “Automate Your Tea Time”

A Harpsichord That Plays Itself

[Malcolm Messiter] is an Oboe player who loves to play pieces from the Baroque era. This often means playing with a Harpsichord and he managed to acquire one to call his very own. Unfortunately you can’t play both instruments at once so he set out to automate the keyboard. What you see here is a fully working version, but he soon went on to add solenoids to the upper rank as well. His story starts on page 27 of this newsletter (PDF).

He really went out of his way to make sure the instrument was not mistreated. A cabinet-maker built some brackets to mount the system above the keys. A friend drilled and tapped a sheet of acrylic to which each solenoid was mounted. The solenoid shafts have each been padded with felt to cushion the blow on the keys. We’ve embedded two demo video after the break that show off the first and second versions of the builds.

Harpsichords pluck the strings instead of hitting them with a hammer as the piano does. The mechanism that does the plucking had worn out on many of the keys so [Malcolm] used a 3D printer to help replace them.

Continue reading “A Harpsichord That Plays Itself”

Halloween Props: Spooky Eyes Light Up The Bushes

This is just one example of several pairs of spooky eyes which light up [Vato Supreme’s] bushes this Halloween. The quick and inexpensive build process make it a perfect diy decoration.

Each eye is made up of a ping-pong ball and an LED. But that alone won’t be very spook as the entire ball will glow rather brightly. So he spiced things up a bit by masking off the shape of a pupil and spraying the balls black. The vertical slit seen in white above will glow red like a demon in the night.

The LEDs are driven by an ATtiny85 running the Arduino bootloader. [Vato] found there was plenty of space two write code which fades the eyes in and out using PWM. This happens at random intervals for each of the four pairs he is driving.

We’ve seen a similar project that used oversized LEDs as the eyes. But we really like the idea of using a diffuser like this one. See it in action after the break.

Continue reading “Halloween Props: Spooky Eyes Light Up The Bushes”

SNES Emulator Has It’s Slot Sealed Shut

If you look closely you’ll notice there’s nowhere to put the game cartridge on this Super Nintendo system. That’s because this is a Rasberry Pi based SNES emulator that plays ROMs, not cartridges. Since the RPi board is used the only limit to what you can play is the board’s RAM and which ROMs you have on the SD card.

The case has basically been gutted and the unused cartridge slot was sealed with some Bondo before painting. In addition to the Rasberry Pi you’ll find a 7-port powered USB hub and a Teensy microcontroller board. The hub allows for the controllers to be connected via USB. The Teensy is recognized as a USB HID device and is used to connect the reset button to a functions on the emulator program. The power switch still works too. To make this happen [MIDItheKID] spliced a USB connector and a microB USB connector to the power switch. We think this draws power from the hub but we’re not 100% sure.

[MIDItheKID] mentions in the Reddit comments that he’s thinking of grabbing that new RPi that has more memory and doing some similar work on his dead PSX.