Commit Graph

56 Commits

Author SHA1 Message Date
kevin
ba7e2cff0d Fix reference error 2023-06-19 11:23:09 +08:00
Sjef Verhoeven PE5PVB
fe46cbfe0f Fix small color bug on menu 3 2023-06-18 23:26:07 +02:00
Sjef Verhoeven PE5PVB
abf5dd1256 Added RDS filter option
You can now select RDS filter on/off in the menu.

Off: RDS data can be dirty, but is very fast.

On: RDS data is buffered and filtered by the TEF668x.
2023-06-18 23:03:37 +02:00
Sjef Verhoeven PE5PVB
f0205d785b Merge pull request #32 from ohmytime/main
Slow down display of BW and SNR
2023-06-18 19:44:09 +02:00
Sjef Verhoeven PE5PVB
2493cc2f58 Merge branch 'main' of https://github.com/PE5PVB/TEF6686_ESP32 2023-06-18 19:41:44 +02:00
Sjef Verhoeven PE5PVB
5b970f84ef Updated RDS routines 2023-06-18 19:41:41 +02:00
kevin
c62d406d87 Slow down display of BW and SNR
Add a timer for display.
2023-06-18 21:07:45 +08:00
kevin
1c92648668 Adjust bat ADC's for portable
Maybe adjustment still needed
2023-06-18 20:33:58 +08:00
Sjef Verhoeven PE5PVB
2ab7ce223d Fixed language selector
added SW wavelength indicator selector.
2023-06-18 13:31:26 +02:00
kevin
baff256dec Add SW MI band display and switch
Todo: @PE5PVB

1. Can add an menu option
byte showSWMIBand = 1;    // Fix Me: Menu options: 0: don't show  1: show up
2. Need to store and restore the last SWMIBandPosold
uint16_t SWMIBandPosold;  // Fix Me: Should store this parameter into flash, for use of restart.
2023-06-18 13:27:20 +08:00
Sjef Verhoeven PE5PVB
71634398bc Added Stationlist support 2023-06-17 22:05:19 +02:00
Sjef Verhoeven PE5PVB
92e8210776 Added battery+Wifi indicator
Can't test battery indicator. No portable device here ;-) Please feedback.
2023-06-17 20:07:48 +02:00
Sjef Verhoeven PE5PVB
be09eb8907 Fixed signalmeter
Was not able to show negative values.
2023-06-17 18:37:45 +02:00
Sjef Verhoeven PE5PVB
3d9d119b5b Fixed BER on RDS Spy 2023-06-17 14:46:15 +02:00
Sjef Verhoeven PE5PVB
90cebd5762 Fixed volume control XDRGTK 2023-06-17 12:23:32 +02:00
kevin
797ca91d3b Code tidy
Make it easy to read
2023-06-17 14:28:22 +08:00
Sjef Verhoeven PE5PVB
87af4ade5c Fix XDRGTK and more
- Font update
- XDR GTK fixed both WiFi and USB
- RDS Spy can now also connect over wifi (port 7373)
- Memory cleanup
- More....
2023-06-17 01:17:42 +02:00
Sjef Verhoeven PE5PVB
bc3156628e Added WiFi support 2023-06-15 23:22:32 +02:00
kevin
be6ac1948c Add bands bandage settings 2023-06-15 23:34:49 +08:00
Mateusz Walkowiak
1254873cb7 add new PL translations + fix typo
added new PL strings + fixed typo in app name (XDRGTK -> XDR-GTK)
2023-06-15 16:02:32 +02:00
Sjef Verhoeven PE5PVB
8d812d60fe Update for USB indicator on RDS Spy 2023-06-15 12:37:48 +02:00
Sjef Verhoeven PE5PVB
675b83efdf Added support for RDS Spy on USB 2023-06-15 11:52:00 +02:00
kevin
994f9303a3 Fix recall error of stepsize
When you set stepsize to 4 and then switch to LW Band and turn off radio immediately , when turn on again, then stepsize will remain 4 ,this is not suitable for LW and MW.
2023-06-15 16:10:39 +08:00
kevin
05b1f4a5f0 Fix display mis-match of iMS EQ
Y mis-match of iMS and EQ with updateiMS() and updateEQ()
2023-06-15 10:48:24 +08:00
kevin
686eb92879 fix stepsize error when bands switch
bands switch FM -> LW, stepsize should not > 3
2023-06-15 09:55:35 +08:00
Sjef Verhoeven PE5PVB
587445e609 MW/LW/SW frequency store and AM offset
LW/MW/SW frequency now stored in memory.

