Close

Alternate Hardware

A project log for SD/Serial Card Loader

Load/Save files from/to an SD card to/from a Serial Port

land-boardscomland-boards.com 06/15/2022 at 17:080 Comments

The "unique" piece of hardware in this design is the MyMenu card. 

The MyMenu card has an MCP23008 I2C port expander. This is necessary since the menu system needs at least three buttons and there are not enough pins on the QT Py or XIAO RP2040 cards to have three buttons on three separate pins.

Three Buttons on one Analog Input

A resistor tree with switches could be used to convert the three switches to different voltage levels and input the line to a single analog input - like this:

See the source image

Alternate Inputs

Alternately, a Raspberry Pi Pico could be used since it has a lot of extra I/O pins. This JOYPAD card could be used with a Raspberry Pi Pico card like the PiPicoMite01.


Discussions