-
-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOAA weather alert/SAME decoder [$50] #121
Comments
I have read some code and have some idea to decode noaa image, it's fm + am, should be easier than sstv. But no idea for the message. |
You can try to write the decoder and post it in the #test-drive channel over in discord |
Wasn't really thinking a Sat decoder, just a weather alert decoder like the ones the nws uses on weather radios, but decoding the text as well. However now that it's been mentioned this is an awesome idea as well. I think it's more than capable of decoding the sat images. Probably no harder than the sstv. |
I will edit this to specify, and you can open an issue for noaa sats if you like. |
Looking at the technical specifications, SAME is transmitted using AFSK, at 520.83 bits per second, with a mark tone of 1562.5 Hz and space tone of 2083.3 Hz. Individual bits last 1.92 ms. Each byte is eight bits with no error correction, and the most significant bit is always 0 and transmitted last. Each message is repeated three times in lieu of error correction, with the receiver intended to "vote" (best two out of three) to determine correct bit value. https://www.nws.noaa.gov/directives/sym/pd01017012curr.pdf https://en.wikipedia.org/wiki/Specific_Area_Message_Encoding#History It might be possible to modify the existing AFSK decoder to work for this, though my perception (not necessarily fact) is that the AFSK decoder is sort of broken right now. |
I don't think AFSK is broken. I did look today into the SAME specs, etc, but sadly enough I have no NOAA / SAME down here to use for testing. Anyone in USA, did try to get into AFSK modem, configure its parameters and step into the right frequency ? I assume so. No SAME message is received ? |
Thank you; I may be mistaken re: AFSK and just not using it correctly (not
sure we have documentation).
Since it's AFSK, we ought to be able to use an audio sample for testing.
For example: https://www.sigidwiki.com/wiki/Emergency_Alert_System_(EAS)
…On Fri, Aug 14, 2020 at 6:01 PM euquiq ***@***.***> wrote:
I don't think AFSK is broken. I did look today into the SAME specs, etc,
but sadly enough I have no NOAA / SAME down here to use for testing. Anyone
in USA, did try to get into AFSK modem, configure its parameters and step
into the right frequency ? I assume so. No SAME message is received ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQSTUDW72OBDHUUYEEQIF3SAW63FANCNFSM4PYBDUZQ>
.
|
I would like to see the SAME codes as well. I have this on my scanners however it would be nice to have this while on the go. i would also like to see it save the messages as some disaster events can have several messages. |
It seems that James shao8 has implemented this function。 |
Thanks for the link ! I could see the decode NOAA sat image decoded , but I understood , that he mentioned not released yet in that repo , the code. |
This app called NOAA Receiver Will be fantastic. Someone has tried the Shao8 firmware in portapack H1? |
Hi! anyone who added money to this bounty, please try to open a dispute on paypal, check -> bountysource/core#1586 |
Would like to see an app for decoding SAME data from NOAA weather radio. Messages should be presented in a simple easily readable way. Also the ability to switch to the audio app directly from that screen would be a plus or if possible to just have the audio already. available and just unmuted by the app when an alert is received. - edit: Not speaking of decoding weather satellites, just the messages from the national weather service radio. Just decode the weather alert and provide audio by opening squelch after an alert is issued.
https://www.weather.gov/nwr&ln_desc=NOAA+Weather+Radio/
https://github.com/cuppa-joe/dsame
There is a $50 open bounty on this issue. Add to the bounty at Bountysource.
The text was updated successfully, but these errors were encountered: