minipix_uart_interface
A library and examples for the MiniPIX UART interface
Data decoder and visualizer

This is a small Python example of a decoder and a visualizer of recorded data. The decoder processes HEXadecimalized frame data (LLCP_FrameDataMsg_t) and shows them in a minimalistic GUI. More info and context in the general ../README.md "README".

Data stored in the HEXadecimal form.

Minimalistic GUI for visualization of the recorded images.

Dependencies

The Python dependencies are listed in the requirements.txt file. The script

./make_python_env.sh

will prepare an isolated virtual environment, that can be used to run the decoder.py by issuing

./run_in_env.sh

Input file

Please, edit the decoder.py and set the relative path to the input file in the variable

file_path = "data/hw_data.txt"