Week 10
10 Networking & Communications
ESP32 WiFi HOTSPOT
This week was all about making a dev kit that could be hooked up to a web UI! This week was particularly tough. Thanks to Cathy Fang for helping me out debugging my devkit!
I wanted to have a private connection between the PCB and a web-ui and so I decided to make my ESP32 into an Access Point, which is basically a wifi router that other devices could use. It was pretty simple to do just following this tutorial.