Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions examples/FirebaseDemo_ESP8266/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ FirebaseDemo is a sample that shows basic usage of the `FirebaseArduino` API.
1. Click `Firebase Secrets > Show`
1. Copy the `Firebase Secret`
1. Start Arduino
1. Click `File > Examples > FirebaseArduino > FirebaseRoom_ESP8266`
1. Replace `SSID` and `PASSWORD` with WiFi credentials
1. Replace `example.firebaseio.com` with the `Firebase Hostname` from step `2.`
1. Replace `secret_or_token` with `Firebase Secret` from step `5.`
1. Open `File > Examples > FirebaseArduino > FirebaseDemo_ESP8266`
1. Replace `WIFI_SSID` and `WIFI_PASSWORD` with WiFi credentials
1. Replace `FIREBASE_HOST` with the `Firebase Hostname` from step `2.`
1. Replace `FIREBASE_AUTH` with `Firebase Secret` from step `5.`
1. Select the board `Board > ESP8266 Modules > NodeMCU 1.0`
1. Select the serial port `Port > /dev/tty...`
1. Select the upload speed `Upload Speed > 115200`
1. Click `Sketch > Upload`

## Play
Expand Down
14 changes: 9 additions & 5 deletions examples/FirebaseRoom_ESP8266/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ sensor data to Firebase, and trigger actuators from Firebase.
1. Click `Firebase Secrets > Show`
1. Copy the `Firebase Secret`
1. Start Arduino
1. Click `File > Examples > FirebaseArduino > FirebaseRoom_ESP8266`
1. Replace `SSID` and `PASSWORD` with WiFi credentials
1. Replace `example.firebaseio.com` with the `Firebase Hostname` from step `2.`
1. Replace `secret_or_token` with `Firebase Secret` from step `5.`
1. Open `File > Examples > FirebaseArduino > FirebaseRoom_ESP8266`
1. Replace `WIFI_SSID` and `WIFI_PASSWORD` with WiFi credentials
1. Replace `FIREBASE_HOST` with the `Firebase Hostname` from step `2.`
1. Replace `FIREBASE_AUTH` with `Firebase Secret` from step `5.`
1. Select the board `Board > ESP8266 Modules > NodeMCU 1.0`
1. Select the serial port `Port > /dev/tty...`
1. Select the upload speed `Upload Speed > 115200`
1. Click `Sketch > Upload`

## Play
Expand All @@ -50,9 +53,10 @@ sensor data to Firebase, and trigger actuators from Firebase.
## Homeworks

- Build a [Firebase web app](https://www.firebase.com/docs/web/) that interacts with the room.
- Add Grove modules to modules interactions.
- Connect other Grove modules to the room and submit new [PRs](https://github.com/googlesamples/firebase-arduino/pulls)
- Reduce the number of Firebase API calls using `FirebaseObject` or `FirebaseStream`.
- Watch or star the [GitHub repo repo](https://github.com/googlesamples/firebase-arduino)
- Give [feedback](gitter.im/googlesamples/firebase-arduino)
- Give [feedback](https://gitter.im/googlesamples/firebase-arduino)
- Report [bugs](https://github.com/googlesamples/firebase-arduino/issues/new)
- [Fork](https://github.com/googlesamples/firebase-arduino#fork-destination-box) and [contribute](https://github.com/googlesamples/firebase-arduino/blob/master/CONTRIBUTING.md)
7 changes: 5 additions & 2 deletions examples/FirebaseStream_ESP8266/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ https://publicdata-cryptocurrency.firebaseio.com.
## Configuration

1. Start Arduino
1. Click `File > Examples > FirebaseArduino > FirebaseStream_ESP8266`
1. Replace `SSID` and `PASSWORD` with WiFi credentials
1. Open `File > Examples > FirebaseArduino > FirebaseStream_ESP8266`
1. Replace `WIFI_SSID` and `WIFI_PASSWORD` with WiFi credentials
1. Select the board `Board > ESP8266 Modules > NodeMCU 1.0`
1. Select the serial port `Port > /dev/tty...`
1. Select the upload speed `Upload Speed > 115200`
1. Click `Sketch > Upload`

## Play
Expand Down