Skip to content

b-madhukar/IoT-Based-LED-control-using-Google-Firebase-and-ESP32-using-Micropython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IoT-Based-LED-control-using-Google-Firebase-and-ESP32-with-Micropython

Step1:

Step2:

Step3:

  • Copy the github files to ESP32 using Thonny IDE

Step4:

  • Open main.py and do the following changes

    1. change the ssid and pwd
    2. change the firebase link of real-time-database of your device
    ex:https://home-practice-rtdb.firebaseio.com/LED1
    

Methods Information:

To read data from firebase cloud use the following method:

  • firebase.get('paste your realtime database device link')

To update data in the firebase cloud use the following method:

  • firebase.put('paste your realtime database device link','Status -ON/OFF')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages