The Strain Guage

Calvin Reese

cjreese@fortlewis.edu

9/29/2022

Introduction

In this HW, we learned how to use the ESP32-Cam microcontroller and send that data over the internet, emails, and text.

Materials and Methods

The tutorial to these examples are found:

Here

Results

Sender Code
Receiver Code

Task 1: Get an accurate weight reading

Task 2: transfer that reading to another ESP32 wirelessly

Discussion

This project was simple and straightforward. The only reason I took me so long was becuase I didn't notice that the serial wasn't initialized in the receiver code till the end.