Skip to content

Slayingripper/Cubecell_LoRa_APRS_Tracker

This branch is 4 commits behind dj1an/Cubecell_LoRa_APRS_Tracker:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 25, 2022
17b877d · Jun 25, 2022
Dec 28, 2021
May 12, 2022
Dec 28, 2021
Feb 13, 2022
May 12, 2022
Mar 7, 2021
Oct 14, 2021
Jun 25, 2022
Mar 24, 2020
Feb 13, 2022
Dec 27, 2021

Repository files navigation

Cubecell GPS LoRa APRS Tracker

This Project is a fork of @peterus LoRa APRS ESP32 Tracker ported to the Heltec Cubecell GPS ASR650x CPU

The code has many parts of the CubeCell-GPS Helium Mapper

Tracker

Supported boards

At this moment, only the Heltec CubeCell GPS is supported:

This board cost around 25-30 Euros, a little bit cheaper and smaller than the widely used TTGO T-Beam.

Keep in mind: you need a 433MHz version!

Project State

First Goal was the Port to the ASR650x platform, keeping the great Tracking and SmartBeacon Functions from Peters Project.

This Firmware is still in a very early and not well-tested State. Expect Bugs and Functions not working.

Please feel free to open an issue if you found Bugs.

Compiling and configuration

How to compile

The best success is to use PlatformIO (and it is the only platform where I can support you).

  • Go to PlatformIO download and install the IDE.
  • If installed open the IDE, go to the left side and click on 'extensions' then search for 'PatformIO' and install.
  • Windows users may have to install GIT
  • When installed click 'the ant head' on the left and choose import the project on the right.
  • Just open the folder and you can compile and upload the Firmware.

Configuration

  • You can find all necessary settings to change for your configuration in src/config.h.

Button Actions

Top Button can be used, the lower Button is hardwired to Device Reset.

  • Button > 1s: Send Position Beacon
  • Button < 1s: Open Menu / Next Menu Item
  • Button > 1s in Menu: Change Setting

Usage with BMP180

The HTCC-AB02S can also be used with the BMP180 sensor for Altitude , Humidity and Temperature. Switch to Profile #3 to send data to APRS as a weather station. The sensor can be used with either 5V or 3.3V but since the BMP180 is a 3.3V device with a voltage regulator just use the 3.3v line to conserve power on the board.

BMP180

About

LoRa APRS Tracker for Heltec Cubecell GPS Boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.5%
  • C 12.7%
  • Python 0.8%