-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
[Global] (RF) Implementation of support for parsed protocol .sub files #570
Comments
@eadmaster Are you still around and are you still working on your port? |
There is also tons of room for improvement on signal capture all together. At the moment I have to be really close to the device to capture a signal and it is usually pretty mangled and unusable. |
I scanned the TX outputs from EvilCrow V2 and the protocols read using T-Embed CC1101 were like:
which I added here in this secction Lines 1144 to 1155 in 7ba77ca
I believe there might have differences between them and rc-switch lib couldn't be reading well.. but nothing that couldn't be enhanced Other thing that must be enhanced, is the RAW capture, that is using the same logic of the decoder, but saving the signal even if it can´t decode: I made this changes because it was detecting a lot of noise (signals with timings <25us, mostly from 3 to 15us), so I tried to ignore the first burst, waiting the first "RCSwitch::nSeparationLimit" (4300us) to validate the reading.. when using M5 RF433R module, we don´t have RSSI to validade it, so the noise triggers the interruptions quite often.. |
Sensors decoding with rtl_433_ESP is a completely different feature, not related to generic RF signals dumping/replaying.
If the signal gets decoded by the RCSwitch lib, it should be more reliable than a RAW capture. |
I understand that and I sort of slipped something in there I am half hoping to achieve here at a later point. It would require generation of a sub file from a whole new process itself.
Alright. Ill adjust my testing accordingly. I did slap on a new antenna myself but have found the SMA connector has some loss. Ill play with that later. Heres some funny results of my testing so far anyways. |
These graphics are from what? HackRF? Rtl-SDR? I want to buy one for me as a Christmas gift, need advices |
These screenshots are from universal radio hacker (urh) app. With URH you can record, decode, analyze signals. To be able to do this you also need SDR modul. Something like RTL-SDR, HackRF, Airspy. These modules usually only support Rx. I am using Airspy mini with URH sw and gqrx sw for analyzing RF data. If you need more features and mobility go with HackRF with portapack. If not, either RTLSDR or Airspy will be fine and also a lot cheaper. Such tools realy helps at learning and understanding actual RF transsmisions. |
Right now, we can only use RAW (And I think a few others.. maybe? Have to check) protocol in .sub files. This request comes in 2 parts, one is covered in another issue #192.
This issue is a stub for now.
The text was updated successfully, but these errors were encountered: