]> sigrok.org Git - sigrok-util.git/commit
eevblog-121gw: introduce BLE to UART gateway (EEVBlog 121GW comm helper)
authorGerhard Sittig <redacted>
Tue, 9 Oct 2018 17:27:06 +0000 (19:27 +0200)
committerUwe Hermann <redacted>
Sun, 14 Oct 2018 21:47:32 +0000 (23:47 +0200)
commitf6b2c5a35e8ad812c52dd084993010e0baf5bae8
treea115d813d5125c9336b0186619eb0c8ccf2f939b
parentc5aaf3346f1470bef34abfe85bc440c02e627414
eevblog-121gw: introduce BLE to UART gateway (EEVBlog 121GW comm helper)

Introduce a Python script which relays data which is received via BLE
communication to a UART. This enables immediate use of the serial-dmm
device driver for the EEVBlog 121GW multimeter, until sigrok's serial
communication layer grows (better) support for this physical layer.

Prefer the bluepy(3) Python module over the external gatttool(1) process
since this enables automatic scan for the device's address, and graceful
handling of lost communication, including re-connecting to the device.
util/eevblog-121gw/eev121gw-ble-uart-relay [new file with mode: 0755]