Update README.md
bullets
This commit is contained in:
parent
170d0895ee
commit
47dcde973a
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
|
@ -8,9 +8,21 @@ Format is EagleCAD schematic and board layout
|
|||
|
||||
### Description
|
||||
|
||||
This board is what we use internally at Adafruit to program and test boards with microcontrollers on them. An [RP2040 Pico](https://www.adafruit.com/product/5525) (or perhaps PicoW?) is used to run the test software. [Use a 16x2 LCD (ideally RGB backlight)](https://www.adafruit.com/product/398)( for display output with color feedback such as green for pass, red for fail. Firmware files can be stored on MicroSD card which is slotted in. Connect the right hand side to the device-under-test jig which can be different for each product. [USB Host testing is done with bitbang PIO support in TinyUSB!](https://github.com/adafruit/Adafruit_TinyUSB_Arduino) The RP2040 can also perform ESP32 programming, RP2040-via-USB, AVR ICSP/UPDI, or SWD DAP. [See the TestBed library for some examples.](https://github.com/adafruit/Adafruit_TestBed)
|
||||
This board is what we use internally at Adafruit to program and test boards with microcontrollers on them.
|
||||
* An [RP2040 Pico](https://www.adafruit.com/product/5525) (or perhaps PicoW?) is used to run the test software
|
||||
* [Use a 16x2 LCD (ideally RGB backlight)](https://www.adafruit.com/product/398) for display output with color feedback such as green for pass, red for fail. RGB backlight is WS2811-controlled. Don't forget to set the contrast pot on first usage.
|
||||
* Serial1 hardware UART has RX/TX pin switch to flip directions
|
||||
* 1.9" TFT connector is placed but hasn't been tested or used yet
|
||||
* Piezo buzzer can be used for audible feedback alerts
|
||||
* STEMMA QT I2C port
|
||||
* Big reset button
|
||||
* Firmware files can be stored on MicroSD card which is slotted in.
|
||||
* Connect the right hand side, either the 0.1" header or 18-pin EYESPI-like FPC connector to the device-under-test jig which can be different for each product.
|
||||
* [USB Host testing is done with bitbang PIO support in TinyUSB](https://github.com/adafruit/Adafruit_TinyUSB_Arduino), USB 5V power can be turned on / off
|
||||
* Use Philhower RP2040 core for programming
|
||||
* The RP2040 brains can perform ESP32 programming, RP2040-via-USB, AVR ICSP/UPDI, or SWD DAP. [See the TestBed library for some examples.](https://github.com/adafruit/Adafruit_TestBed)
|
||||
|
||||
**THIS IS NOT AN ADAFRUIT PRODUCT, IT IS COMPLETELY AND UTTERLY UNSUPPORTED. THERE ARE NO PLANS/ETA FOR MANUFACTURING, STOCKING OR SUPPORTING. DO NOT ASK FOR SUPPORT OR ASSISTANCE. WE DON'T GUARANTEE IT WORKS FOR YOU OR AT ALL AND ARE ONLY PUBLISHING IT IN THE HOPES THAT IT IS USEFUL FOR SOMEONE WHO DOES NOT NEED SUPPORT OR ASSISTANCE IN USING IT!**
|
||||
**THIS IS NOT AN ADAFRUIT PRODUCT, IT IS COMPLETELY AND UTTERLY UNSUPPORTED. THERE ARE NO PLANS/ETA FOR MANUFACTURING, STOCKING OR SUPPORTING. DO NOT ASK FOR SUPPORT OR ASSISTANCE. THIS INCLUDES ASKING US FOR BOM, SOURCING OR ASSEMBLY HELP. WE DON'T GUARANTEE IT WORKS FOR YOU OR AT ALL AND ARE ONLY PUBLISHING IT IN THE HOPES THAT IT IS USEFUL FOR SOMEONE WHO DOES NOT NEED SUPPORT OR ASSISTANCE IN USING IT!**
|
||||
|
||||
[](https://www.youtube.com/watch?v=sjl7aVK2Q2U)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue