Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertobochet/lora-finder
LoRa finder is a system thought to localize low power beacon exploiting LoRa.
https://github.com/robertobochet/lora-finder
beacon esp32 finder gps lora platformio
Last synced: 14 days ago
JSON representation
LoRa finder is a system thought to localize low power beacon exploiting LoRa.
- Host: GitHub
- URL: https://github.com/robertobochet/lora-finder
- Owner: RobertoBochet
- License: gpl-3.0
- Created: 2020-10-01T12:20:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T17:51:07.000Z (about 4 years ago)
- Last Synced: 2024-11-02T17:42:51.024Z (2 months ago)
- Topics: beacon, esp32, finder, gps, lora, platformio
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoRa Finder
[LoRa finder](https://github.com/RobertoBochet/lora-finder) is a system thought to localize low power beacon exploiting LoRa.
## Building system
The firmware can be built with the building system provided by [PlatformIO](https://platformio.org/).
The dependencies needed to build the firmware will be automatically downloaded by PlatformIO.### Build firmware
You can build the firmware with the following command
```shell script
pio run -t build -e
```### Upload firmware
To upload firmware to the board you can use the following command
```shell script
pio run -t upload -e --upload-port
```## Supported boards
The project is currently supported and tested for the following boards:
- [ttgo-lora32-v1](https://github.com/LilyGO/TTGO-LORA-V1)