- This is literally a serial monitor.
- Converts the incoming serial data sent by the Vila2Sat's CanSat into the CSV format for the Vila2Sat Dashboard.
- Converts the incoming serial data sent by the Vila2Sat's CanSat into the KML format to track the Vila2Sat Cansat in Google Earth 3D View.
This uses its own serial monitor using pyserial
, it makes the serial monitor show up in the terminal you run the converter in, and while its being monitored, it updates and saves to the output csv file.
- Use
python serial
to open the terminal serial monitor (both save and update the csv & kml files)
This uses its own serial monitor using pyserial
, it makes the serial monitor show up in the terminal you run the converter in, and while its being monitored, it updates and saves to the output csv file.
- Use
python serial_gui
to open the GUI serial monitor (both save and update the csv & kml files)
This track was made using fake data for visual representation.
- Will add soon.
- Will add soon.
You can find the Vila2Sat Dashboard this converts the data for here -> https://github.com/abyssxd/cansat_vila2sat
- Install pyserial by running
pip install pyserial
, Install simplekml by runningpip install simplekml
& finally install TtkThemes withpip install ttkthemes
- Change the
port & baud rate
to yours in thecsv_conv.py
file. - Modify the
data_parse
function if necessary. - Connect the arduino, esp32 or anything that prints serial data.
- Run the file with
python csv_conv.py
& it should start showing the serial data & saving it in the csv file.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.