Arduino TPDD: Difference between revisions

From Tandy Tech
Jump to navigation Jump to search
(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...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
[https://github.com/TangentDelta/SD2TPDD SD2TPDD] - Arduino implimentation by Jimmy Petit.
[https://github.com/TangentDelta/SD2TPDD SD2TPDD] - Arduino implimentation by Jimmy Petit.


[https://github.com/bkw777/SD2TPDD/tree/bkw_teensy36 TeensyPDD] - Fork of SD2TPDD that takes advantage of the special hardware of the [https://www.pjrc.com/store/teensy36.html Teensy 3.5 and 3.6] and has a few other minor enhancements. [https://youtu.be/_lFqsHAlLyg Video]<br>
[[PDDuino]] - Fork of SD2TPDD that ports it to a few different arduino-compatible boards that have an SD card reader built-in, and adds a few enhancements like sleep and bootstrap.
 
[https://github.com/bkw777/SD2TPDD/tree/bkw_al32u4 PDDuino] - Fork of TeensyPDD for the [https://learn.adafruit.com/adafruit-feather-32u4-adalogger/overview  Adafruit Feather 32u4 Adalogger]. Actually supports Teensy also, and includes some enhancements not in TeensyPDD<br>
 
[https://www.oshpark.com/shared_projects/WWm1seUy Micro-TPDD-2] - Not Arduino, but using a similar microcontroller on a custom board.<br>


[https://github.com/rlauzon/arduino-tpdd arduino-tpdd] - Ron Lauzon
[https://github.com/rlauzon/arduino-tpdd arduino-tpdd] - Ron Lauzon

Latest revision as of 06:19, 11 September 2022

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

SD2TPDD - Arduino implimentation by Jimmy Petit.

PDDuino - Fork of SD2TPDD that ports it to a few different arduino-compatible boards that have an SD card reader built-in, and adds a few enhancements like sleep and bootstrap.

arduino-tpdd - Ron Lauzon