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

IR_receive #241

Closed
Sumgit91 opened this issue Jun 13, 2017 · 5 comments
Closed

IR_receive #241

Sumgit91 opened this issue Jun 13, 2017 · 5 comments
Labels

Comments

@Sumgit91
Copy link

It's just a question! I am using Ken Shirriff's IR library for Arduino UNO and your library For ESP 8266 ESP-12. The ESP is acting as a receiver and Arduino as a transmitter, however, the transmitter part is working fine but at the receiver side, the data is not getting received. I am using TSOP SM0038 receiver. Any suggestions or advice, why the problem persists.

@crankyoldgit
Copy link
Owner

Have you tried using the example code on the ESP8266? e.g. https://github.com/markszabo/IRremoteESP8266/blob/master/examples/IRrecvDumpV2/IRrecvDumpV2.ino
It should dump stuff to the serial console if you are getting valid codes.

And which version of the library are you using?

A suggested starter receiving circuit is https://github.com/markszabo/IRremoteESP8266/wiki#ir-receiving

Make sure you connect the output to (or change) the GPIO in the code to what ever you've connected it too.

Check the datasheet for your SM0038 module too. I had a quick look but most of them were in Chinese. Seems like it should work.

@crankyoldgit
Copy link
Owner

@Sumgit91 This may be related to #243
If so the newly minted v2.0.1 release should address it.

@crankyoldgit
Copy link
Owner

Please try v2.0.2. It fixes some more decoding issues introduced in v2.0.x

@crankyoldgit
Copy link
Owner

Friendly ping. Have you had a chance to see if the latest version (2.0.3 as of this comment) fixes your problem?

@crankyoldgit
Copy link
Owner

Marking this closed due to inactivity. Please re-open if you get back to us.

Repository owner locked as resolved and limited conversation to collaborators Jun 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants