December 4, 2021

LoRa APRS on TTGO T-Beam – adding support for multiple beacon configurations

I’ve recently contributed to the open source LoRa APRS Tracker project by creating a pull request for adding support of switching APRS callsign / beacon message / symbol by holding the middle button on the TTGO T-Beam.

The original idea came from my fellow clubmate and friend OM7AMA. He wanted to have an ability to switch between pedestrian and car, or when going portable on a SOTA activation, to have ability so select different beacon message after activating the summit.

I created an issue on Github for this improvement, which had some positive feedback, so I decided to implement it.

Just for reference, I’m adding pinout of TTGO T-Beam, which you can buy from usual sources.

TBeam.jpg
TTGO T-Beam pinout

You can add as many beacon configs in your tracker.json file, as you want.

Since the “beacons” config property is now a JSON array, it is easy to just add more config items separated by comma.

Here is an example with 2 callsigns and different beacon messages:

I’ve also moved the “button_tx” config to separate submenu in config file called “button”. Here you can find items “tx” – which enables manual transmit after short middle button press and “alt_message” – which enables the middle button long press to switch between profiles.

You can see a short example, how am I switching between 2 profiles in this video:

Quickly change a preconfigured profile by holding the middle button. Current profile’s callsign and beacon message appears on the display after holding the button for 1 second.

If you have any other idea for improving this project, please let me know.

I made this contribution without any profit, but if you like my work, you can buy me a coffee.

Share

tekk

I'm a programmer and licensed ham radio operator. I provide software and hardware consulting and development. In summer I like to swim and bicycle. I also like to get out to any hill with some transceiver and make new contacts. But most of all, I love making new things.

You may also like...

1 Response

  1. Ricardo says:

    nice one there!!!

    I’m using your idea and also more to build my 1W LORA module with GPS and ESP32 as a full DIY project with APRS

Leave a Reply

Your email address will not be published. Required fields are marked *