Set AM leveloffset to -30dB to have a more accurate readout and working softmute.
2023-06-14 21:02:04 +02:00
Sjef Verhoeven PE5PVB
3ceb3eab99 Clean up 2023-06-14 17:51:55 +02:00
Sjef Verhoeven PE5PVB
6b8af4acce Merge pull request #18 from ohmytime/main
Adjust stepsize for each bands
2023-06-14 17:45:51 +02:00
Sjef Verhoeven PE5PVB
06768fb5ab Fix for special characters RDS 2023-06-14 17:45:18 +02:00
kevin
ecb252b3d9 Adjust stepsize for each bands
SW and FM: max  is 1000
MW and LW: max is 100
thus more user friendly.
2023-06-14 22:20:20 +08:00
Sjef Verhoeven PE5PVB
f88c627d02 Merge pull request #17 from ohmytime/main
Reinit each band frequency from Memory
2023-06-14 15:38:58 +02:00
kevin
ee85dbaa56 Reinit each band frequency from Memory 2023-06-14 21:09:06 +08:00
Sjef Verhoeven PE5PVB
5ac1a8a1a6 Update TEF6686_ESP32.ino 2023-06-14 13:42:40 +02:00
Sjef Verhoeven PE5PVB
9678035e50 Merge pull request #16 from ohmytime/main
add bands switch
2023-06-14 13:39:08 +02:00
kevin
32bc94ad01 add bands switch
2 bands -> 4 bands
MW Step: EU -> 9K, US -> 10K
2023-06-14 19:09:14 +08:00
Sjef Verhoeven PE5PVB
91ab8df421 Work done on ASCII converter. (not ready yet!)
List needs to be filled.
2023-06-13 23:15:42 +02:00
Sjef Verhoeven PE5PVB
62e9b7a275 Added TA/TP/EON/MS indicator
Added RDS text fontset. But seems not to work ok.

Smaal bugfixes.
2023-06-11 20:04:02 +02:00
Sjef Verhoeven PE5PVB
9ee0a102c7 Another attempt to mask special characters in RDS
Fixed signallevel shown in menu edgebeep
2023-06-10 20:13:39 +02:00
Sjef Verhoeven PE5PVB
3d23e59b6f Fixed small issue with PS underscore 2023-06-08 23:37:47 +02:00
Sjef Verhoeven PE5PVB
05b232fcb4 Added RBDS support with stationcall and underscore in PS 2023-06-08 22:40:55 +02:00
Sjef Verhoeven PE5PVB
e4cc7cb170 Added decimals in high and low edge
Also eeprom reorganised
2023-06-07 23:53:42 +02:00
Sjef Verhoeven PE5PVB
ad02c13447 Changed font and more visual optimalisations 2023-06-07 23:01:54 +02:00
Sjef Verhoeven PE5PVB
012a164ce1 Fixed Eastern European characters 2023-06-06 23:11:30 +02:00
Sjef Verhoeven PE5PVB
d253a78ce9 Added Evo2 font 2023-06-06 22:43:07 +02:00
Sjef Verhoeven PE5PVB
4eb61a05c9 Added band edge beep, Croatian language 2023-06-05 23:24:01 +02:00
Sjef Verhoeven PE5PVB
6fb3789eae Added softmute
Added softmute to menu
Resized menu popup
2023-06-05 22:22:46 +02:00
Sjef Verhoeven PE5PVB
f2ba6218d9 Added multi menu function
Also corrected Dutch translation.
2023-06-05 21:24:30 +02:00
Mateusz Walkowiak
fb662d7922 fix typo
+ moved PRESS MODE... string to the left to fit Polish translation
2023-06-05 12:49:11 +02:00
Sjef Verhoeven PE5PVB
308e8ec44f Added translation for PRESS MODE TO EXIT AND STORE 2023-06-05 12:24:06 +02:00
Sjef Verhoeven PE5PVB
e6f2dd4b5c Multi language start
Modified script to support multi language.

Pending: Add menu option to select language
2023-06-04 23:39:59 +02:00