Holiday Vector Graphic

Monta Elkins at Fox Guard made a festive holiday ornament to hang on the tree.

Using the digital to analog converter (DAC) pins on a Teensy 3.5 Monta was able to display a drawing of a holiday tree on a Tektronix T32A oscilliscope.  He went old school in the design process and first drew the design on graph paper to plot the coordinates for the design.  Then wrote some code to  draw lines between the coordinates to create the tree.

Okay, maybe it’s a *little* heavy to hang on a tree, but it is festive!

Chanukah Display

Ben Forta has made a festive, animated Chanukah light display featuring a menorah and dreidel game.

The two displays total over 4,500 NeoPixel LEDs.  Both displays are built on aluminum frames covered with chicken wire to allow wind to pass through (survived 60 MPH winds).  Each display is controlled by a Teensy 3.2 paired with an OCTO Shield.  All fo the electronics, power feeds, and data connections are housed in a pair of waterproof boxes.

Happy Chanukah!

 

Tympan Open Source Hearing Aid

Chip Audette and the folks at Tympan has developed a fully open source hearing aid development platform.

Hearing aid technology has been closed technology with access only available to those working in the industry and Chip set out to change that.  What began as an experimental project has now become Tympan, an open source hearing aid development platform.

The Tympan platform uses a Teensy 3.6 and the Digital Signal Processing (DSP) capabilities of the Teensy Audio Library to implement dynamic range compression – amplifying quieter sounds while not making louder sounds any louder.  Chip has a great explanation of the need for dynamic range compression in this blog post.  He follows it up with details on how he implemented it in this blog post.

The Tympan units are affordable devices that allows users to program and customize their own hardware to best suit their hearing needs without having to go to a technician each time an adjustment is needed.

The Tympan hearing aids are OSHWA Certified.  Code, schematics and KiCad files are available on GitHub.

Drum Master Electric Drum Set

Wyatt Olsen built an incredible electronic drum set that that is fully portable and customizable.

Looking to get back to playing drums, Wyatt decided to create Dum Master, an electronic drum set.  The first rev was functional but had a few problems such as difficulty in getting accurate velocity sensing and the need for a separate computer to play the sounds.  Notable improvements with Rev 2 of the project include using peak detection hardware and using a Teensy with an Audio Shield for playback.

Additional details can be found on the Drum Master website.

Code for the project has been published on GitHub.

Omega Flight Computer

Delta Space Systems has developed a flight computer for launching rockets into high altitudes.

The Omega flight computer features 2 pyro channels, 2 servo outputs for thrust vector control, data logging, altitude measurements, and a gyroscope.  This latest version of their flight computer upgrades from using a Teensy 3.2 to a Teensy 3.5.  The increased processing power allows for additional data logging to make more accurate TVC (Thrust Vector Control) movements.  They were also able to eliminate the SD socket and flash chip from the design which contributed to a significant weight reduction.

TSynth

UHF made TSynth, an awesome sounding four note polyphonic synthesizer.

Inspired by the Teensy-Synth series by Notes & Volts, UHF set out to make his own synthesizer using a Teensy 3.6, Audio Shield, and the Audio Library.

 

This synth is packed with features including four voice polyphony with two oscillators per voice.  Check out the forum post for a full list of features on this incredible project.