Data Collection#

For the case studies, specifically the thermo and heat transfer case studies, you will need to collect temperature data. There are a number of ways to do that. Using an ESP32 microcontroller with a MAX6675 thermocouple amplifier is one way that is very affordable and effective. Below is a short, and hopefully effective, tutorial on how to use the ESP32 and MAX6675 to collect temperature data.

Data Collection Steps#

Trouble Shooting (Windows)#

If you’re having trouble getting the ESP32 to work with the Arduino IDE, you may need a Windows driver. The driver can be found here: https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads:

  • Choose the CP210x Universal Windows Driver and it should download for you

  • Extract all of the downloaded folder

  • Install the driver by double clicking the Update Parameters file (or equivalent)

  • Plug in your ESP32 to your computers USB port

  • Open your device manager and find the USB COM ports and you will likely see the CP210x device listed, right click on that and choose update driver and then browse to the downloads folder (choose the downloads folder) and then click next and it should install the driver for you

  • You may need to restart your computer after this is done

  • Now you should be able to see the COM port in the Arduino IDE and upload code to the ESP32