bitconnector / ttn_mapper_t-beam

23 stars 11 forks source link

TTN Mapper T-beam

Energy efficient mapping software for ttnmapper using a T-beam.

Send your GPS-Location over TTS. The Location can be viewed on the advanced maps when the integration is activated.

Features

Usage

LED IO4(red):

LED CHG(blue):

LED GPS(red,next to the GPS-Module):

Button Power(PWR):

Hardware

I'm using the TTGO-T-beam v1.1(with the axp power management chip onboard)

T-Beam v1.1

But the software can easily be modified to run on any ESP32-Board with a GPS and a LoRa module attached.

Compiling

Software

Clone this repository and open it with Visual Studio Code(vscode). This code editor automaticly downloads the extension platformio to compile and upload the program.

Modification

:warning: Modify the config file with your own data!

You have to copy config.hpp.example. Insert your own TTS-keys and use or disable the geofencing option

Upload

For uploading just hit the upload-button at the bottom of the vscode window