Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukeprior/ttn-bme280-weather-station-heltec-cubecell-htcc-ab01
This repository contains all the code and steps required to setup a BME280 with the Heltec CubeCell HTCC-AB01 on TTN Australia.
https://github.com/lukeprior/ttn-bme280-weather-station-heltec-cubecell-htcc-ab01
bme280 ttn
Last synced: 5 days ago
JSON representation
This repository contains all the code and steps required to setup a BME280 with the Heltec CubeCell HTCC-AB01 on TTN Australia.
- Host: GitHub
- URL: https://github.com/lukeprior/ttn-bme280-weather-station-heltec-cubecell-htcc-ab01
- Owner: LukePrior
- License: mit
- Created: 2020-12-10T06:24:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T09:09:25.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T13:20:51.056Z (12 days ago)
- Topics: bme280, ttn
- Language: C++
- Homepage: https://diyodemag.com/projects/long_range_report_off-grid_lorawan_weather_station
- Size: 8.79 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TTN BME280 Weather Station - Heltec CubeCell HTCC-AB01
This repository contains all the code and steps required to setup a BME280 with the Heltec CubeCell HTCC-AB01 on TTN Australia.
# Getting Started
This code is for a BME280 sensor attached to the Heltec CubeCell HTCC-AB01 via i2c. The code is set to send the temperature, humidity, pressure, battery voltage, and battery level values to The Things Network every 100 seconds. The TTN Development EUI, Application EUI, Application Key, and time period can all be configured in main.ino.
Download this repository and open the main.ino file in the Arduino IDE, enter your TTN Dev EUI, App EUI, App Key, and upload the project to your CubeCell HTCC-AB01. The CubeCell HTCC-AB01 needs to be preconfigured in the Arduino board manager to set your LoRaWAN region and enable OTAA authentification.
# DIYODE Magazine Article
[Off-Grid LoRaWAN Weather Station](https://diyodemag.com/projects/long_range_report_off-grid_lorawan_weather_station)
# License
This project is licensed under the MIT License. This project contains code from [chrisys/mini-lora-weatherstation](https://github.com/chrisys/mini-lora-weatherstation).