Compare commits

...

6 Commits

Author SHA1 Message Date
phdlee
9c4b694ce2 Update README.md 2018-04-05 10:19:38 +09:00
phdlee
5afcdf2583 Update README.md 2018-04-04 20:22:42 +09:00
phdlee
075f585a1e Update README.md 2018-03-29 22:31:36 +09:00
phdlee
d0c04df9d8 Merge pull request #26 from phdlee/version1.06
Version1.06
2018-03-25 03:22:29 +09:00
phdlee
dd6d4555a8 Update ubitx_20.ino 2018-03-25 03:21:31 +09:00
phdlee
8f8850f4da Update ubitx_wspr.cpp 2018-03-25 03:17:04 +09:00
3 changed files with 35 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
#IMPORTANT INFORMATION
----------------------------------------------------------------------------
- A bug was found in version 1.0, When CW Keytype is set to IAMBCA and IAMBCB, there was a problem that switching to RX is not performed well when CAT communication is performed. If CW key type is straight, it works normally. This bug has been fixed and changed to version 1.01.
- Now Release Version 1.01 on my blog (http://www.hamskey.com)
- Now Release Version 1.061 on my blog (http://www.hamskey.com)
- You can download and compiled hex file and uBITX Manager application on my blog (http://www.hamskey.com)
#NOTICE
@@ -14,9 +13,6 @@ So I will release the 0.27 version and if I do not see the bug anymore, I will t
Now uBITX is an HF radio and will be able to join you in your happy hams life.
Based on this source, you can use it by adding functions.
I am going to do a new project based on this source, linking with WSPR, WSJT-X and so on.
Of course, this repository is still running. If you have any bugs or ideas, please feel free to email me.
http://www.hamskey.com
DE KD8CEC
@@ -30,14 +26,40 @@ The copyright information of the original is below.
KD8CEC
----------------------------------------------------------------------------
Prepared or finished tasks for the next version
- Include WSPR Beacone function - (implement other new repository)
complete experiment
need solve : Big code size (over 100%, then remove some functions for experment)
need replace Si5351 Library (increase risk and need more beta tester)
W3PM sent me his wonderful source - using BITX, GPS
- Reduce Program size
- uBITX with RTL-SDR
- Direct control for Student
----------------------------------------------------------------------------
## REVISION RECORD
1.07 (Working...)
- Please do not download it yet. The code will continue to change for the time being.
- BetaVersion for Reduce program size
1.061
- Added WSPR
You only need uBITX to use WSPR. No external devices are required.
Added Si5351 module for WSPR
- Update uBITX Manager to Version 1.0
- Reduce program size
for WSPR
for other Module
- Fixed IF Shift Bug
Disable IF Shift on TX
IF shift available in USB mode
Fixed cat routine in IF Shift setup
- Bugs fixed
cw start delay option
Auto key Bug
(found bug : LZ1LDO)
Message selection when Auto Key is used in RIT mode
(found bug : gerald)
- Improve CW Keying (start TX)
1.05
- include 1.05W, 1.051, 1.051W
- for WSPR Beta Test Version
1.04
- Optimized from Version1.03
- Reduce program size (97% -> 95%)

View File

@@ -1138,7 +1138,7 @@ void setup()
//Serial.begin(9600);
lcd.begin(16, 2);
printLineF(1, F("CE v1.06"));
printLineF(1, F("CE v1.061"));
Init_Cat(38400, SERIAL_8N1);
initMeter(); //not used in this build

View File

@@ -155,8 +155,8 @@ void SendWSPRManage()
//remark = To reduce the size of the program
//prevFreq = frequency;
//frequency = WsprTXFreq;
setTXFilters(WsprTXFreq);
startTx(TX_CW, 0);
setTXFilters(WsprTXFreq);
//Start WSPR
Set_WSPR_Param();