ESP32 SIM800L Firebase | Send GPS Data to Server

In this video, I will show you how to use esp32 with sim800l GSM module to send GPS data to Firebase. I am using HTTP PUT to send data to Firebase. Arduino Firebase library uses WiFi to store the data to Firebase database and I did not find any Firebase library that works with GSM module such as sim800l. Also sim800l supports only HTTP POST and HTTP GET Request. But I need HTTP PUT Request to update data in Firebase database. That’s why I am using Arduino HTTP CLIENT library to send the HTTP PUT Request (to store GPS data to Firebase real-time database). Components Required: 1. ESP32 Development Board - 2. Ublox NEO6M GPS Module - 3. SIM800L GSM Module - 4. 2G SIM Card 5. Battery 18650 2000mAh - 0:00 Intro 0:09 Connecting Components (Wiring) 0:35 Creating Firebase Project 1:24 Creating Firebase Realtime Database 2:07 Setting Up the Code 2:20 Getting Firebase Host 2:58 Getting Firebase Auth Token 3:36 Determine Firebase Database Path 4:48 Run and Test Project #ESP32 #Firebase #SIM800L -------------------------------------------------------------------------------------------------------------------- Useful Video Links -------------------------------------------------------------------------------------------------------------------- ESP32 SIM800L GPS Tracker ESP32 GPS Tracker | NEO6M | OLED -------------------------------------------------------------------------------------------------------------------- Social Media Links -------------------------------------------------------------------------------------------------------------------- GitHub: YouTube: -------------------------------------------------------------------------------------------------------------------- Download Code -------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------- Disclaimer -------------------------------------------------------------------------------------------------------------------- Disclaimer: All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you. Warning: In some countries it is required to register gsm module from govt authorities before using it. So, get proper understanding of govt laws related to gsm technologies. -------------------------------------------------------------------------------------------------------------------- Related Queries: -------------------------------------------------------------------------------------------------------------------- Sending data to firebase using SIM800L, Sending Sensor Data to Firebase using ESP32 and sim800L How do I send a PUT request using the SIM800L How to use arduino, sim800 and firebase
Back to Top