We redefine visualizing digital sensor data.
The umrx-app-v3
python-3
library communicates with Bosch Sensortec evaluation boards:
Application Board
3.1 and
3.0
running COINES firmware.
The library is designed to save your time and effort while interfacing with sensors on your BST evaluation boards.
- pure python: no need for C-library wrapper
(as in coinespy),
all code is written in
python3
, with onlypyserial
andpyusb
dependencies; - user-friendly API: clear, pythonic methods for sending commands and receiving sensor data;
- support for 3.1 and 3.0 hardware: both evaluation boards are supported and tested;
- extensibility: the project can be easily extended to work with new shuttle boards;
- cross-platform: works on Linux, Mac, and Windows.
Install and try it out umrx-app-v3
via pip:
pip install umrx-app-v3
Take a look at the available examples.