ricaun / LoRaNow-18-months

LoRaNow Board 18 Months sending data to TTN
MIT License
9 stars 1 forks source link

LoRaNow 18 Months

This project is a long run using the LoRaNow Board V0 and The Things Network to check how long a node can stay on only with two AA battery.

The Node starts in April of 2019 and dies in September of 2020, 18 months in total.

The Node sleeps and send data using LoRaWAN each ~10 minutes.

LoRaNow Board - V0

LoRaNow-node-0 LoRaNow-node-1 LoRaNow-node-2

Arduino Code

The Arduino code is available here.

Voltage / Time

data-vcc

Temperature / Time

data-temp

Pressure / Time

data-bar

Data

The data uses a JSON format and has 3 files with the data group by days, hours, and minutes.

[
  {
    "date": "2020-09-29 12:00:00",
    "gateway_rssi": "-45",
    "counter": "71086",
    "counterMin": "70987",
    "vccMin": "2.15",
    "vcc": "2.23",
    "vccMax": "2.26",
    "tempMin": "22.00",
    "temp": "22.96",
    "tempMax": "24.10",
    "barMin": "1010.40",
    "bar": "1012.02",
    "barMax": "1014.20"
  },
  ...
]

License

This library is licensed under the MIT Licence.


See news and other projects on my LoRaNow Blog