Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)