-
Notifications
You must be signed in to change notification settings - Fork 116
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
different behavior between Chronos Dongle and Yardstick One with 2FSK modulation #144
Comments
that's really weird. can you get a capture of it (both transmissions) with an SDR? |
yes of course, here is an archive with two transmissions from the URH |
i see the format (complex16s), but what's the samplerate, or anything else i might need to pull these up in InSpectrum (or another tool you recommend)? |
from initial glance, it looks like the capture on the chronos isn't as clean as the ys1 (specifically, there's no dead-space at the front), so any attempts to line up transmissions is nigh impossible. can you send one with dead space and possible pre-amble for both? |
Hey Atlas, here are two new dumps (now they captured with hackrf_transfer tool). chronos:~/chronos$ hackrf_transfer -f 446156250 -w I hope this helps, have a nice day! |
I have an LRS pager, with rfcat + yardstick one fw ver: 0606, also I have an Chronos Dongle with firmware 0631.
d.setMdmModulation(MOD_2FSK)
d.setFreq(446156250)
d.setMdmSyncMode(0)
d.setMdmDeviatn(4800)
d.setMdmDRate(625)
d.setMaxPower()
d.setEnableMdmManchester(1)
everything works fine with Yardstick, but the LRS pager does not accept a signal from Chronos Dongle with the same rfcat settings
The text was updated successfully, but these errors were encountered: