Skip to content

Releases: RoelKroes/TBTracker-ESP32

V0.3.2

16 Jul 08:14
0334f7f
Compare
Choose a tag to compare
  • Radiolib backward version compatibility for Horus FSK4 in FSK4_MOD module.
  • Compatibility with SX1262
  • Free text with LoRa APRS
  • Added module to print version and settings info

V0.3.1

14 Jun 21:12
7871cba
Compare
Choose a tag to compare

Corrected an error with a same name file.

v0.3.0

12 Jun 09:40
0281953
Compare
Choose a tag to compare

This is a major release, so expects some bugs

  • Added assertions for the Radiolib calls. When a Radiolib call fails, the program will halt for 60secs. After that the esp32 will reboot.
  • Added dual frequency for the Horus modes. So, if you want, the program can send Horus call on two different frequencies just like many of the RS41 balloons do.
  • Added frequency offsets to all the modes. The current batches of LoRa modules do not have very accurate oscillators on board. You can now specify a frequency offset.
  • Added a calibration mode. Just a simple function to determine the frequency error of your specific module
  • Added support for SX126x and the cheap LLCC68 modules. Note that the LLCC68 modules cannot do LoRa APRS
  • Added very basic support for APRS (besides the already existing LoRa-APRS). This function iscurrently not really stable. Some RF chips work correctly, some do not.
  • Added basic option for geofencing. You can now specify specific LoRa-APRS frequencies for when your tracker is in a specific country.
  • Added support for a voltage divider so voltage can be tracked better
  • Aded support for BME280 sensor
  • Improved programming comments

Added RX capabilities and assigned a permanent APRS device ID

22 Feb 14:28
eb97296
Compare
Choose a tag to compare
Delete TBTracker_esp32.ino

double, wrong name

v0.1.1

30 Aug 12:02
6e67281
Compare
Choose a tag to compare

Added device-id and timestamp to the APRS packet to get better compatibility with Sondehub.

Initial release

31 Jan 11:42
b9ba12d
Compare
Choose a tag to compare

Initial release.