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
I chose to transmit using "protocol 1" which is supported by rc-switch and portisch projects.
This allows Sonoff RF Bridge to be used for receiving (along with hardware or firmware modification).
The Signalduino isnt aware of any protocol. Its more a pattern which ist recognised.
We process a detected Signal outside of the uC. Currently there is only a per based FHEM Backend which translated the signals into protocols an then into sensors.
I have written an alternative firmware for a particular door sensor operating at 433 MHz:
https://github.com/mightymos/ReedTripRadio
I chose to transmit using "protocol 1" which is supported by rc-switch and portisch projects.
This allows Sonoff RF Bridge to be used for receiving (along with hardware or firmware modification).
I have one user that could not get my firmware working with SIGNALDuino:
mightymos/ReedTripRadio#4
The timings can be easily read here for "protocol 1":
https://github.com/sui77/rc-switch/blob/master/RCSwitch.cpp
https://github.com/Portisch/RF-Bridge-EFM8BB1/blob/master/inc/RF_Protocols.h
I must have poor eyesight, I could not find where SIGNALDuino stores protocol timings?
Is there any interest in supporting an additional protocol?
I will help as best I can if requested.
The text was updated successfully, but these errors were encountered: