PicoAPRS LITE Downloads
Firmware update Anleitung:
- Laden Sie den passenden CP210x USB to UART Bridge VCP Treiber von Silabs herunter und installieren diesen (unter Linux meistens nicht erforderlich!)
- Laden Sie die korrekte Firmware (oben) herunter und entpacken diese
- Unter Windows, führen Sie die Datei START_UPDATE aus dem Ordner "Firmware" aus und befolgen Sie die Anweisungen
- Unter Mac öffnen Sie bitte das Terminal, wechseln in das Verzeichnis Firmware -> data und kopieren folgenden Befehl in as Terminal: (wenn Sie eine Fehlermeldung "command not found" erhalten, geben Sie bitte zuerst "chmod 755 avrdude" im Terminal ein)
./avrdude -p atmega1284p -Cavrdude_mac.conf -carduino -P/dev/cu.SLAB_USBtoUART -b 230400 -Uflash:w:firmware.hex:i
- Unter Linux geben Sie bitte zwei Befehle nacheinander ein:
sudo apt install avrdude (zur Installation von avrdude. Sollte dies bereits installiert sein, kann dieser Punkt übersprungen werden).
wechseln in das Verzeichnis Firmware -> data
avrdude -p atmega1284p -carduino -P/dev/ttyUSB0 -b 230400 -Uflash:w:firmware.hex:i
Firmware update instructions:
- Download CP210x USB to UART Bridge VCP Drivers from Silabs and install (mostly not required on Linux!)
- Download and extract the correct firmware for your device above
- On Windows, run file START_UPDATE and follow displayed instructions
- On Mac open Terminal, change to the directory Firmware -> data and copy this command to commandline: (if you got an error "command not found", please enter first "chmod 755 avrdude" and then the command for update.)
./avrdude -p atmega1284p -Cavrdude_mac.conf -carduino -P/dev/cu.SLAB_USBtoUART -b 230400 -Uflash:w:firmware.hex:i
- On Linux enter this two commands successively:
sudo apt install avrdude (To install avrdude. If this is already installed, this point can be skipped).
change to the directory Firmware -> data
avrdude -p atmega1284p -carduino -P/dev/ttyUSB0 -b 230400 -Uflash:w:firmware.hex:i
Changelog for PicoAPRS-Lite Firmware:
Version 25.07.2021 (v010)
- bugfix: transmitting altitude above 32,767m (sorry, was not fixed fully with V008!)
- change: removed PATH above 9000m completely
Version 22.05.2021 (v009)
- change: reduced altitude from 5000m to 4000m for automatic path change (new: below 4000m WIDE1-1, WIDE 2-2 and above 4000m WIDE1-1)
Version 10.07.2020 (v008)
- bugfix: transmitting altitude above 32,767m
Version 22.11.2019 (v007)
- bugfix: No TX if your callsign is only 4 characters long.
Version 05.08.2019 (v006)
- bugfix: airborn prohibition zone over UK was too large a definition. This could prevent the sending of position data in the air from Europe.
Version 19.05.2019 (v005)
- bugfix: transmitting altitude above 64km
- Small improvements