TeensyMaestro using Adafruit Display

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
KD0RC
 
Posts: 6
Joined: Mon May 06, 2019 5:06 pm

TeensyMaestro using Adafruit Display

Post by KD0RC »

The TeensyMaestro is a Teensy (Arduino work-alike) based set of controls for the FlexRadio 6000 series. It provides knobs, buttons, display and a keyer. It is designed to augment SmartSDR (SSDR), not replace it. There are many functions that the TeensyMaestro cannot perform that still need to be done using SSDR or a real Maestro. The TeensyMaestro uses a USB cable for power and an ethernet cable to connect with the radio. All communication with the radio is via TCP/IP, not the USB cable. The primary design goal was to provide the most used controls in the form of knobs and buttons while retaining all the power and convenience of the computer-based SSDR. It uses the extensive TCP/IP Application Programming Interface (API) provided by FlexRadio. It also leverages the Flex Arduino library built by Enzo, IW7DMH. Without this library, the TeensyMaestro would not have been built. While the TeensyMaestro has a color touch screen, it does not display a panadapter or waterfall. It does show basic slice information in a similar way as the “flag” does in SSDR. The touch screen is a rudimentary resistive type, so it does not have cell phone like capabilities but provides some simple functions. There are no functions that rely solely on the touch screen; the physical controls cover all touch screen functions.

This controller uses the Adafruit 3.5 " TFT touch screen (https://www.adafruit.com/product/2050) and the Adafruit STMPE610 resistive touch controller (discontinued due to 610 and 811 chips going unobtanium). Once the replacement comes out, I will build a version for the new touch controller.

Image

GitHub project:
https://github.com/KD0RC/Teensy-Maestro ... 000-radios

Locked
Please be positive and constructive with your questions and comments.

Return to “AdaBox! Show us what you made!”