Hi,
I am newbie in ESP and I wanted to build a IR remote for controlling TV's. I couldn't find any libraries to communicate with the TV IR just like IRremote. can any one help me to find and build remote in IDF environment.
Any similar Librarys like IRremote in ESP IDF interface
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: Any similar Librarys like IRremote in ESP IDF interface
The ESP-IDF RMT examples has a remote control send / receive program in it; you may want to take a look at that.
Re: Any similar Librarys like IRremote in ESP IDF interface
Any update on this?
Is there any library similar to IRremote for esp IDF to send IR commands directly to TV.
I found some workaround on ESP Arduino env,
https://github.com/SensorsIot/Definitive-Guide-to-IR
Could I use the same Arduino library in esp idf?
Is there any library similar to IRremote for esp IDF to send IR commands directly to TV.
I found some workaround on ESP Arduino env,
https://github.com/SensorsIot/Definitive-Guide-to-IR
Could I use the same Arduino library in esp idf?
Re: Any similar Librarys like IRremote in ESP IDF interface
Hi,tharunjoy wrote: ↑Wed Jul 10, 2019 6:27 amAny update on this?
Is there any library similar to IRremote for esp IDF to send IR commands directly to TV.
I found some workaround on ESP Arduino env,
https://github.com/SensorsIot/Definitive-Guide-to-IR
Could I use the same Arduino library in esp idf?
I believe that you can't use Arduini based library directly into ESP32 IDF still you can confirm with SDK developers.
But you can develop easily same IR based application using Arduino Tool if you want.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: Any similar Librarys like IRremote in ESP IDF interface
Hi,
Thank you @Ritesh for the replay
I was able to use IRremote library in ESP IDF interface using 'Arduino over ESP IDF'
https://github.com/espressif/arduino-es ... mponent.md
Anyone who is interested to use and confused with the Arduino libraries that to be added to the current implementation in ESP IDF, please follow the above link.
I have used platformio IDE for development which is much easier than any others. They do contain sample implementation of Arduino-ESP32 env.
Please check the below link for examples
https://github.com/platformio/platform-espressif32
Thank you @Ritesh for the replay
I was able to use IRremote library in ESP IDF interface using 'Arduino over ESP IDF'
https://github.com/espressif/arduino-es ... mponent.md
Anyone who is interested to use and confused with the Arduino libraries that to be added to the current implementation in ESP IDF, please follow the above link.
I have used platformio IDE for development which is much easier than any others. They do contain sample implementation of Arduino-ESP32 env.
Please check the below link for examples
https://github.com/platformio/platform-espressif32
Re: Any similar Librarys like IRremote in ESP IDF interface
Thanks for your response regarding same.tharunjoy wrote: ↑Tue Aug 13, 2019 3:35 pmHi,
Thank you @Ritesh for the replay
I was able to use IRremote library in ESP IDF interface using 'Arduino over ESP IDF'
https://github.com/espressif/arduino-es ... mponent.md
Anyone who is interested to use and confused with the Arduino libraries that to be added to the current implementation in ESP IDF, please follow the above link.
I have used platformio IDE for development which is much easier than any others. They do contain sample implementation of Arduino-ESP32 env.
Please check the below link for examples
https://github.com/platformio/platform-espressif32
I will check it and let you know if need any help for same.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: Any similar Librarys like IRremote in ESP IDF interface
Hello, I tried using the default RMT example(ir_protocol) given in ESP-IDF examples . I tried with NEC protocol but the ir _tx I am sending using the default example I am not able to operate any of the NEC devices.Please guide me and also share if u have any similar example where in I can send and receive IR data and operate any IR device(AC/ TCVs)
Who is online
Users browsing this forum: Google [Bot] and 131 guests