RV Leveling Helper

Sometimes the simplest solutions are the best. KD5RXT (Mark)’s “fairly simple” Teensy RV Leveling Helper (TRLH) may not be uncomplicated as a spirit level, it’s a clever solution to a common problem for RV owners.

The helper is placed on RV’s counter to measure whether the surface is level enough. Adjustment info is sent wirelessly to another unit outside, used to adjust the leveling ramps.

Based around a Bosch BMA400 accelerometer, ILI9341 touchscreen display, and a Teensy 4.0, this simple system takes the guesswork out of leveling your RV.

Using vector information from the accelerometer, the pitch and roll angles are then calculated, in turn providing the number of inches that each wheel on the RV (or wheel and hitch on a trailer) needs to be raised or lowered. A built-in LiPo battery with Adafruit PowerBoost 1000 USB charger ensures portability. A new update even allows two units to cooperate inside and outside of the vehicle using nRF24L01 wireless modules. Source, schematics, CAD files and more can be found on the project’s GitHub repo.

Modded MIDI Foot Controller

Behringer’s 2001 FCB1010 “MIDI Foot Controller” is a curious device. Ten assignable control pedals and expression pedals let you do — well, anything that you can do using MIDI, from controlling instruments, to lighting and effects, to automation.

But what if it could do even more? This was the question the PJRC forum user Expensive Notes asked themselves as they hatched a plan to gut and replace the internals with a Teensy 4.1 and Teensy Audio Adaptor Board.

The project’s forum thread and accompanying videos detail its evolution into a mono synth, drum machine, and sequencer with SD storage. More detail and generously-documented code can be found in the project’s GitHub repository.

Node Web GUI

DragonSF has created a Web GUI for Teensy 4.1 with a focus on audio projects. The system consists of a Node server (with some HTML/JS/CSS magic) and a Teensy library, which communicate via Ethernet to allow interactions with the GUI to affect firmware on the Teensy board.

As such, the project requires the Ethernet Kit for Teensy 4.1, as well as 8MB PSRAM and our USB Host Cable for MIDI. The web server and library code can be found on GitHub, and an example implementation, TMSidekick2, is also available on GitHub, including source code and schematics.

Loop Pedal with Procedurally Generated Beats

Marius4560 created a pretty rad project for their Human-Computer Interaction course assignment: a Teensy 4.0-based looping pedal that even provides its own unique ideas for beats!

The Audio Adaptor Board-based project generates random rhythms and drum sounds, plus lets the user record a chord progression to jam along to. An HTML template generator expands options even further. The video below gives a great overview of its usage, and the GitHub repo contains not just source code, but also more detail on the project.

Engelbart Chording Keyset

Douglas Engelbart gave “The Mother of All Demos” in 1968, introducing concepts such as the computer mouse, highlighting text, and hyperlinking documents, which profoundly impacted computing.

Less well-remembered, however, was Engelbart’s chording keyset, a five-button keyboard-like device that allows the input of characters when pressed in specific combinations. Russ Nelson wanted to bring awareness to the forgotten device with his entry in the Odd Inputs and Peculiar Peripherals contest.

Consisting of a Teensy 4.1, a custom PCB, and five mechanical key switches, all wrapped up in a custom enclosure housing the five keys, the hardware is actually quite simple. The Teensy’s USB Host capabilities are leveraged to incorporate mouse inputs before passing fused key codes to a PC, expanding the 5 buttons’ 32 combinations (enough for A-Z) to 256 thanks to the three additional buttons on the mouse. Further information, as well as source code and schematics can be found on the project’s Hackaday page.

Debugging with Visual Micro

Visual Micro, creators of a Visual Studio extension that enables Arduino development in the powerful Microsoft IDE, have created a serial debugging tool compatible with the Teensyduino platform.

The plug-in allows you to use breakpoints for step-by-step execution, monitor execution time between breakpoints, and set conditional breakpoints based on data or hit count.

The software, which works with Teensy boards, also allows variable monitoring and value setting at runtime, automatic visual pin monitoring, and easy-to-use charting. It works by injecting serial statements based on breakpoint configuration, when in debug mode. More information can be found on the Visual Micro web site, and a walkthrough of installation and setup can be found in the video below.

Mini MIDI Controller

Nick Culbertson, aka Moby Pixel on YouTube, recently acquired a Teensy 4.0 and some tiny breadboards. Nick liked the aesthetics of the Teensy/tiny combo so much that it turned into a “world’s smallest MIDI controller” attempt!

Nick had been eyeing Teenage Engineering’s new EP-133 K.O. II sampler, but decided to put some of those funds toward a Teensy DIY project instead (note that the K.O. costs about as much as twelve and a half Teensy 4.0s, so there should be enough left for nearly a dozen more DIY Pocket Operators!). The code uses the Control Surface Arduino library for building MIDI controllers and control surfaces, plus USB MIDI. A couple of buttons and jumper wires complete the hardware setup. Two buttons doesn’t give a ton of expression, but the sound that Nick creates with them in the video is pretty impressive — and then, for an even more diminutive setup, the breadboard is removed, and the Teensy’s headers themselves are played with a jumper wire, creating the ultimate minimalist MIDI rig! See it in action below, and grab the code from Nick’s GitHub gist.

Fancy PC Fan Controller

CryHam, creator of the Kacey and KC4 Keyboard Controllers, has created the “Fancy” PC fan controller based on the same code.

The device can regulate seven analog or PWM fans, with RPM detection and display, automated fan power adjustment based on DS18B20 temperature sensors, and an ST7735 1.8″ color TFT LCD display to show the GUI and graphs. Code is available on GitHub, and more detail can be found on CryHam’s web site.

LMN-3 Open-Source DAW

What do you get when you cross a Raspberry Pi 4 with a Teensy 4.1 with a Teenage Engineering OP-1? Perhaps something like the LMN3 from Fundamental Frequency!

This self-described “open source DAW-in-a-box” leverages the Pi-based Tracktion Engine DAW tools with a Pimoroni HyperPixel 4.0 display, and a Teensy interfacing with the hardware layer.

An extremely impressive GitHub organization houses the DAW software, Teensy firmware, FreeCAD and KiCad files, a detailed build guide, and even a MIDI-enabled emulator!

The current functionality includes multitrack recording and editing, plugins, sampler, sequencer, effects, clip cut/paste, loop controls, and project rendering. Check out the video below, then head over to the BOM and pick up the parts to make your own today!

Soundboard – Discord Sound Effects In Real Life

Mjd2dh and their friends were headed to a bachelor party, but how would they survive without their Discord soundboard?

Thanks to mjd2dh’s Teensy 4.1-based hardware soundboard, this was not a question that they ever had to answer, since the friends could now play their favorite sounds at will in real life!

“This project is stupid. Maybe the dumbest thing I’ve ever spent my time on.” states PJRC forum member mjd2dh. With that disclaimer out of the way, mjd2dh added 16MB of PSRAM for storing samples after they’d been loaded from mSD card. A MAX98357 Class D 3W amplifier connected via I2S, and a 4-Ohm 3W speaker provide the sound. Four wireless numeric keypads with their dongles connected to a 4-port USB hub, in turn connected to the Teensy’s USB Host pads give the friends their soundboard buttons. A custom C# utility facilitates sample management. See it in action in the video below!