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

Infrared Remote Support for ESP32 Marauder #652

Open
tuxymuxy opened this issue Feb 5, 2025 · 1 comment
Open

Infrared Remote Support for ESP32 Marauder #652

tuxymuxy opened this issue Feb 5, 2025 · 1 comment

Comments

@tuxymuxy
Copy link

tuxymuxy commented Feb 5, 2025

Is your feature request related to a problem? Please describe.:
Currently, ESP32 Marauder lacks infrared (IR) remote capabilities, limiting its functionality for testing and interacting with IR-controlled devices. Flipper Zero includes an IR transmitter/receiver, allowing it to capture, store, and replay IR signals for remote control operations.

Describe the solution you'd like:
Integrate IR transmission and reception support into ESP32 Marauder, similar to Flipper Zero. This would enable capturing, decoding, storing, and replaying IR signals, allowing for remote control emulation.

Describe alternatives you've considered:

  • Running separate IR control software on another ESP32 alongside Marauder.
    Additional context:
    Flipper Zero’s IR feature allows users to send and receive IR codes for TVs, AC units, and other devices. Implementing similar functionality in ESP32 Marauder would greatly enhance its versatility.
@viv223345
Copy link

+1
I was just looking into this!
Resources that may come in handy:
IRremoteESP8266
IRRemote (although it is receive only for ESP32)
C++ class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants