For electronics design week, I wanted to experiment with the Seeed camera (because I want to implement computer vision hopefully for final project) and the Xiao that supports such feature: the ESP32S3.
A Lingdong helped so much in setting up the Xiao seeed camera. This included both the code in the Arduino IDE that needed to include the esp camera library, along with the code itself to turn the camera input into ASCII:
Also used the 330ohm resistor to power the circuit in the breadboard and tested that the circuit would work with just power initially:
Here is the circuit at work!
Based on this circuit, it was more comprehensive to set up on kicad the circuit towards designing a printed circuit board. Again, huge shoutout to TA Lingdong that helped with libraries for the specific devlopment board I was using.