Commit Graph
18 Commits
Author SHA1 Message Date
kevin 797ca91d3b Code tidy
Make it easy to read
2023-06-17 14:28:22 +08:00
kevin be6ac1948c Add bands bandage settings 2023-06-15 23:34:49 +08:00
Sjef Verhoeven PE5PVB 2c8242ec78 Fix RT refresh 2023-06-15 00:05:53 +02:00
Sjef Verhoeven PE5PVB 06768fb5ab Fix for special characters RDS 2023-06-14 17:45:18 +02:00
Sjef Verhoeven PE5PVBandGitHub 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 dac00bc911 Added EBU character converter 2023-06-09 12:51:11 +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 ad02c13447 Changed font and more visual optimalisations 2023-06-07 23:01:54 +02:00
Sjef Verhoeven PE5PVB 4eb61a05c9 Added band edge beep, Croatian language 2023-06-05 23:24:01 +02:00
Sjef Verhoeven PE5PVB 31fc03c69f Update API
When using no RDS error filter, PTY, CT, MS, ECC, AF, TP will only be parsed when RDS is error free.

Add a bool to determine if PI was error free (correctPI)
2023-06-03 19:36:12 +02:00
Sjef Verhoeven PE5PVB ecd4bb4702 API update
Removed ASCII converter, since it was not working ;-)
Hopefully fixed the CT when time is at midnight.
Added option to hide RDS errors:
showrdserrors = true Do show always
showrdserrors = false Only show errorless RDS
2023-06-03 13:15:22 +02:00
Sjef Verhoeven PE5PVB 825cc68339 API update, stepsize update and RDS fix
Updated API.
Added stepsize 10MHz (FM) / 1MHz (AM)
Make RDS more sensitive.
2023-06-02 23:09:17 +02:00
Sjef Verhoeven PE5PVB d6f9562a93 Added tone function
Added tone function.
Syntax:
radio.tone(x, y, z);

x = length in mS
y = Amplitude in dB, -30 to 0
z = Frequency in Hertz. (10 to 20000)

Note. After this command the audio is set to Unmute.
2023-06-01 20:56:22 +02:00
Sjef Verhoeven PE5PVBandGitHub ed302d83ec Add files via upload 2023-06-01 16:12:24 +02:00