Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 9a05022

Browse files
committed
Merge pull request #15 from proppy/cleanup
focus the project on the library
2 parents 0453832 + 4f66d70 commit 9a05022

File tree

10 files changed

+6
-6219
lines changed

10 files changed

+6
-6219
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,16 @@ This sample show how to call firebase from an arduino sketch.
66

77
## Requirements
88

9-
- 1 esp8266
10-
- 1 attiny85
11-
- 1 push button
9+
- 1 Arduino compatible esp8266 board.
1210
- Arduino 1.6.x
1311

1412
## Setup
1513

16-
- Update `ssid` and `host` variable in `firebase.ino`.
17-
- Flash `firebase.ino` on the esp8266.
18-
- Flash `button.ino` on the attiny85.
19-
- Connect attiny softserial(0,1) on esp8266 rx/tx.
20-
21-
## Provision
22-
- Generate a firebase token.
23-
- Send the following command over serial port on the esp8266:
24-
```
25-
TOKEN <firebase-token>
26-
```
14+
- Clone the repo in your Arduino libraries directory.
15+
- open the `FirebasePush_ESP8266` example.
16+
- Update `WIFI_SSID` `WIFI_PASSWORD` `FIREBASE_HOST` `FIREBASE_TOKEN` constant.
2717

2818
## Run
29-
- Open firebase dashboard on `/hits.json`.
30-
- Press the button.
19+
- Open firebase dashboard on `/logs.json`.
20+
- Power up the arduino board.
3121
- Notice the new entry.

button_attiny/button_attiny.ino

Lines changed: 0 additions & 39 deletions
This file was deleted.

design/tiny/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

design/tiny/tiny.fz

Lines changed: 0 additions & 3250 deletions
This file was deleted.

design/tiny/tiny.png

-193 KB
Binary file not shown.

design/tiny/tiny.svg

Lines changed: 0 additions & 2716 deletions
This file was deleted.

firebase/firebase.ino

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)