etp

Crates.ioetp
lib.rsetp
version0.0.1-alpha
sourcesrc
created_at2025-04-26 11:14:30.312172+00
updated_at2025-04-26 11:14:30.312172+00
descriptionEmbedded Tester Library (ETP). Control embedded devices from host!
homepage
repository
max_upload_size
id1650155
size85,076
Jabez Winston (jabezwinston)

documentation

https://docs.rs/etp

README

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

Commit count: 0

cargo fmt