Replies: 3 comments 2 replies
-
Should be possible, "just" need to write a complete block of code able to be compatible with official IRDA code. For the moment it's just a dump of an clone of robi-tronic receiver. ie: If you get a working poc, able to decode with a simple esp32 + irda receiver (TFDU, need to be a IRDA one, not a simple IR) the code send with a emitter, it could be wonderful and get me attention to "finish" this project :D. ie2: look into emitter.ino, it's the function codeLoop() + pulse(), the important functions. |
Beta Was this translation helpful? Give feedback.
-
example of a working algo/POC: If pinInterupt if get_the_complete 3+1bytes if NoMoreInterrupt_during_X_time And some more timeout like:
|
Beta Was this translation helpful? Give feedback.
-
Why ESP32 (which was cool few months ago, because cheaper and more powerful than Arduino based on ATMega), when we have now RP2040 thats now cheaper than anything else ;-) ? |
Beta Was this translation helpful? Give feedback.
-
Very much a beginner with hardware here, I've done several esp32 programs.
Can the receiver hardware be done with just an esp32 + IR receiver? as in without the atmega
Beta Was this translation helpful? Give feedback.
All reactions