Mechatronics
Documentation for ME 405 labs
generate_plot.py File Reference

A simple tool to plot temperatures and times collected from the Nucleo and mcp9808 temperature sensor. More...

Variables

 generate_plot.file_time = datetime.now().strftime("%Y_%m_%d_%I-%M-%S_%p")
 
list generate_plot.times = []
 
list generate_plot.core_temps = []
 
list generate_plot.sensor_temps = []
 
 generate_plot.time
 
 generate_plot.core_temp
 
 generate_plot.sensor_temp
 
 generate_plot.label
 

Detailed Description

A simple tool to plot temperatures and times collected from the Nucleo and mcp9808 temperature sensor.

This script can be run either on the Nucleo or on the PC, however the datetime library is unsupported on the microprocessor, so it should be commented out and replaced with a call to utime.time().

Author
Tyler Olson
Date
May 13, 2021