Samorange1 / Connect-ESP32-to-Firebase-via-GSM

Send Sensor data to Firebase via GSM with ESP32+ GSM
MIT License
3 stars 8 forks source link

Connect-ESP32-to-Firebase-via-GSM

Connect ESP32+GSM (Sim800l) to Google Firebase to send sensor data.

Background

As Firebase only accepts HTTPS requests, it becomes a bit difficult to send sensor data to the Real-time Database with an ESP32 and a GSM Module. I did not find any resource for this when I was doing my project, so I am keeping this here for anyone who needs it in the future.

Hardware used

In this project, I develop an IoT application capable of sending data to the Firbase Real-Time database using GPRS and receiving the sent data using a Python script. We utilize the following components:

Further Requirements -

Instructions

Libraries used:

Additional Instructions

This will cover the use of Python script to extract the data from the database for processing. The library in use is a Python interface to the Firebase’s REST API.

Credits:

Madhav Rawal
Aryaman Patel