Difference between revisions of "SD Loader"

From Land Boards Wiki
Jump to navigation Jump to search
Line 32: Line 32:
 
== Software ==
 
== Software ==
  
 +
* Runs on Arduino Nano
 
* Menu driven
 
* Menu driven
* Runs on Arduino Nano
+
** [https://github.com/land-boards/lb-Arduino-Code/blob/master/LBCards/MyMenu/OLEDMenuCodeV2/OLEDMenuCodeV2.ino MyMenu card driver]
* U2g8x8 OLED display
+
* OLED display
 +
** [https://github.com/olikraus/u8g2/wiki/u8x8reference ug2 u8x8 OLED display driver software]
 
* [https://github.com/land-boards/lb-Arduino-Code/blob/master/LBCards/SDCard/SDCard.ino SD card driver software]
 
* [https://github.com/land-boards/lb-Arduino-Code/blob/master/LBCards/SDCard/SDCard.ino SD card driver software]
  

Revision as of 14:42, 5 June 2022

SD/Serial Loader

  • Transfer files from SD card to external Serial interface
  • Transfer files from external Serial interface to SD card
  • Menu driven program

Features

  • Supports SD cards up to 32GB
    • FAT32 formatted
  • Serial interface
    • Full hardware Handshake support

Cards

Level Shifter (Optional)

BiShifter4.jpg

Software

References