-
Notifications
You must be signed in to change notification settings - Fork 117
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
2-FSK Sniffing with the YS1 #110
Comments
you're currently in MARC_STATE_IDLE, which means that the receiver is not listening. if you want to troubleshoot, a couple approaches might make sense:
it's possible your receive threshold configs are inappropriate, including the Receive Preamble size, etc... i once wrote an entire course about what you're doing (SDR for low-level details capture, RfCat configuration, and ultimately, how things can go wrong, and how it looks so you can identify it). ran it once as a one-day (at S4), converted it to a 2-day for BlackHat, but life happened and it's been sitting on the back burner since. |
Thanks for your response. I had put d.setModeRX and d.setModeIDLE in the script I was running. I should've mentioned this but I have received bits with d.discover or d.RFlisten with more relaxed settings, but once I narrow down on the protocol I'm working on I don't get anything. I'll try the debugging setting, thank you. Im sure this isn't a software or hardware issue, I just didn't know where else to ask haha. If you ever run that class again I would love to take it |
I am reverse engineering a sub GHz radio protocol. I have figured out the protocol, and am able to spoof the receiver transmitting from my Yardstick One with RFCat, using packets sniffed on another SDR (I know the YS1 isn't technically an SDR) and decoded using Inspectrum. However when I send the same packets with the real remote, or another SDR transmitter, I am unable to sniff them with my YS1 in RFCat, with the same settings I used to successfully transmit. Does receiving require different settings? (Besides putting it into RX Mode) Here is the printout of d.printRadioConfig():
The text was updated successfully, but these errors were encountered: