#etp #host #devices #esp32 #uno

bin+lib etp

Embedded Tester Library (ETP). Control embedded devices from host!

1 unstable release

Uses new Rust 2024

new 0.0.1-alpha Apr 26, 2025

#375 in Hardware support

Custom license

39KB
970 lines

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. 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

Dependencies

~3–4.5MB
~81K SLoC