This website requires JavaScript.
4fd35aea4f
Fixed an existing issue with the CEC codebase. Specifically, if using a Nextion display, if EXTEND_KEY_GROUP1 was not set, then the checkButton() function that is compiled did not support the on-screen menu display for legacy uBITX options. The menus would still get activated, but would not display on the Nextion display. Added the #ifdef/#else for USE_SW_SERIAL to the "NOT" EXTEND_KEY_GROUP1 version of checkButton().
keyer-simplified
Rob French
2022-03-20 09:27:03 -05:00
295b158662
Cleaned up te code a little for the non-analog keyer. Needs to be tested.
Rob French
2022-03-19 22:19:53 -05:00
e75f1d9ce0
Attempted incorporation of W0EB interrupt-based keying code from Raduino I2C clone. Kept locking up during the setFrequency() and/or SetCarrierFreq() calls that occurred within startTx() when called from the ISR. Don't have time to work through understanding how to integrated the KD8CEC complex spaghetti codebase with the otherwise relatively straightforward ISR. So I think I will revert to the non-ISR version.
keyer
Rob French
2022-03-18 21:27:45 -05:00
909b40e165
added ubitx_keyer.cpp from W0EB Raduino I2C
Rob French
2022-03-17 19:59:02 -05:00
89af919e42
fix for something or other.
Rob French
2022-03-17 17:28:58 -05:00
4765ab5a22
Modified to use two digital lines (11, 12) for dot/dash keyer inputs, instead of using analogRead() on a shared pin. Compiles; haven't tested.
Rob French
2022-03-14 23:46:50 -05:00
53c3f0e0bf
quick checkin so I can look at another branch
Rob French
2022-03-14 17:15:13 -05:00
ed99cbe7d8
Updated to whatever I was doing...
kc4upr
Rob French
2022-03-14 07:30:27 -05:00
449cd17a7e
added missing file
Rob French
2021-08-01 18:16:59 -05:00
9a026faf4e
Not sure where I was at...
Rob French
2021-08-01 18:16:31 -05:00
295c49969f
Updated the README.md with a KC4UPR note. I will now be creating a kc4upr branch.
master
Rob French
2020-10-28 13:50:39 -05:00
262ef3947a
Merge pull request #46 from phdlee/version1.20
phdlee
2019-04-06 16:38:44 +09:00
a4d9f6e6c5
changed version number for nextion lcd protocol
version1.20
phdlee
2019-04-06 16:35:46 +09:00
395dd42459
Update README.md
v1.20
phdlee
2019-04-02 23:20:04 +09:00
f25bf57556
Update README.md
phdlee
2019-04-02 23:18:54 +09:00
171f889f4a
Merge pull request #45 from phdlee/version1.20
phdlee
2019-04-02 23:16:03 +09:00
05de66a038
uBITX V5 suppoort and SDR Frequency Change
phdlee
2019-04-02 23:09:18 +09:00
2c075d5236
for uBITX v5
phdlee
2019-02-15 19:32:07 +09:00
37fcc5975a
Merge pull request #44 from phdlee/version1.11
v1.11
phdlee
2018-09-22 19:14:22 +09:00
450f57ae0f
Added Custom LPF Control
version1.11
phdlee
2018-09-22 18:56:23 +09:00
c34e798313
Update README.md
phdlee
2018-09-11 18:09:22 +09:00
df2c493700
Merge pull request #43 from phdlee/version1.1
1.1
phdlee
2018-09-07 23:39:25 +09:00
9ff8365c3f
Add Custom LPF Filter and Changed Version Number
version1.1
phdlee
2018-09-07 23:37:23 +09:00
e1515daf41
Use LOWEST_FREQ and HIGHEST_FREQ when changing bands
Jack Zielke
2018-08-21 22:29:45 -04:00
16ffd26c35
arduino.h -> Arduino.h
Jack Zielke
2018-08-21 21:19:21 -04:00
948267bb39
Merge pull request #40 from phdlee/version1.098
phdlee
2018-08-10 16:08:13 +09:00
e79dbdbbe7
for Release Version 1.097
version1.098
phdlee
2018-08-06 13:59:55 +09:00
7c1ee29500
Before Release V1.096
phdlee
2018-07-28 18:53:28 +09:00
4ee3631db0
Change menu type (selectable functions)
phdlee
2018-07-17 21:10:45 +09:00
c27bbf1b6b
Apply DSP meter to all lcd types
phdlee
2018-07-17 20:41:17 +09:00
b984f62dfd
Add I2C Scan, Change DSP Meter I2C
phdlee
2018-07-17 20:13:06 +09:00
41548163cf
Support I2C S-Meter
phdlee
2018-07-17 11:21:24 +09:00
a10e0f65c5
Merge e961c1d2ebc90b4bf059c2b45a63fe65e7a170dd into c6b020fa70b1c8dfea8930b3406b259a613ae60a
Richard Neese
2018-07-15 16:32:50 +00:00
e961c1d2eb
fixed cw bug
Richard Neese
2018-07-15 12:22:17 -04:00
d6ab6cb8b3
new version
Richard Neese
2018-07-14 15:37:24 -04:00
1ce889eef0
Release v1.095 Beta
phdlee
2018-07-05 19:18:22 +09:00
ea29ad4382
Merge 6ff0d917367f8924a86301719c94e97b4c185f2c into c6b020fa70b1c8dfea8930b3406b259a613ae60a
Richard Neese
2018-07-04 12:37:58 +00:00
6ff0d91736
update
Richard Neese
2018-07-04 08:35:42 -04:00
dd43ba4c33
Modified about Loopback protocol
phdlee
2018-06-28 23:29:06 +09:00
fe44c703c5
define eeprom map for external device and send eeprom data to nextion lcd
phdlee
2018-06-19 11:17:58 +09:00
22bb9ee112
Release 1.093Beta
phdlee
2018-06-17 01:19:37 +09:00
c73fffb25b
Modified Spectrum Protocol
phdlee
2018-06-16 23:03:47 +09:00
82177199c4
Increase Buffer for SW Serial and Modified Protocol for EEProm
phdlee
2018-06-16 21:45:55 +09:00
0e13dd0267
modified Checksum logic for Nextion LCD
phdlee
2018-06-15 21:43:56 +09:00
c602fdde7c
Add EEProm Read by Nextion LCD Reversed order
phdlee
2018-06-15 20:48:51 +09:00
edadce7d89
add protocol about eeprom
phdlee
2018-06-15 10:34:52 +09:00
9da71429cb
added protocol
phdlee
2018-06-13 23:15:58 +09:00
3050374504
Second Deploy for Nextion LCD
phdlee
2018-06-12 00:30:50 +09:00
152b63a9ed
Added SW Trigger, Spectrum Protocol, Get ADC Protocol
phdlee
2018-06-11 22:06:42 +09:00
72ccd3b0e4
modified protocol for nextion lcd
phdlee
2018-06-09 18:26:11 +09:00
e81413fa02
Support Nextion LCD
phdlee
2018-06-09 17:13:26 +09:00
f5d83242d6
Merge remote-tracking branch 'refs/remotes/phdlee/master'
Richard Neese
2018-06-05 08:21:11 -04:00
3d6e4d36e2
Merge remote-tracking branch 'refs/remotes/phdlee/master'
Richard Neese
2018-05-28 17:50:13 -04:00
c6b020fa70
Update README.md
phdlee
2018-05-23 18:32:55 +09:00
2e8c97f19b
Update README.md
phdlee
2018-05-23 18:32:01 +09:00
337320b433
Merge pull request #37 from phdlee/version1.080
v1.08
phdlee
2018-05-23 16:00:25 +09:00
7c8088f753
add comment
version1.080
phdlee
2018-05-23 15:58:50 +09:00
b172527d00
Merge pull request #36 from phdlee/version1.080
phdlee
2018-05-23 15:46:01 +09:00
67cdd14945
modified comments
phdlee
2018-05-23 15:28:00 +09:00
b375b7e9e4
modified some comments
phdlee
2018-05-23 15:20:10 +09:00
27092d23e0
Merge pull request #35 from phdlee/version1.080
phdlee
2018-05-23 15:09:43 +09:00
8a6e01e289
improve external switch check routine
phdlee
2018-05-23 15:07:37 +09:00
83dc1de18e
fixed mode change
phdlee
2018-05-22 11:37:10 +09:00
2de1c873a1
Merge pull request #34 from phdlee/version1.075
v1.075
phdlee
2018-05-09 16:55:47 +09:00
4d97ac2283
Merge pull request #33 from phdlee/version1.074
phdlee
2018-05-09 16:54:51 +09:00
65d21aba77
Fixed Band Select Bug
version1.075
phdlee
2018-05-09 16:53:49 +09:00
6a2369bc27
Fixed Band Select Bug
phdlee
2018-05-09 16:53:40 +09:00
76d5c362d0
complete test for Factory Recovery
phdlee
2018-05-07 14:08:22 +09:00
70fc6aeba8
Add Factory Recovery function
phdlee
2018-05-07 13:56:46 +09:00
75d952718b
Merge pull request #32 from phdlee/version1.073
phdlee
2018-05-06 22:34:15 +09:00
1d28f3e7e9
update versioninfo.txt
version1.074
phdlee
2018-05-03 21:23:10 +09:00
51f690ef85
change frequency display in WSPR Menu
phdlee
2018-05-03 17:57:06 +09:00
12984486a6
Modfied SMeter and CAT
phdlee
2018-05-03 16:20:09 +09:00
92a5b2d970
Merge remote-tracking branch 'refs/remotes/phdlee/master'
Richard Neese
2018-04-25 16:28:23 -04:00
e961cd8ac9
reduce compiller warning
version1.073
phdlee
2018-04-24 18:00:41 +09:00
5c40718bec
Merge pull request #31 from phdlee/version1.073
v1.073
phdlee
2018-04-24 17:33:58 +09:00
6add092391
Extended key (select key type)
phdlee
2018-04-24 17:26:34 +09:00
3b4bdafacc
Merge pull request #30 from phdlee/version1.072
phdlee
2018-04-23 21:43:56 +09:00
82d9682ee9
Merge branch 'master' into version1.072
version1.072
phdlee
2018-04-23 21:43:50 +09:00
6be127d811
test lcd
phdlee
2018-04-23 21:40:45 +09:00
5b13ede65b
test of extended key and dual lcd
phdlee
2018-04-23 08:29:19 +09:00
0aafe32e27
Added Dual LCD
phdlee
2018-04-21 16:09:21 +09:00
289ae1bd77
Merge pull request #29 from phdlee/version1.071
phdlee
2018-04-18 20:25:32 +09:00
5611e1c0ff
lcdtest and extended ubutton tested
phdlee
2018-04-18 20:22:52 +09:00
86797181cf
Merge pull request #28 from RichNeese/master
phdlee
2018-04-18 08:32:53 +09:00
f600c18541
add extended Keys (mode, band, tunestep) and i2clcd working
phdlee
2018-04-17 21:26:29 +09:00
11b6fbc1f4
Tuning step change
Richard Neese
2018-04-16 21:56:20 -04:00
0e245fc488
Add 20x04LCD and S.Meter
phdlee
2018-04-16 23:56:32 +09:00
d721816039
LCD Work step1
phdlee
2018-04-12 22:08:43 +09:00
34be2d0845
Improve receive perforamnce for USB, CWU, custom uBITX
version1.071
phdlee
2018-04-09 23:35:13 +09:00
0996870154
Merge pull request #27 from phdlee/version1.07
v1.07
phdlee
2018-04-07 21:33:30 +09:00
689cfda09e
Add Support SDR Receiver and improve ATT
version1.07
phdlee
2018-04-07 21:32:01 +09:00
23f1b7cd5c
Added IF Tune, ATT, SDR Functions
phdlee
2018-04-06 21:43:36 +09:00
d4ed0589e5
Applied 1602 Tiny LCD Library for reduce program Memory
phdlee
2018-04-05 22:57:07 +09:00
5f906a4497
To Support various LCD Type
phdlee
2018-04-05 22:16:54 +09:00
1210f56cd1
move display routine ui to idle
phdlee
2018-04-05 21:30:35 +09:00
e8d6792073
complete setup menu ui for reduce program memory
phdlee
2018-04-05 17:36:16 +09:00
9c4b694ce2
Update README.md
v1.061
phdlee
2018-04-05 10:19:38 +09:00
02f22d66e5
Change Menu codes
phdlee
2018-04-05 09:50:29 +09:00
11e47fdccc
Added Version Info at top of ubitx_20.ino
phdlee
2018-04-04 22:20:04 +09:00