Arduino TPDD: Difference between revisions
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 |
||
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/ | [https://github.com/bkw777/PDDuino 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 hardware sleep while idle and waking on hardware interrupt for power-saving. | ||
[https:// | [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://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 22:57, 11 August 2020
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 hardware sleep while idle and waking on hardware interrupt for power-saving.
Micro-TPDD-2 - Not Arduino, but using a similar microcontroller on a custom board.
arduino-tpdd - Ron Lauzon