Arduino TPDD: Difference between revisions

From Tandy Tech
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


[https://youtu.be/_lFqsHAlLyg Video]<br>
[https://youtu.be/_lFqsHAlLyg Video]<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

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.

Video

arduino-tpdd - Ron Lauzon