You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway I can receive just the raw data and replay it later? This means I don't care for being able to understand the data format, modulation, or anything of the sort in my use case. I purely wish to be able to detect that some sort of RF is occurring, and replay it later.
I'm not too familiar with RF overall, but I tried to read the CC1101 documentation by Texas instruments, and disable all the filtering accordingly.
Were you able to achieve being able to replay certain signal without knowing anything apart from the fact that it is 868mhz. if so how did you do it. I am trying to learn to do the same thing
I think you're supposed to set receive registers after you set up all the options, not before. Everything else looks fine to me. Also set some power otherwise you'll have to stand next to the antena to be receiving anything.
Hi,
Is there anyway I can receive just the raw data and replay it later? This means I don't care for being able to understand the data format, modulation, or anything of the sort in my use case. I purely wish to be able to detect that some sort of RF is occurring, and replay it later.
I'm not too familiar with RF overall, but I tried to read the CC1101 documentation by Texas instruments, and disable all the filtering accordingly.
I ended up writing something like the following:
Despite this, it always logs out 0's despite using an RF device near it (and seeing it show on something such as RTL-SDR).
Any idea how I can accomplish this?
Thank you in advance.
The text was updated successfully, but these errors were encountered: