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

Code not repeating but periodic #45

Open
jonasstoetzel opened this issue Nov 24, 2019 · 0 comments
Open

Code not repeating but periodic #45

jonasstoetzel opened this issue Nov 24, 2019 · 0 comments

Comments

@jonasstoetzel
Copy link

Hi,
I've got a case where the code seems to be repeating, i.e.

2019-11-24 15:46:16 - [INFO] rpi-rf_receive: Listening for codes on GPIO 27                                            
2019-11-24 15:46:34 - [INFO] rpi-rf_receive: 1152112 [pulselength 722, protocol 2]                                     
2019-11-24 15:46:35 - [INFO] rpi-rf_receive: 1692592 [pulselength 725, protocol 2]                                     
2019-11-24 15:46:35 - [INFO] rpi-rf_receive: 2066224 [pulselength 724, protocol 2]                                     
2019-11-24 15:46:36 - [INFO] rpi-rf_receive: 1708096 [pulselength 719, protocol 2]                                     
2019-11-24 15:46:37 - [INFO] rpi-rf_receive: 1152112 [pulselength 724, protocol 2]                                     
2019-11-24 15:46:37 - [INFO] rpi-rf_receive: 1692592 [pulselength 723, protocol 2]                                     
2019-11-24 15:46:38 - [INFO] rpi-rf_receive: 2066224 [pulselength 725, protocol 2]                                     
2019-11-24 15:46:38 - [INFO] rpi-rf_receive: 1708096 [pulselength 723, protocol 2]                                     
2019-11-24 15:46:39 - [INFO] rpi-rf_receive: 1152112 [pulselength 724, protocol 2]

Each time I press a button on the remote, a (repeating) code occurs. None of them work. Any idea how to proceed? I cloned current master and installed via setup.py

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

1 participant