Google Firebase With ESP8266 Arduino

by embpic in Circuits > Electronics

1589 Views, 5 Favorites, 0 Comments

Google Firebase With ESP8266 Arduino

esp8266.JPG

Nowadays, Every machine has some data to post over cloud and Data has to
Analyse and has to record for many purpose. At the same time data should be accessible to the Analyzer as well. This things can be done using IOT concept. IOT is internet of things which talks with machine and post the data to cloud.

F09A5FYJPCY9YKK.jpeg

In this article we will be using Firebase with ESP8266 and Arduino. Firebase is a mobile and web application development platform. We will post data to the google firebase and we can read data too.

Just like google spread sheet and Gmail, for Google firebase also we need to authenticate from machine(i.e ESP8266).
Firebase Database is stored in JSON format (readable) and synchronized with clients in realtime.

Required Components

Basic required Components:

1. ESP8266

ESP8266 in India- https://amzn.to/2peaoen
ESP8266 in UK - https://amzn.to/2pYgteX

ESP8266 in USA - https://amzn.to/2pYgteX

2. Any Sensor (for demo)

3. Breadboard

BreadBoard in India- https://amzn.to/2MW0Opb
BreadBoard in USA- https://amzn.to/32WZZSV

BreadBoard in UK- https://amzn.to/36fcUl9

Tutorial

[IOT#3] How to Post Data to Google Firebase using ESP8266 | Explained

Code

Here is the link for github:
https://github.com/FirebaseExtended/firebase-arduino