Difference between revisions of "PiPicoMite02 Based Test Station"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 34: | Line 34: | ||
* [[PiPicoMite02]] Test Station card | * [[PiPicoMite02]] Test Station card | ||
* [[DB37RIBBON]] card | * [[DB37RIBBON]] card | ||
+ | * Cable set | ||
+ | ** (2) 10x2 ribbon cables | ||
+ | ** Marking 1 DB37, 21 DB38 on one end, 1 LED32, 21 LED32 on the other end | ||
* [https://github.com/land-boards/RasPiPico/blob/main/PicoMite_MMBASIC/PicoMite_VGA/Land%20Boards%20BASIC%20Programs/lbcards/GPIO32/GPIO32-01.bas GPIO32-01.bas] - test software | * [https://github.com/land-boards/RasPiPico/blob/main/PicoMite_MMBASIC/PicoMite_VGA/Land%20Boards%20BASIC%20Programs/lbcards/GPIO32/GPIO32-01.bas GPIO32-01.bas] - test software | ||
** Bounces a bit across the LEDs | ** Bounces a bit across the LEDs | ||
+ | * Type | ||
+ | <pre> | ||
+ | chdir "/lbcards/GPIO32" | ||
+ | load "GPIO32-01.bas" | ||
+ | run | ||
+ | </pre> | ||
+ | * Will do 55, aa pattern alternating | ||
+ | * Will bounce a bit across the LEDs | ||
+ | * Hit any key to contines |
Revision as of 18:45, 19 June 2022
Contents
Hardware
- PiPicoMite02 Processor Card
- LED-32
- UUT Cables Set
- PS/2 keyboard
- VGA Monitor
- SD card with Test Code
- 5V into USB B or power card with USB Micro on Pico
PiPicoMite02 Processor Card
- Test code is stored on SD Card
- External I2C cards connect to J1 - I2C0 connector
- DB-37 to connect to external test cards
LED-32 Card
- 32 LEDs
- 8 Ground pins
- Connect with Ribbon Cables
Cable Sets
- Ribbon cables
- Connect directly to LED-32 card or to DB37RIBBON card(s)
Test Station Validation / Self-Test
- PiPicoMite02 Test Station card
- DB37RIBBON card
- Cable set
- (2) 10x2 ribbon cables
- Marking 1 DB37, 21 DB38 on one end, 1 LED32, 21 LED32 on the other end
- GPIO32-01.bas - test software
- Bounces a bit across the LEDs
- Type
chdir "/lbcards/GPIO32" load "GPIO32-01.bas" run
- Will do 55, aa pattern alternating
- Will bounce a bit across the LEDs
- Hit any key to contines