-
Notifications
You must be signed in to change notification settings - Fork 137
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 learning abilities #10
Comments
I also believe this would be a good feature, But I think for right now I will just end up using an outboard IR receiver to read the IR codes to be programmed. EDIT: I noticed there was a IR receiver built-in after posting this, but the @CoretechR beat me to the update. |
This modular approach is sound! Do you have more details about such an external IR receiver and where it could be plugged in on the current remote? |
Not sure if it can be helpful here, but there is Flipper Zero, a hacker tool similar to this project that allows reading IR codes (and replay them). |
I know very well about it but it's too expensive just for one use case (IR learning).
My bad, I didn't saw it along with IR LEDS. Well this is perfect ! Would you be open to future PR regarding IR learning functions then or do you want to focus on the TX side for now? |
I can't promise anything right now. For my previous OLED keyboard project, I created a windows UI for configuring the screens. I imagine something similar could be done with the remote. A web interface hosted on the ESP32 would make it cross-platform, but I'm not sure about the performance. The IR learning would be part of that interface. |
You don't have to promise anything, you can (should!) take a break whenever you like! I was just asking if that (RX abilities) would be a direction you'd like for this project in the short/middle term or not. Anyway thank you for all the work you've already put into this project! |
Just adding an idea that could help with IR command learning, could the commands be added into the eeprom locations to allow dynamic changing without needing to hardcode into the values in the source code. I'm hoping to work on this when I can get my hands on the parts. |
@Dark1886 Sure, the flash memory of the ESP32 would be the best place to store the commands. You're welcome to try an implement this. |
Just a thought, If adding IR learning functionality on-board may be difficult, an IR reading mode could be implemented that could spit out the received IR signal to some serial/http Post/MQTT log. It doesn't directly learn the function, but it could make capturing and programming the IR codes a lot more simple. |
Would you consider adding an IR-receiver to allow IR-learning abilities (via a future firmware update) to this remote? It will vastly expand the use-cases for it.
The text was updated successfully, but these errors were encountered: