The goal of this project was to create a program that involved the communication of multiple ESP32s. As we had three group members, we used three ESP32s. Our project's objective was to have a website that could identify gestures of two accelerometers and compare them, while indicating if they were similar. Essentially, two of the ESP32s have accelerometers attached to them. The ESP32 can read these values, and the code then converted this into average values in the form of degrees based on the three outputs, X, Y and Z. The next step was to have those average values sent to a website that would identify and differentiate the values being received based on the ESP32's Mac Address. This way it can identify which value is coming from which accelerometer. The values were then compared, and if all of the axis averages were within 25 degrees of each other, it would send a command for the third ESP32 to change the light color. The color would change from red to green when the values are equal, and from green to red when they are not.