-
Notifications
You must be signed in to change notification settings - Fork 835
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
IRrecvDumpV2 isnt working on a nodemcu #477
Comments
@dindan100 I'm afraid you probably got a dodgy nodemcu board. I suggest getting another one from a different seller. See this comment: #415 (comment) Closed due to duplicate of Issue #415 |
Dear David, Thanks for taking the time in trying to assit! much appricated! Thanks again! |
BTW: will it work on ESP32? (i can try ofcourse but i am not sure it is supported if it fails) |
No idea if it will work on the ESP32, I haven't tried it. Worth a try though. I expect it won't work without some hackery. Good luck with another board. Personally, I've been lucky with every nodemcu and wemos mini I've purchased, so I don't have first hand experience with this particular problem. At least these boards are cheap. FYI, you should get startup text at 115200 Baud when running IRrecvDumpV2.ino. e.g. https://github.com/markszabo/IRremoteESP8266/blob/master/examples/IRrecvDumpV2/IRrecvDumpV2.ino#L170 If you are not, then something is VERY wrong. |
Hi David, I have checked 3 diffrnet esp models on the same computer with the same issue happening all of them which lead me to think that the problem is not a faulty nodemcu but something with the computer arduino software itself (altought the upload seems to be working just fine for this sketch or any sketch for that matter :) Have a great weekdend! |
Very interesting. That explains the difference from the previous case/issues where WIFI didn't work either and this one. Might be the USB drivers perhaps? |
Hi David, Nope it's not the USB drivers as both computers use the same adapter with the same driver version and date.
|
@dindan100 As of v2.6.2 this library now supports the ESP32. |
Version/revison of the library used
v2.4.2
Expected behavior
What steps did you do and what should it have done?
Tried to extract the raw data from my samung tv \ AC controler:
Actual behavior
No response on the console
Steps to reproduce the behavior
What can we do to (pref. reliably) repeat what is happening?
Happens all the time
Circuit diagram and hardware used (if applicable)
Link to an image of the circuit diagram used. Part number of the IR receiver module etc.
Identical to the one on the git page.
I have followed the steps in the [Troubleshooting Guide] Yes
Has this library/code previously worked as expected for you?
No
Other useful information
More information is always welcome. Be verbose.
** IRrecvDemo is working just fine!
** IRrecvDump is generating an excpetion upon RST (which can only be seen when using 74880 as the baud rate) however when pressing the remote keys the data apears on the console!
** IRrecvDumpV2 is generating an excpetion upon RST (which can only be seen when using 74880 as the baud rate) and nothing on screen when pressing the remote keys
The text was updated successfully, but these errors were encountered: