Difference between revisions of "SerLoader"

From Land Boards Wiki
Jump to navigation Jump to search
(Created page with "== Serial Loader == == Features == == Cards == * NANO-BKOUT * SD CARD X49 * MyMenu * Level Shifter === Level Shifter === * [https://www.adafruit.com/product/7...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Serial Loader ==
 
== Serial Loader ==
 +
 +
* Transfer files from SD card to external Serial interface
 +
* Transfer files from external Serial interface to SD card
 +
* Menu driven program
  
 
== Features ==
 
== Features ==
Line 8: Line 12:
 
* [[SD CARD X49]]
 
* [[SD CARD X49]]
 
* [[MyMenu]]
 
* [[MyMenu]]
* Level Shifter
+
** MCP23008 I2C interface
 +
** OLED
 +
** 5 Pushbuttnns
 +
** 3 LEDs
 +
* Level Shifter mounted on [[GRID49]] card
  
=== Level Shifter ===
+
=== Level Shifter (Optional) ===
  
 +
* Convert 5V Arduino NANO Tx/Rx to 3.3V
 
* [https://www.adafruit.com/product/757 4-channel I2C-safe Bi-directional Logic Level Converter]
 
* [https://www.adafruit.com/product/757 4-channel I2C-safe Bi-directional Logic Level Converter]
  
 
[[file:BiShifter4.jpg]]
 
[[file:BiShifter4.jpg]]
 +
 +
== Software ==
 +
 +
* Runs on Arduino Nano
 +
* U2g8x8 OLED
 +
* SD card software
 +
 +
 +
=== References ===
 +
 +
* [https://www.geeksforgeeks.org/xmodem-file-transfer-protocol/ XMODEM Protocol]

Latest revision as of 14:29, 5 June 2022

Serial Loader

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

Features

Cards

Level Shifter (Optional)

BiShifter4.jpg

Software

  • Runs on Arduino Nano
  • U2g8x8 OLED
  • SD card software


References