# Embedded Tester Protocol (ETP) library
- ETP allows you to test/automate low-level functionality on your embedded device from your host PC.
- Note that ETP requires a target firmware client that will accept ETP requests.
- You can download prebuilt target ETP firmware for the following boards:
- Arduino Uno
- ESP32
## Arduino UNO
- Download firmware from [here.](https://www.rust-lang.org) TODO: FIXME
- Program `arduino_uno.hex`
`avrdude -v -p atmega328p -c arduino -P /dev/ttyUSB0 -b 115200 -D -U flash:w:arduino_uno.hex:i`
## ESP32
Coming soon