-
Notifications
You must be signed in to change notification settings - Fork 836
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
Comments
Have you tried using the example code on the ESP8266? e.g. https://github.com/markszabo/IRremoteESP8266/blob/master/examples/IRrecvDumpV2/IRrecvDumpV2.ino 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. |
Please try v2.0.2. It fixes some more decoding issues introduced in v2.0.x |
Friendly ping. Have you had a chance to see if the latest version (2.0.3 as of this comment) fixes your problem? |
Marking this closed due to inactivity. Please re-open if you get back to us. |
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.
The text was updated successfully, but these errors were encountered: