11. Networking

Overview

This week I had my input week and output week microcontrollers talk to each other. To do this I had it be so that when the input device was high, it sent a signal to a digital pin on my output board which then started the walking sequence. For my group work I

Group Work

Code

I had already been working with having the input deivce respond to something so what I did was upload the facial recongintion code to my esp32s3 with a slight addition. This addition was that when the camera saw a face it would send a signal from pinout ___ to my esp32c3 digital pin ____. This was completed through the use of a wire.

Testing