Arduino TPDD

From Tandy Tech
Revision as of 04:40, 3 October 2019 by Bkw (talk | contribs) (Created page with "There are several TPDD emulators based on the Arduino microcontroller platform. [https://github.com/TangentDelta/SD2TPDD SD2TPDD] - Arduino implimentation by Jimmy Petit. [h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There are several TPDD emulators based on the Arduino microcontroller platform.

SD2TPDD - Arduino implimentation by Jimmy Petit.

TeensyPDD - Fork of SD2TPDD that takes advantage of the special hardware of the Teensy 3.5 and 3.6 and has a few other minor enhancements. Video

PDDuino - Fork of TeensyPDD for the Adafruit Feather 32u4 Adalogger. Actually supports Teensy also, and includes some enhancements not in TeensyPDD

Micro-TPDD-2 - Not Arduino, but using a similar microcontroller on a custom board.

arduino-tpdd - Ron Lauzon