HW1 ESP32-Cam Setup

Calvin Reese

cjreese@fortlewis.edu

9/1/2022

Introduction

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

Materials and Methods

The tutorial to these examples are found:

Here

All the code used for this project is identical to the code in the tutorial.

Results

Task 1: Camera functionality and face detection

Task 2: Control the flash light and the GPIO pins

Discussion

Super simple and straightforward HW. Nice to get a little C review and look at a mostly new microcontroller. Now I can go into the code to see how to host an HTML page. The rest of this project should be exciting!