Skip to content

uBITX Setting Editor V2 Beta-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@AJ6CU AJ6CU released this 04 Mar 04:59
· 24 commits to main since this release

This is the first beta release of the new uBITX Settings Editor. The purpose of this release is to provide an open source, portable and improved GUI replacement for the original uBITX Manager developed by Dr. Lee.

Full Changelog: https://github.com/AJ6CU/uBITX-EEPROM-Manager/commits/V2-beta-1
03-11-2023: Added Debian Bullseye 64 bit package
03/08/2023: Replaced Mac install with a signed version. Should be an easier install.
03/06/2023: Completed first draft of user manual
03/06/2023: Replace windows .exe with a zip. Hopefully reduce Browser warning messages
03/05/2023: Replaced Mac version with a zip file because otherwise it is not seen as an executable by MacOS
03/04/2023: Added draft of user manual
03/04/2023: Initial Beta1 release.

  • Full functionality implemented. Limited testing.
  • WSPR registers still need to be verified for frequency shifting. but generally agrees with original uBITX Manager
  • Linux users (especially intel) will need to build from source. Basics:
python3 -m venv yourdirectoryname
cd yourdirectoryname
mkdir uBITX_Settings_Manager
cd mkdir uBITX_Settings_Manager
download and unpack tar ball in uBITX_Settings_Manager
cd uBITX-EEPROM-Manager
cd uBITX_Settings_Editor

sudo apt-get -y install python3-pip
sudo apt-get install python3-tk

pip3 install lxml
pip3 install pyserial
pip3 install bitarray
pip3 install pygubu
pip3 install tk
python3 uBITX_Setting_Editor.py