v2.1
This v2.1 release includes some bug fixes and enhancements to the v2.0 code
New to this version from the v2.0 release:
- Adds new FUNcube mode 7 (set by the pushbutton with seven blinks of the green Power LED or by the command
CubeSatSim/config -j) which simulates the BPSK 1200bps telemetry of AMSAT-UK FUNcube AO-73 and others such as JY1Sat JO-97. (A decoder is in FIABv4 Beta also to be released https://cubesatsim.org/download/fiabv4-beta.iso.zip ) - Improvements to Repeater mode 6 (set by the pushbutton with six blinks of the green Power LED or by the command
CubeSatSim/config -e) to make it a Cross Band Repeater with default transmit frequency of 144.9 MHz (or transmit frequency - 290 MHz if changed with CubeSatSim/config -e` command) and working Command and Control (C2). - C2C improvements such as adding C to CW ID when the CubeSatSim powers up and only wait 20 seconds for USB sound card on power up.
- Simulated telemetry current and battery voltage fixes
- Battery2 voltage and current used in low voltage detection and APRS and SSTV display
- Pushbutton supports all seven modes with faster blinking
What's Changed
- FUNcube changes by @alanbjohnston in #354
- FUNcube mode with some telem channels by @alanbjohnston in #357
- Add FUNcube image transmission by @alanbjohnston in #360
- Improvements to FC decode and cross band repeater mode by @alanbjohnston in #363
- Cross Band Repeater improvements with C2C by @alanbjohnston in #367
- More enhancements by @alanbjohnston in #369
- Version v2.1 with FUNcube Mode and Cross Band Repeater mode by @alanbjohnston in #370
There are some new Quick Start Guides to help with these new modes and features:
https://github.com/alanbjohnston/CubeSatSim/wiki/Quick-Start-Guides
Note: No changes to Raspberry Pi Pico code
To use the release Source Code zip file below, follow these steps after downloading the file (or wget https://github.com/alanbjohnston/CubeSatSim/archive/refs/tags/v2.1.zip)
cd
unzip v2.1.zip
mv CubeSatSim-2.1 CubeSatSim
cd CubeSatSim
./install
Alternatively, you can do these commands to update an existing version with git:
cd
cd CubeSatSim
git pull --no-rebase
git checkout master
./update
What's Changed
- FUNcube changes by @alanbjohnston in #354
- FUNcube mode with some telem channels by @alanbjohnston in #357
- Add FUNcube image transmission by @alanbjohnston in #360
- Improvements to FC decode and cross band repeater mode by @alanbjohnston in #363
- Cross Band Repeater improvements with C2C by @alanbjohnston in #367
- More enhancements by @alanbjohnston in #369
- Version v2.1 with FUNcube Mode and Cross Band Repeater mode by @alanbjohnston in #370
Full Changelog: v2.0...v2.1