Commit Graph
100 Commits
Author SHA1 Message Date
Sjef Verhoeven PE5PVB 4fe5a936eb RDS code cleanup 2023-10-17 22:36:05 +02:00
Sjef Verhoeven PE5PVB 279fc31a2f Changed text "Touch rotating" 2023-10-17 17:29:54 +02:00
Sjef Verhoeven PE5PVB b919eb934f When LW/MW/SW memorychannels are next to eachother, frequency in display was not updated 2023-10-17 17:13:29 +02:00
Sjef Verhoeven PE5PVB 51576b316f Added time-out timer
You can choose for off, 15m, 30m, 60m and 90m.
Timer will reset everytime you use a button or the rotary.
Radio will go in full deep-sleep, including the processor.
To wake up, just jiggle the knob.
2023-10-15 20:17:09 +02:00
Sjef Verhoeven PE5PVB 508a4c9f0a AF Method B bugfixing 2023-10-15 17:09:18 +02:00
Sjef Verhoeven PE5PVB af774f913f Removed CT tag and alligned all tags 2023-10-15 14:33:43 +02:00
Sjef Verhoeven PE5PVB 93d9241764 Add extra failsafe on AF-B flags when incomplete RDS/weak signal 2023-10-15 13:55:06 +02:00
Sjef Verhoeven PE5PVB 23b752e287 Moved ECC and LIC texts to API 2023-10-15 13:48:49 +02:00
Sjef Verhoeven PE5PVB e203f8b0b4 AF/EON pagenumber was not visible 2023-10-15 13:28:28 +02:00
Sjef Verhoeven PE5PVB 6ae0cac264 Memory channels were not working correct in LW/MW/OIRT 2023-10-15 13:11:52 +02:00
Sjef Verhoeven PE5PVB 17769ee290 Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32 2023-10-15 01:41:54 +02:00
Sjef Verhoeven PE5PVB 317080ac64 Changed color of "MHz" in advanced RDS view 2023-10-15 01:41:52 +02:00
Sjef Verhoeven PE5PVB 8205412920 Removed forgotten debug 2023-10-15 00:45:07 +02:00
Sjef Verhoeven PE5PVB b8b1c8ae9d Added clock to default screen 2023-10-15 00:43:43 +02:00
Sjef Verhoeven PE5PVB f51bf0cdb0 Updated AF Method B
- Added S (Same program)
- Changed color and allignment of these characters
- Renamed AF-R to AF-B
- Small fix on LIC
2023-10-14 23:59:43 +02:00
Sjef Verhoeven PE5PVB a023be0524 LIC table fix 2023-10-14 22:21:08 +02:00
Sjef Verhoeven PE5PVB 234c692a05 Update comment 2023-10-13 22:58:19 +02:00
Sjef Verhoeven PE5PVB 95c405ed54 Add extra TMC detection 2023-10-13 22:53:56 +02:00
Sjef Verhoeven PE5PVB 8cef90f81b Added AID information
In case AID (Open Data Application’s IDentification) is available a ticker in the AF/EON screen will show you the available AID's on the channel.
2023-10-13 22:06:34 +02:00
Sjef Verhoeven PE5PVB 41e3c6be1f Some more AF finetuning 2023-10-13 19:15:31 +02:00
Sjef Verhoeven PE5PVB 19160fa8a8 Clear RDS after AF tune in method B 2023-10-13 16:59:47 +02:00
Sjef Verhoeven PE5PVB eafd385998 Added AF Mixed flag 2023-10-13 16:47:06 +02:00
Sjef Verhoeven PE5PVB e51fddaf41 Added AF-REG indicator
When AF method B is detected, AF-R will be shown.
2023-10-13 15:08:02 +02:00
Sjef Verhoeven PE5PVB 3dd7960231 Fix RDS flag detector 2023-10-13 12:56:14 +02:00
Sjef Verhoeven PE5PVB a11dd57a30 I had to shorten some texts otherwise it wouldn't fit in display 2023-10-12 22:58:24 +02:00
Sjef Verhoeven PE5PVB 4e7962da38 Updated LIC table 2023-10-12 22:47:10 +02:00
Sjef Verhoeven PE5PVB 42f8a1e9f9 Changed 0x60 to ` in RDS table 2023-10-12 21:46:11 +02:00
Sjef Verhoeven PE5PVB 83105340a7 Update list of contributors 2023-10-12 15:56:12 +02:00
Sjef Verhoeven PE5PVB 7878f1d093 AFEON page 2 now shows the next 10 EON's 2023-10-12 15:22:54 +02:00
Sjef Verhoeven PE5PVB e16ffedbdc AF screen will now also refresh when Method B is detected 2023-10-12 15:13:40 +02:00
Sjef Verhoeven PE5PVB c0780d3b4d Underscore mode: no underscores after last char in RT
Only usable when station sends 0x0d after last character. Otherwise all 64 characters will be filled with underscores.
2023-10-12 14:23:16 +02:00
Sjef Verhoeven PE5PVB dd81c4af21 Added Fast PS
When enabled:
When tuning to a new station PS is shown immediately. After two complete PS cycles normal PS detection is activated. This can cause incompete or faulty PS direct after tuning, which will recover.

Disabled:
After two complete PS cycles the PS is shown. This can take some longer time to show PS but will prevent errors as much as possible.

In previous builds fast PS was already enabled, but can now be disabled if wanted.

Also a small fix: when RDS is lost and level drops below low level threshold, the textcolor was not changed.
2023-10-12 12:15:17 +02:00
Sjef Verhoeven PE5PVB 29b2f79a56 Added Fast PS
When enabled:
When tuning to a new station PS is shown immediately. After two complete PS cycles normal PS detection is activated. This can cause incompete or faulty PS direct after tuning, which will recover.

Disabled:
After two complete PS cycles the PS is shown. This can take some longer time to show PS but will prevent errors as much as possible.

In previous builds fast PS was already enabled, but can now be disabled if wanted.

Also a small fix: when RDS is lost and level drops below low level threshold, the textcolor was not changed.
2023-10-12 12:11:40 +02:00
Sjef Verhoeven PE5PVB a013efddd3 When radiotext changes, ticker is reset 2023-10-11 23:33:54 +02:00
Sjef Verhoeven PE5PVB 08deb58ae4 Fix missing RT+ indicator after leaving AFEON 2023-10-11 23:21:42 +02:00
Sjef Verhoeven PE5PVB 4ced136b06 Fix AF RV 2023-10-11 22:55:14 +02:00
Sjef Verhoeven PE5PVB bceced17fc Band was not updated in XDRGTK when using bandbutton on radio 2023-10-11 20:37:14 +02:00
Sjef Verhoeven PE5PVB 32ed1ef950 Change in AF regional detector 2023-10-11 20:16:18 +02:00
Sjef Verhoeven PE5PVB a1a30add06 Fixed AM frequency recovery on XDRGTK 2023-10-11 20:09:05 +02:00
Sjef Verhoeven PE5PVB f6386f1fd0 More RDS finetuning 2023-10-11 19:53:26 +02:00
Sjef Verhoeven PE5PVB ac640d08f8 Updated RDS flag detector 2023-10-11 19:16:30 +02:00
Sjef Verhoeven PE5PVB 0545c62350 Extended memory channels to 99 2023-10-11 14:33:15 +02:00
Sjef Verhoeven PE5PVB bc21e566a7 Modified double RDS data over USB/TCP script. 2023-10-11 12:17:39 +02:00
Sjef Verhoeven PE5PVB f7b167b81f Removed unnecessary files/folder 2023-10-11 11:49:04 +02:00
Sjef Verhoeven PE5PVB 5022c68b7a Bugfix in AF routine 2023-10-11 11:13:05 +02:00
Sjef Verhoeven PE5PVB b7f187058c Fixed meter-band update flashing 2023-10-11 10:31:25 +02:00
Sjef Verhoeven PE5PVB d9ed14d8cf Go to buffered PS mode when 8 bytes received 2023-10-10 23:41:11 +02:00
Sjef Verhoeven PE5PVB 101b0caf99 Removed unused time library 2023-10-10 23:25:19 +02:00
Sjef Verhoeven PE5PVB e7d893e4a3 Fix on StationList LW/MW/SW tuning 2023-10-10 23:19:38 +02:00
Sjef Verhoeven PE5PVB 18f40a20c8 RDS detection improvements 2023-10-10 23:07:14 +02:00
Sjef Verhoeven PE5PVB a5181c2463 Last state SW BAND/AUTO stored in flash and made it more user friendly 2023-10-10 17:42:25 +02:00
Sjef Verhoeven PE5PVB cb31950de0 Bugfix in StationList tune 2023-10-10 15:48:30 +02:00
Sjef Verhoeven PE5PVB fa7146f52a Bugfix in Stationlist tuning 2023-10-09 23:23:00 +02:00
Sjef Verhoeven PE5PVB 014a4614bb Fixed ECC 2023-10-09 17:17:09 +02:00
Sjef Verhoeven PE5PVB c9eb52046d Changed squelch to sprite 2023-10-09 17:02:10 +02:00
Sjef Verhoeven PE5PVB 91204c3331 Bugfix in OIRT tuning via Stationlist 2023-10-08 23:15:41 +02:00
Sjef Verhoeven PE5PVB 3de883a0b5 Some more PS finetuning 2023-10-08 22:47:10 +02:00
Sjef Verhoeven PE5PVB 0fd7648158 When ECC is 0x00 it's not refreshed after tuning. 2023-10-08 22:18:29 +02:00
Sjef Verhoeven PE5PVB ca6a9957d2 When in screenmute quality data was not polled, so AF could not work correct. 2023-10-08 22:09:08 +02:00
Sjef Verhoeven PE5PVB 59a5926695 Fixed TA flag behaviour 2023-10-08 22:00:56 +02:00
Sjef Verhoeven PE5PVB cc8b43eb66 When LIC is 0x00 it was not shown as "Unknown" after tuning 2023-10-08 21:44:19 +02:00
Sjef Verhoeven PE5PVB 98a5120dfd When WiFi is active, a red outline was shown in the battery indicator 2023-10-08 19:19:43 +02:00
Sjef Verhoeven PE5PVB 32fac40ccd Speed improvement and GUI bugfix 2023-10-08 19:10:51 +02:00
Sjef Verhoeven PE5PVB 1492195dcd Added RT A/B indicator 2023-10-08 18:51:18 +02:00
Sjef Verhoeven PE5PVB 46a41e239e Some data was written to display continuously when no RDS 2023-10-08 18:18:02 +02:00
Sjef Verhoeven PE5PVB ec674a81e9 Code cleanup 2023-10-08 17:56:03 +02:00
Sjef Verhoeven PE5PVB 2fbdcb163c RDS clock is now shown as it's transmitted via RDS (not the RTC time) 2023-10-08 17:37:51 +02:00
Sjef Verhoeven PE5PVB 936a202d7a Improvements on PS processing 2023-10-08 16:49:51 +02:00
Sjef Verhoeven PE5PVB 1b28ff3e35 Time will only set once after sync. 2023-10-08 15:59:57 +02:00
Sjef Verhoeven PE5PVB a4d688f1d7 When ECC value is unknown, text "unknown" was not written 2023-10-08 15:56:39 +02:00
Sjef Verhoeven PE5PVB 94216c9a15 After configuring WiFi it was not automaticly activated 2023-10-08 14:21:54 +02:00
Sjef Verhoeven PE5PVB b50bd6f8b5 During auto tune mode ECC was not set to N/A 2023-10-07 23:42:06 +02:00
Sjef Verhoeven PE5PVB dc2d5476ef Reduced CT updates 2023-10-07 23:25:17 +02:00
Sjef Verhoeven PE5PVB 9227fe7736 WiFi stayed active after disabling WiFi in menu 2023-10-07 23:15:47 +02:00
Sjef Verhoeven PE5PVB 8c65f26785 Fixed LIC/ECC refresh 2023-10-06 21:07:54 +02:00
Sjef Verhoeven PE5PVB a2e0dd5a97 Red border in battery indicator was sometimes shown faulty 2023-10-06 20:57:17 +02:00
Sjef Verhoeven PE5PVB e0ac425675 When Wifi is disabled, stationlist IP will not be shown 2023-10-06 20:51:18 +02:00
Sjef Verhoeven PE5PVB b481dd58d5 Bugfix Chinese language was not visible in tickers 2023-10-06 17:36:03 +02:00
Sjef Verhoeven PE5PVB 4b689f23b1 When using seek function in XDRGTK while AF/EON screen was active, it now first closes AF/EON screen 2023-10-06 16:12:49 +02:00
Sjef Verhoeven PE5PVB db9e471117 Improved TMC detection 2023-10-06 15:43:25 +02:00
Sjef Verhoeven PE5PVB 0289ec6cca Fixed some external tuning problems. 2023-10-03 17:23:00 +02:00
Sjef Verhoeven PE5PVB 0997590b97 BW for AM and FM is now stored in flash 2023-10-03 17:00:07 +02:00
Sjef Verhoeven PE5PVB 7aedffeae6 RDS decoder now only will run when detection of RDS block has no errors at all. 2023-10-03 12:51:00 +02:00
Sjef Verhoeven PE5PVB 1ba582f0dc Fix: When in Advanced RDS view or AFEON view iMS and EQ could accedentally be printed 2023-10-03 12:42:26 +02:00
Sjef Verhoeven PE5PVB 04f1eaab6f Squelch now also working in MPX audio mode 2023-10-01 14:52:08 +02:00
Sjef Verhoeven PE5PVB cd263f8c7e Added auto bandselector for StationList 2023-10-01 14:27:27 +02:00
Sjef Verhoeven PE5PVB 78dfa435af Removed debug message 2023-10-01 14:01:43 +02:00
Sjef Verhoeven PE5PVB 9005591ada Add clear old PS before building new 2023-10-01 14:00:14 +02:00
Sjef Verhoeven PE5PVB 42e7cede25 Fixed a bug where some RDS info was not parsed 2023-10-01 13:52:41 +02:00
Sjef Verhoeven PE5PVB b950f0015d Added AM scan function 2023-09-21 22:45:57 +02:00
Sjef Verhoeven PE5PVB ef42f24f41 Fix SNR AM 2023-09-21 22:04:33 +02:00
Sjef Verhoeven PE5PVB 5826e77905 No RDS reset after leaving screenmute 2023-09-10 21:32:25 +02:00
Sjef Verhoeven PE5PVB 037e9b42ed Bugfix on RDS logo when tuning 2023-09-10 21:29:19 +02:00
Sjef Verhoeven PE5PVB 72306c4b95 Reduced I2C traffic while screen is muted (and XDRGTK is not in use) 2023-09-10 21:19:48 +02:00
Sjef Verhoeven PE5PVB 61eec6e1d5 Fix where LIC was not refreshed 2023-09-10 21:02:42 +02:00
Sjef Verhoeven PE5PVB 320c9c0780 Fix bug in AF method B detector 2023-09-10 20:53:52 +02:00
Sjef Verhoeven PE5PVB bdbd851e29 Reduced UDP traffic on WiFi 2023-09-06 16:54:07 +02:00
Sjef Verhoeven PE5PVB 7e3b9b72a7 Added check for AF method B 2023-09-06 16:31:31 +02:00
Sjef Verhoeven PE5PVB 7472c96df4 Fixed bug RDS logo stayed on screen when using seek function 2023-09-06 16:16:32 +02:00
Sjef Verhoeven PE5PVB 616a5c0694 Added RDS error threshold
Possible settings:
Off: No errors allowed

Small: small errors allowed; possible 1 bit reception error detected; data is corrected

Large: large error allowed; theoretical correctable error detected; data is corrected

All: All data allowed
2023-09-06 15:48:11 +02:00