Skip to content
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

How can i modify this protocol? #490

Open
Mavciii opened this issue May 2, 2023 · 5 comments
Open

How can i modify this protocol? #490

Mavciii opened this issue May 2, 2023 · 5 comments

Comments

@Mavciii
Copy link

Mavciii commented May 2, 2023

hey. i have blind remote controller and i wanna send on, off, close command with my nodemcu.
The communication protocol was sent by the manufacturer as follows. But the code is 40 bits. How can I send commands with this?

Wireless protocol(English)_Feierge.pdf

@Mavciii
Copy link
Author

Mavciii commented May 4, 2023

?

@Mavciii
Copy link
Author

Mavciii commented Jul 31, 2023

??

@darkbox
Copy link

darkbox commented Aug 16, 2023

I'm new to this, but I think you should take a look to the protocol section at
RCSwitch.h as well as RCSwitch.cpp and once configured/figure it out your custom protocol maybe send the 40bits of data as a binary string with send(const char* sCodeWord).

@Mavciii
Copy link
Author

Mavciii commented Sep 6, 2023

the main problem is it. i cant configure this code. i dont know what can i do :)

@darkbox
Copy link

darkbox commented Sep 8, 2023

Try with a cheap logic analyzer or an oscilloscope if you have access to one.
The protocol is given for what I understand by the times periods of the signal being high and low.
Sorry for not been more helpful at this point 😧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants