-
Notifications
You must be signed in to change notification settings - Fork 21
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
Send Code #9
Comments
Hello, The SDRSharp screenshot looks very much like OOK where you were tuned at. To see what FSK looks like, tune to your local FM radio frequencies. For AM radio, you may be able to see an example in the Airband frequencies without additional hardware OOK is a subset of ASK, except that it switches between full power and zero power as a means of communicating. I am unfamiliar with RTL433, however in the screenshot that you have uploaded, it seems to indicate that the data is There is no timescale in your RTL433 log, so "Pulse Length 32" could be 32ms or 32μs (or something else). This is important as the baud rate (speed of transmission) is required to transmit correctly. For example, if each pulse takes 32ms, the baud rate will be I would recommend taking a look at the guide |
Thanks for your answer, I did not find the PDF it's more understandable now. Do I have to use specific parameters for SDRSharp and/or Audacity? Thank you |
Unfortunately I am not sure of which parameters you refer to; when I launch SDRSharp/Audacity, I use the default launch parameters. |
Hey, thanks for your answer. I have successfully decode your example with audacity: https://user-images.githubusercontent.com/11474337/32005448-9b4e8e7c-b9a4-11e7-9ff1-14d9ad040535.PNG But when I try to decode another signal, I find it hard to determine which baud rate to use. Do you have a tip or an example to give me? Thanks |
Hey, I have trouble understanding how to convert the received code to HEX
Example RTL_433 : https://i.imgur.com/IgBXTbH.png
Example SDR : https://i.imgur.com/UODlMsj.png
How to select the number of rows to send with CCmanager?
How to send "00111000 11111010 01110001 10001100 00000100" code with CCManager ?
How can I tell if the modulation is OOK, ASK or other?
It's hard for me to find information in my language.
Sorry for my bad english
Thanks
The text was updated successfully, but these errors were encountered: