27 lines
708 B
Markdown
27 lines
708 B
Markdown
# PE1RXF APRS
|
|
|
|
A basic Linux APRS iGate and APRS weather station with additional (optional) PE1RXF telemetry support.
|
|
|
|
TODO:
|
|
|
|
- change heater algoritm back to 5 min on/15 min off, but start at 92% in stead of 96%. If the cooling period is less than 15 minutes, the temperture readings are periodically off by 1-1.5 degrees.
|
|
|
|
## Requirements
|
|
|
|
- Python3
|
|
- minimalmodbus
|
|
- retrying
|
|
- gps3
|
|
- schedule
|
|
- aprslib
|
|
- paho.mqtt
|
|
|
|
## License
|
|
|
|
Copyright (C) 2024 M.T. Konstapel
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|