Door Sensor Coding Project 2022

In the project, we wrote a code that will have an esp32 read a door opening and print that the door is open as well as the time it was opened. We then had another esp32 read that the door was open and turned on a LED light.

0 Lifts 

Artifacts

Name Description
Arduino To Webpage and Door Sensor Code This is the code for both the reading of the door sensor and the uploading to the website.   Download
Website Code This is the code for the PHP part of the project, adding the information to the CSV file.   Download
Arduino reading csv and turning on/off LED This code is used to read if the door is open or not. If the door is opened the light will stay on until the sensor reads that the door is closed.   Download