ATE shield prototype for MicroPython!
Go to file
Yilin Sun 7ee4494122
Fixed UART labels.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-05-29 21:41:57 +08:00
assets Added LICENSE and README. 2023-05-18 18:20:29 +08:00
libraries@2b63f6fc6e Initial commit. 2023-05-17 19:05:23 +08:00
.gitignore Updated .gitignore. 2023-05-18 14:17:39 +08:00
.gitmodules Initial commit. 2023-05-17 19:05:23 +08:00
LICENSE Added LICENSE and README. 2023-05-18 18:20:29 +08:00
Pudding_MPyATE.kicad_pcb Fixed UART labels. 2023-05-29 21:41:57 +08:00
Pudding_MPyATE.kicad_pro Initial Rev. A0 signoff 2023-05-18 14:13:10 +08:00
Pudding_MPyATE.kicad_sch Fixed UART labels. 2023-05-29 21:41:57 +08:00
README.md Added LICENSE and README. 2023-05-18 18:20:29 +08:00
sym-lib-table Initial commit. 2023-05-17 19:05:23 +08:00

README.md

MicroPython ATE Shield

Rev. A0 PCB

Why

This board is created trying to solve the following problem in MicroPython project:

What if the code compiles, but does not work as intended?

So an idea came up by @robert-hh, that we can make these testes automated with a "shield" (See here)

Some peripherals CAN be verified by connecting to itself, such as UART and GPIO, while others can't be easily verified without some on-board devices like sensors or EEPROMs. So instead of mounting all sensors on a board, a cheap MCU is used to act like some peripherals, which can produce controllable and repeatable results to DUT.

This board can be used to verify the following peripheral drivers:

  • ADC
  • UART
  • SPI
  • I2C
  • PWM
  • GPIO

LPC804

Why LPC804?

  • Cheap enough
  • Fully 5V IO tolarent
  • Has an DAC(!)
  • Switch Matrix