Commit Graph

9 Commits

Author SHA1 Message Date
Mateusz Walkowiak
44dc01b9ee add manual and setup in README 2023-06-03 21:04:36 +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
Mateusz Walkowiak
e2791cc24c Update README.md 2023-06-02 12:16:06 +02:00
Mateusz Walkowiak
1dcdf19aec Create simple README.md 2023-06-02 12:10:27 +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 PE5PVB
ed302d83ec Add files via upload 2023-06-01 16:12:24 +02:00
Sjef Verhoeven PE5PVB
715216923d Initial commit 2023-06-01 16:11:37 +02:00