PDDuino: Difference between revisions

From Tandy Tech
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Jimmy Petit's original project for Arduino Mega
<gallery mode="packed-hover">
:https://github.com/TangentDelta/SD2TPDD
PDDuino_demo_2.jpg
PDDuino_mcu_and_serial-ttl.jpg|[https://duckduckgo.com/?q=ns-rs232-02 NS-RS232-02]<br>and<br>[https://duckduckgo.com/?q=adalogger Adalogger]<br>(32u4 or M0)
PDDuino_serial-cable.jpg|9F/25M Null-Modem cable<br>[[Model_100_102_200_600_Serial_Cable|same cable as for connecting to PC]]
PDDuino_DSR_DTR_DCD_top.jpg|add wires to bridge DTR-DSR-DCD
PDDuino_DSR_DTR_DCD_bottom.jpg|add wires to bridge DTR-DSR-DCD
PDDuino_all_wiring.jpg
PDDuino_demo_1.jpg
</gallery>


And here is a fork that adds,
PDDuino is a fork of [https://github.com/TangentDelta/SD2TPDD SD2TPDD] that adds,
* power saving sleep mode calls
* Power-saving hardware sleep and wake from hardware interrupt
* disk-activity led
* Disk-Activity light
* support for the special card-reader hardware on Teensy 3.5/3.6
* Port to [https://www.pjrc.com/store/teensy36.html Teensy 3.5/3.6], including the special SDIO SD-Card reader hardware on Teensy 3.5/3.6
* the current working directory is displayed in the top-right corner of the TS-DOS display
* Port to [https://www.adafruit.com/product/2795 Adafruit Feather 32u4 Adalogger]
:https://github.com/aljex/SD2TPDD/tree/bkw_teensy36 for [https://www.pjrc.com/store/teensy36.html Teensy 3.5/3.6]
* Port to [https://www.adafruit.com/product/2796 Adafruit Feather M0 Adalogger]
:https://github.com/aljex/SD2TPDD/tree/bkw_al32u4 for [https://www.adafruit.com/product/2795 Adafruit Feather 32u4 Adalogger]
* Current working directory is displayed in the top-right corner in TS-DOS


https://www.youtube.com/embed/_lFqsHAlLyg
https://github.com/bkw777/PDDuino

Latest revision as of 15:14, 13 August 2020

PDDuino is a fork of SD2TPDD that adds,

https://github.com/bkw777/PDDuino