IoT WiFi Based Data Logger With Device Control
IoT WiFi Based Data Logger With Device Control
IOT based data logger is an excellent way to monitor and control the environmental
condition as well as equipment working status in industry, home etc., from anywhere in the
world. IOTDL (IOT based data logger) collects the information by all kind of sensors. We are
making use few sensors (Temperature and Light level) whos values are logged on web browser
over IoT (WiFi) communication. User can also control the relays connected to microcontroller
over web browser as per users requirement.
For IoT communication, we are making use of 32bit esp8266 controller along with PIC
microcontroller for sensors interface. This project makes use of an onboard computer, which
is commonly termed as micro controller. It acts as heart of the project. This onboard
computer can efficiently communicate with the output and input modules which are being
used. The controller is provided with some internal memory to hold the code. This
memory is used to dump some set of assembly instructions into the controller. And the
functioning of the controller is dependent on these assembly instructions.
Micro controller gets the data from different sensors used and sends the same to the
webpage created using IoT webserver technology. So that anyone can check the sensors
parameters of that area from any were within Wi-Fi range.