Wet iPhone Fix

deeproot2k rescued a wet iPhone with in impromptu hack of his food dehydrator with a Teensy-LC

After the iPhone was dropped in a sink an attempt was made to dry it out in a bag of rice.  The results weren’t great so plan b was to dry it out with a food dehydrator.  Because the dehydrator gets too hot for the iPhone, a Teensy-LC was hooked up to a relay connected to the dehydrator to turn it on for 5 minutes and off for 15 minutes for a total of about 3 hours.  The end result – a working iPhone.

 

Apple Piie, Apple 2 Emulator

IIeBoy wanted to run old Apple //e games from his youth.  After looking at different options he decided that building his emulator was the best route.

In the first version of the project an old faulty Apple //e was gutted with the parts sent on to good homes.  A Raspberry Pie B is used along with a Teensy ++ 2.0 with a Retro Connector for the keyboard.

Ulitmately IIeBoy found the Pi was a little too slow, so he updated the project to use an Nintendo Wii to emulate the Apple //e.

This video shows the Apple WIIe working with a Wii remote.

rudRemote, Radio Control for Multiple Vehicles

Rudolph thought it would be nice to have one radio transmitter that could talk to all of his creations, so he created rudRemote.

rudRemote uses a NRF24L01+ radio module and a Teensy 3.2 to interface the controls.  Almost any type of housing can be used.  In this case Rudolph used a 40-year-old transmitter that he found and added an OLED display.  The controller uses CRTP (Crazy RealTime Protocol) so he could use it to fly his CrazyFile quadcopter.

This HackADay article also talks about the project.

Code for the project can be found on GitHub.

Glitch Delay Eurorack Module

Scott Pitkethly (aka unicornpower on the forum & cutlasses on his blog) designed Glitch Delay, a DIY Eurorack module that fits nicely inside a lunchbox.

The effect consists of a standard delay line, or delay buffer, with multiple read heads that each read the audio in a different way. There is a feedback path, so the effected signal can be feedback into its self.

There are 2 types of read head:

Loop heads – These heads loop small sections of audio. There are 3 of these. One that plays the audio an octave lower, one at the original octave, and one an octave higher. The size of each of these loops can be adjusted (size dial), as can the amount the loops move each time the loop starts again (jitter dial)

Reverse head – This head plays the buffer in reverse at the original octave.

The top white button allows you to set a tap tempo. This forces the looping heads to jump to a new position on every beat.

The bottom white button is the ‘freeze’. This freezes the write head. No new audio will be written into the buffer, the old audio will remain. This essentially ‘locks-down’ the audio, so it can be tweaked without the buffer changing.

A bit more information can also be found on his blog.

Code and schematics for the project can be found on GitHub.

Horten Fyr Art Installation

Rasmus Hildonen and Skomakerstuen created a beautiful LED installation at the Horten Lighthouse in Norway.

The installation features over 3,000 WS2812b LEDs in 16 windows.  The LEDs react to an ultrasonic distance sensor (HRXL-MaxSonar-WR) under the pier that is used to measure tides and wave heights.  A Teensy 3.2 and a OCTO28 Adapter along with the FastLED Library are used to control the LEDs.

This video shows some of the behind the scenes work.

There is some additional discussion about the project here and here.

Pinball Machine

Ben Heck of element14 built a portable pinball machine.

In the first video (part 1) Ben discusses the design of the project and puts the electronics together, including writing the code.  In the second video (part 2) he finished building the portable pinball machine.

Code for the project has been published on GitHub.

Anjuna Logo Top Hat

Tim Lukasik made an awesome LED top hat.

The hat was made to wear to Above & Beyond’s Common Ground tour.  Tim used 722 neopixels glued onto a thin foam backing which was then attached to a top hat.  A Teensy 3.2 and a battery pack for power were wired into it.  He programmed the LEDs to display 13 different designs featuring the band’s iconic event logos that rotate in order.

The code for the project has been published on GitHub.