Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 2.68 KB

Documentation.md

File metadata and controls

64 lines (52 loc) · 2.68 KB

22/5/2022

Aim - To set up a simple circuit using ESP3266 which can turn on and off an LED through the Blynk app

Connected a relay and power supply to and was able to turn on and off an led using Blynk app.
Video I referred to
Code used
Result Video

24/5/2022

This is the circuit connections which i have followed for this project.
circuit Connections

Aim - To setup a simple websocket connections with ESP3266.

13/6/2022

Aim - To calibrate and get accurate readings from Voltage sensor
Voltage sensor calibrated and displayed on the serial monitor

Code used
Video I referred to

29/6/2022

Aim - To enclose all the sensors and the circuit within a box and integrate the voltage sensor code with the main code

  • The smart plug can remotely switch on and off any appliance which is connected to it.
  • It can also measure the voltage(Vrms).
  • The current value is fixed to 2.0 Amps(next step is to integrate the current sensor)
  • Both power an energy calculation is done successfully and displayed on the Blynk app as well as the terminal.
    Code used

30/6/2022

Aim - To integrate the current sensor so that we can accurately determine the power consumed.

Current sensor which we are using is SCT013

2/7/2022

Aim - To integrate wifi manager which prevents from hardcoding wifi credentials.

Refrence Video
Library Used
Code Used

16/7/2022

Aim - Shifted from ESP8266 to ESP32

Code Used