Currently in test. Only tested with STM32F3 MCUs.
- tkinter
- matplotlib
- pyserial
Clone the repository:
git clone --recurse-submodules https://github.com/blr-ophon/visuvia
Launch with:
python main.py --gui
or
python main.py --cmd
Use the MCTP api (still to be documented) on your MCU to communicate with visuvia. GUI allows data visualization in real time, cmd saves received data to csv and text files.
sync: Try to connect to microcontroller.
drop: Disconnect from microcontroller.
request: Start receiving data.
stop: Stop data transfer. Save data to csv and text files.
exit: Exit visuvia cmd.