Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@alanbjohnston alanbjohnston released this 22 Oct 18:46
· 66 commits to master since this release
5050749

This v2.0 release includes the last 12 months of development of the beta branch with the new hardware.

New to this version from the v1.2 release:

  • Support for the new FM transceiver board for APRS, SSTV, and CW modes. The hardware is automatically detected and the rpitx transmitter used if not present, just like the v1.2 software.
  • Simple command and control receiver based on a carrier detected at the default 435 MHz increments the mode and reboots the CubeSatSim as if the pushbutton was used. The green power LED blinks the number of times of the new mode when the command is received. Receiver squelch can be set using the CubeSatSim/config -q command. Squelch setting of 8 turns off command and control receiver. Also DTMF and APRS command and control. See https://github.com/alanbjohnston/CubeSatSim/wiki/Command-and-Control
  • The transmit and receive frequency can be set using the CubeSatSim/config -F command. They are entered in the form 4XX.XXXX in the range 420-450 MHz. Changes frequency for both FM transceiver and rpitx transmitter.
  • Battery saver mode switches from the FM transmitter to rpitx when the battery voltage is low. Set using the CubeSatSim/config -B command. Battery saver mode is automatically turned off when the battery is charged, after a reboot.
  • New Balloon mode. In all modes, no auto Battery saver mode or auto shutdown on low voltage. In APRS mode, Balloon icon instead of satellite icon. Set using the CubeSatSim/config -H command
  • Additional CubeSatSim/config commands including an I2C scan, resetting command count, and clearing logs.
  • New v2.0 PCB hardware Gerbers, schematics, and other files https://github.com/alanbjohnston/CubeSatSim/tree/master/hardware/v2.0
  • New frame STL files https://github.com/alanbjohnston/CubeSatSim/tree/master/hardware/frame/v2.0
  • Updated install script should update to the latest. Updated update script to update an older version of CubeSatSim software to the latest beta. You may need to run the update script twice and reboot.
  • New STEM Payload Arduino software for the Raspberry Pi Pico. Includes support for a serial GPS module and includes a Squelch troubleshooting indicating in the Serial Monitor for troubleshooting command and control issues. Pico is programmed using the UF2 file or can be compiled using the Arduino IDE
  • APRS lat/lon least significant digits randomized so packets are not considered duplicates by the APRS network. In APRS mode, after hihi, battery voltage and current are written the sensor data from STEM Payload. If command and control is activated, a C will be present.
  • SSTV mode overlays CALLSIGN on Pi Camera images - not done on stored images. If battery telemetry is available, battery voltage and current also overlays on Pi Camera images. If command and control is activated, a C will be present.
  • Sensor data from STEM Payload board is written to a telemetry.txt file with timestamp
  • In FSK and BPSK mode, the command count and command and control mode is transmitted and displayed in FoxTelem

What's Changed

New Contributors

Full Changelog: v1.2...v2.0