Difference between revisions of "SerLoader"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
(2 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 14: | Line 18: | ||
* Level Shifter mounted on [[GRID49]] card | * 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] | ||
Line 21: | Line 26: | ||
== Software == | == 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
- NANO-BKOUT
- SD CARD X49
- MyMenu
- MCP23008 I2C interface
- OLED
- 5 Pushbuttnns
- 3 LEDs
- Level Shifter mounted on GRID49 card
Level Shifter (Optional)
- Convert 5V Arduino NANO Tx/Rx to 3.3V
- 4-channel I2C-safe Bi-directional Logic Level Converter
Software
- Runs on Arduino Nano
- U2g8x8 OLED
- SD card software