WEEK 14 - Networking and Communications

Checklist:

  • Design, build and connect wired or wireless node(s) with network or bus addresses and a local interface.

Learnings from the group assignment

During the group project, we tested various types of communication, but we achieved the best results using Wi-Fi with two Seeeduino XIAO ESP32C3 boards. My contribution was to explain the code and how the components involved in the MQTT protocol communication.

Group apport


Programming and design process and Results

Connections before the programming

For this assignment, I initially tried to communicate between my boards using serial communication but was unsuccessful. Due to time constraints, I decided to switch to I2C communication, which allowed the boards to communicate seamlessly.


Programming process


Mistakes and Learnings


Result

Communication using i2C

Communication results