Sensor Array Tries To Outdo The Other Guys

The team over at the Louisville Hackerspace LVL1 is not going to be outdone when it comes to collecting environmental data. They put together this Frankenstein of sensor boards that lets you collect a heap of data showing what is going on around it.

At the center-left a small Arduino clone is responsible for collecting the data. Data storage is not talked about on their write-up, but if that’s an ATmega328 chip you should be able to work out an easy way to store data on the 1k of internal EEPROM. If that’s not enough, there is an I2C bus included on the board making it easy to add a compatible EEPROM.

The sensor on the bottom left should look familiar. It’s a DHT11 temperature and humidity sensor we’ve seen popping up in projects lately. But wait, there’s also a TMP102 temperature sensor; but that’s not the end of it. A BMP085 pressure sensor also includes a third temperature sensing option. Want to see when the lights go on in the room? There’s a CdS sensor and a TSL230R Lux sensor for that. An op-amp circuit can measure the sound level in the room via one of the Arduino’s ADC pins. And finally, an RTC board is used for time stamping the data.

Obviously this is overkill, and we’re sure it’s meant as a test platform for various sensors. All of them have been mounted on the protoboard and wired up using the point-to-point soldering method.

Tutorial: Replacing Bad Capacitors

[glytch] sent in a tutorial on replacing dying capacitors on a motherboard, and we honestly can’t think of a better subject for an introductory tutorial. There’s nothing like having your friends think you’re a wizard for bringing broken electronics back from the grave.

For the repair a dead motherboard was [glytch]’s quarry. After taking a look at the board, he found a few bulging caps that were ready to burst. After ordering a few caps with the same voltage, capacitance, and dimensions (trust us, you want the same size cap), [glytch] took an iron and desoldering braid to the board and replaced a few caps.

Sooner or later, all capacitors are going to go break down. This isn’t always a bad thing – we picked up quite a few “broken LCD monitors” in the years after the capacitor plague and repaired them with a few dollars worth of caps. A lot of the caps in our late 80s computers have been replaced, and these machines are still chugging along.

Augmented Reality Using Pez Dispensers

[Johan] really got himself out of a bind with this one.

After his son started playing AppMates, he desperately wanted the requisite figures to complete the experience. AppMates is an iPad game where a child drives a small plastic car around a virtual environment displayed on the touchscreen. Unfortunately for [Johan]’s son, the officially licensed Cars characters would take at least three months to make it to his home in Sweden. [Johan] did the next best thing and made his own.

[Johan] took a pair of Cars Pez dispensers and took off the figure. The bottom of the character was covered with a bit of plastic from the base of the Pez dispenser and a little bit of conductive foam and was added to the body. Now [Johan]’s son can drive his toys around Radiator Springs just like he could with the official figurines. There’s also the aspect of not making a child wait months for a bit of plastic, so we’ll call this one a win for [Johan].

Continue reading “Augmented Reality Using Pez Dispensers”

Adding Sound To Children’s Museum Exhibits

Believe it or not, the local Children’s Museum staff was happy that [Bill Porter] left this mess of wires and equipment in one of their offices. It makes up an ambient sound system for a couple of their exhibits. A movie without sound just doesn’t fully entertain, and the same can be said for these exhibits. The ambient sound that goes with a boat room, and a hospital room in the Museum really helps to snag your attention. And [Bill’s] material cost came in at just over $200 for both rooms.

He started off by purchasing a speaker, amp, and MP3 breakout board (SparkFun). The speaker mounts in one of the ceiling tiles, with the wire running to a different room where the audio equipment is housed. There were a couple of problems with this; the museum staff forgot to turn on the system, and for all of its expense this only provided one room with audio. Bill figured that since only one speaker was being used he could make an audio file with a different clip on the left and right channel, then feed them to different rooms. He also added that programmable timer so the sounds will turn themselves on and off.

This isn’t the first time we’ve seen hacks end up as museum pieces. Check out this other project that rigs up some interactive telephones.

The EMGRobotics Robot Control Board

There are many microcontrollers available to make robots with, but few that are built with the exact features that you would need to construct one. Meet the [EMGRobotics  MSP430G2553] robot controller board.

At $15 without the CPU or $17 with a [MSP430G2553] already plugged into the socket, this control board may make some Arduino enthusiasts take note for their next project.  Besides a very attractive price (you’ll have to go to the home page to make a purchase), this board ships with a built in IR range sensor and accommodations to drive up to four hobby servo motors. If this isn’t enough for you, two 3 volt DC motors can be soldered directly to connections on the board and controlled independently and in either direction. In other words you don’t have to muck about with trying to build your own H-bridge circuit, it’s all taken care of for you!

The article shows it controlling a Hexbug spider. [EMGRobotics] has actually done something similar (and well-documented) before with this platform, so be sure to check out the post about hacking the Hexbug iteslf!

Music Box Is Still Alive With Wavetable Synthesis

For all the wonder of dulcet tones coming from a century-old music box, we’ve got to admit that [Markus]’ wavetable synthesis build is still pretty impressive. Of course, the Internet cred gained by doing a demo of Still Alive helps too.

Wavetable synthesis stores a one cycle long waveform in RAM that can be played on a loop at varying frequencies. This technique has been around since the late 70s and can be found in a lot of the classic synths of the 80s and serves as the basis for Atari MOD music and the Game Boy chiptunes produced with Little Sound DJ

[Markus] found a pair of battery-powered laptop speakers and decided a music box would be a wonderful project. Inspired by [ChaN]’s ATtiny wavetable synthesizer, [Markus] decided to up the ante and use a PIC32 microcontroller to make the programming a little more digestable. The entire project (with an awesome dead bug soldering job) is nearly as large as the PIC itself.

[Markus] threw up the source code along with some Python scripts to convert waveforms and MIDI files into something the chip can understand. Before you check that out, be sure to look at the Still Alive demo.

Continue reading “Music Box Is Still Alive With Wavetable Synthesis”

Intelligent Flashlight Will Literally Show You The Way

Flashlights are so 20th Century. Be it the incandescent type that popped up very early on, or LED models with came around in the 90’s, there’s not much excitement to the devices. But [Sriranjan Rasakatla] is doing his best to change that. This is his WAY-GO Torch, an intelligent flashlight (a Smart Light?) that will not just light your path, but overlay useful data on it.

At the front of the unit a pico projector is housed on a jointed assembly. This allows the device to project data on the ground in front of you. Using a digital compass and GPS module, it can show the polar coordinates, guide you on your way, or provide information about the buildings around you. The motorized mount provides image stabilization based on IMU data. Check out the demonstration video after the break. It shows general functionality in the first part of the clip, with some footage of the stabilization system at about 4:30.

This really does seem like it came right out of a Sci-Fi novel. It’s useful, but the complexity makes it surprising that [Sriranjan] was able to pull it off. We wonder how the battery life is on the device, but it can’t be any worse that one of those really huge flashlight builds.

Continue reading “Intelligent Flashlight Will Literally Show You The Way”