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

Capability to interrupt decoder during successful partial decode. #109

Open
bgmcode opened this issue Oct 10, 2023 · 1 comment
Open

Capability to interrupt decoder during successful partial decode. #109

bgmcode opened this issue Oct 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bgmcode
Copy link

bgmcode commented Oct 10, 2023

Current Situation

The Reolink doorbell signal lasts about 4 seconds, with the doorbell code payload being repeated over and over. As I have it currently implemented, my doorbell won't ring until those 4 seconds are up.

How would you recommend updating my fork to stop decoding once the doorbell code is successfully read? I'm having a hard time understanding how your code works. Thanks again!

Proposed Change

Capability to interrupt decoder during successful partial decode.

Additional Context

No response

@bgmcode bgmcode added the enhancement New feature or request label Oct 10, 2023
@NorthernMan54
Copy link
Owner

I'm not sure if this is feasible, but the start and end of signal is controlled by this function

void rtl_433_ESP::rtl_433_ReceiverTask(void* pvParameters) {

And the start and end of signal is currently detected by the RSSI level.

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

No branches or pull requests

2 participants