-
Notifications
You must be signed in to change notification settings - Fork 0
6 FireBase
Grandson128 edited this page Jun 3, 2021
·
3 revisions
Our Real Time DB was pretty straight forward, we only needed to create it and get it's host and key to use in the Arduino and Android configs.
Our JSON has the following format:
{
"beacon": {
"id": {
"signal": {
"datetime": "",
"objectIdentifier": "",
"rssi": ""
}
}
}
}
- id - our beacon identifier, since we will only use 3 beacons (Arduinos) the id will be 1, 2 and 3
- datetime - approximate time when the packet arrived
- objectIdentifier - mac address of our object
- rssi - received signal strength of out packet