etp 0.0.1-alpha

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

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