Started connected ESP8266 with Firebase (Insert and read from Realtime Database)
- Arduino UNO
- wifi ESP8266 (Espressif ESP8266 ESP-01)
- Breadboard
- Jumper wires
- USB-A to B Cable
How to connecting Arduino UNO and ESP8266
- Arduino IDE
- Google Firebase
- Download Arduino IDE
- Install ESP8266 Board (version 2.4.2) to Arduino IDE
- Enter https://arduino.esp8266.com/stable/package_esp8266com_index.json into the Additional Board Manager URLs field.
- Adding the Firebase library
- Adding the ArduinoJson (version 5.13.2 ) library
- Setup Firebase realtime database
- Test
- Test connected to wifi (Board "(NodeMCU 1.0(ESP-12E Module))")
- Test connected to firebase (insert data to Realtime Database)
- Test connected to firebase (Read data from Realtime Database)
https://create.arduino.cc/projecthub/pulasthi-Narada/connecting-esp8266-to-firebase-to-send-receive-data-4adf66?ref=user&ref_id=1642765&offset=1