"Extended" version of the uBITX v5, including both a Teensy-based DSP as well as a Nextion 3.2" display.
Go to file
phdlee fda398046e
Merge pull request #4 from phdlee/beta0.25
beta 0.25 commit
2018-01-10 11:39:15 +09:00
ubitx_20 beta 0.25 commit 2018-01-10 11:34:15 +09:00
LICENSE.md Update LICENSE.md 2017-03-03 01:05:30 +05:30
README.md add revision history 2018-01-10 11:29:25 +09:00
ubitx_wiring.png The ubitx production sktech, wireup and circuit 2017-12-07 10:18:43 +05:30
ubitxv3.pdf The ubitx production sktech, wireup and circuit 2017-12-07 10:18:43 +05:30

README.md

#uBITX uBITX firmware, written for the Raduino/Arduino control of uBITX transceivers This project is based on https://github.com/afarhan/ubitx and all copyright is inherited. The copyright information of the original is below.

KD8CEC

REVISION RECORD

0.25

0.24

  • Program optimization reduce usage ram rate (string with M() optins)
  • Optimized CAT protocol for wsjt-x, fldigi

0.23

  • added delay_background() , replace almost delay() to delay_background for prevent timeout

  • cat library compatible with FT-817 Command switch VFOA / VFOB, Read Write CW Speed Read Write CW Delay Time Read Write CW Pitch (with sidetone) All of these can be controlled by Hamradio deluxe.

  • modified cat libray function for protocol for CAT communication is not broken in CW or TX mode

  • Ability to change CW Delay

  • Added Dial Lock function

  • Add functions CW Start dely (TX -> CW interval)

  • Automatic storage of VFO frequency It was implemented by storing it only once when the frequency stays 10 seconds or more after the change. (protect eeprom life)

0.22

  • fixed screen Update Problem
  • Frequency Display Problem - Problems occur below 1Mhz
  • added function Enhanced CAT communication
  • replace ubitx_cat.ino to cat_libs.ino
  • Save mode when switching to VFOA / VFOB

0.21

  • fixed the cw side tone configuration.
  • Fix the error that the frequency is over.
  • fixed frequency display (alignment, point)

0.20

  • original uBITX software (Ashhar Farhan)

Original README.md

uBITX firmware, written for the Raduino/Arduino control of uBITX transceigers

Copyright (C) 2017, Ashhar Farhan

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.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.