Skip to content

eshalshaikh07/esp-messaging-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ESP32 Firebase Messaging Example

This project demonstrates how to implement a simple messaging system between two ESP32 boards using Firebase Realtime Database. One ESP32 can send messages to Firebase, while the other can receive and display these messages in real-time.

Features

  • Send messages from ESP32 to Firebase Realtime Database.
  • Receive and display messages on another ESP32 from Firebase.
  • Uses HTTPClient for HTTP requests and ArduinoJson for JSON parsing.

Prerequisites

  • Arduino IDE installed.
  • ESP32 development board.
  • WiFi network credentials.
  • Firebase Realtime Database project.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/esp32-firebase-messaging.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages