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
Can I use this libary to sniff 868Mhz protocol with CC1101 ?
I want to reverse engineering the protcol of a MAX! Thermostat.
I have a arduino mega 2560. I dont know how to do this. Is there a instruction how to use this libary and how to do the wiring?
This is my CC1101:
The text was updated successfully, but these errors were encountered:
i'm not sure if it is possible to sniff signals. with my demo settings it is not possible, because the cc1101 is listening to dedicated addresses and need a specified packet length.
But, as I remember right, the CUL Stick, which is used for the fhem home automation system can already listen to MAX! and has also a cc1101 on board.
No, it is not a sniffer. If you knew the protocol, this library might
provide a starting point to read it.
Often you can find the protocol on the web. Also, RTL-SDR can be used to
capture the signal. You could then view the signal and figure out the
encoding.
On Sat, Mar 16, 2019, 3:18 PM SpaceTeddy ***@***.***> wrote:
i'm not sure if it is possible to sniff signals. with my demo settings it
is not possible, because the cc1101 is listening to dedicated addresses and
need a specified packet length.
But, as I remember right, the CUL Stick, which is used for the fhem home
automation system can already listen to MAX! and has also a cc1101 on board.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB8wdbAmBBcUMVEpaIUk2RW_Nj9J1ztBks5vXUN9gaJpZM4b3zU0>
.
Can I use this libary to sniff 868Mhz protocol with CC1101 ?
I want to reverse engineering the protcol of a MAX! Thermostat.
I have a arduino mega 2560. I dont know how to do this. Is there a instruction how to use this libary and how to do the wiring?
This is my CC1101:
The text was updated successfully, but these errors were encountered: