Giter Site home page Giter Site logo

Send Code about ccmanager HOT 5 OPEN

jglim avatar jglim commented on July 18, 2024
Send Code

from ccmanager.

Comments (5)

jglim avatar jglim commented on July 18, 2024

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 0x38,0xFA,0x71,0x8C,0x04. If you would like to send that many times in a row, you can add 0x00 to add an interval before your next transmission, for example 0x38,0xFA,0x71,0x8C,0x04,0x00,0x00,0x00,0x00,0x00,0x38,0xFA,0x71,0x8C,0x04,0x00,0x00,0x00,0x00,0x00,0x38,0xFA,0x71,0x8C,0x04,0x00,0x00,0x00,0x00,0x00,0x38,0xFA,0x71,0x8C,0x04,0x00,0x00,0x00,0x00,0x00,0x38,0xFA,0x71,0x8C,0x04

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 1 / (32/1000) which gives a value of 31.25

I would recommend taking a look at the guide

from ccmanager.

Bihel29 avatar Bihel29 commented on July 18, 2024

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

from ccmanager.

jglim avatar jglim commented on July 18, 2024

Unfortunately I am not sure of which parameters you refer to; when I launch SDRSharp/Audacity, I use the default launch parameters.

from ccmanager.

Bihel29 avatar Bihel29 commented on July 18, 2024

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

from ccmanager.

jglim avatar jglim commented on July 18, 2024

I have tried to guess and annotate some hints. It would be helpful if you can upload the file that was open in that screenshot

32005448-9b4e8e7c-b9a4-11e7-9ff1-14d9ad040535-r

from ccmanager.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.