This week, I worked with my group to explore different networking methods and communication protocols. We established a bluetooth connection between a cellphone and the ESP32C3 and sent a message from an Arduino UNO to the ESP32C3 using UART communication protocol. For my individual assignment, I wanted to read input in the Arduino Serial monitor to the ESP32C3 Serial monitor, but for some reason the Arduino Serial monitor stops reading data from its input prompt whenever the ESP is plugged into the same computer. So I just ended up reading 0s and 1s from the Arduino Serial to turn on/off the built-in LED in my development board I had designed in week 8.