https://github.com/luftdaten-at/station2-lora
Station v2.3 with LoRa TTN support
https://github.com/luftdaten-at/station2-lora
micropython
Last synced: about 2 months ago
JSON representation
Station v2.3 with LoRa TTN support
- Host: GitHub
- URL: https://github.com/luftdaten-at/station2-lora
- Owner: luftdaten-at
- License: mit
- Created: 2020-02-07T11:52:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T18:03:58.000Z (over 5 years ago)
- Last Synced: 2025-05-15T18:47:28.357Z (about 1 year ago)
- Topics: micropython
- Language: Python
- Homepage:
- Size: 402 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Luftdaten.at Station v2.3 LoRa
## Hardware Setup
## Micropython Setup
Using esptool.py you can erase the flash with the command:
`esptool.py --port /dev/ttyUSB0 erase_flash`
And then deploy the new firmware using:
`esptool.py --chip esp32 --port /dev/ttyUSB0 write_flash -z 0x1000 esp32-20180511-v1.9.4.bin`
Once you have the firmware on the device you can access the REPL (Python prompt) over UART0 (GPIO1=TX, GPIO3=RX), which might be connected to a USB-serial convertor, depending on your board. The baudrate is 115200.
## Installation
Save config-sample.json as config.json and add the The Things Network settings.