Releases: RoelKroes/TBTracker-ESP32
Releases · RoelKroes/TBTracker-ESP32
V0.3.2
V0.3.1
v0.3.0
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
Delete TBTracker_esp32.ino double, wrong name
v0.1.1
Initial release
Initial release.