Week 11- Networking

Connecting ESP32 to the internet 3

Cecilia Marsicovetere

As part of the final project, I switched to using an ESP32S3. I had an interface connected to the internet, so it was needed that this guy would connect. I asked chatGPT for the code but it was honestly very straightforward. I asked to add to the code I had in final rpoject and include both wifi and interface.

The #include library was pulling all the weight. With this library, I just needed the wifi name and password. Then I would call the begin initializator with those values, and it would connect. There is a function for the state of the connection and one to fin out the IP address. There wasn't anything crazy this week.