Page 1 of 1

Any similar Librarys like IRremote in ESP IDF interface

Posted: Thu Jan 31, 2019 6:48 am
by tharunjoy
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.

Re: Any similar Librarys like IRremote in ESP IDF interface

Posted: Thu Jan 31, 2019 7:13 am
by ESP_Sprite
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

Posted: Wed Jul 10, 2019 6:27 am
by tharunjoy
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?

Re: Any similar Librarys like IRremote in ESP IDF interface

Posted: Sun Jul 14, 2019 8:56 am
by Ritesh
tharunjoy wrote:
Wed Jul 10, 2019 6:27 am
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?
Hi,

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.

Re: Any similar Librarys like IRremote in ESP IDF interface

Posted: Tue Aug 13, 2019 3:35 pm
by tharunjoy
Hi,
Ritesh wrote:
Sun Jul 14, 2019 8:56 am

I believe that you can't use Arduini based library directly into ESP32 IDF still you can confirm with SDK developers.

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

Posted: Fri Aug 23, 2019 1:37 pm
by Ritesh
tharunjoy wrote:
Tue Aug 13, 2019 3:35 pm
Hi,
Ritesh wrote:
Sun Jul 14, 2019 8:56 am

I believe that you can't use Arduini based library directly into ESP32 IDF still you can confirm with SDK developers.

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
Thanks for your response regarding same.

I will check it and let you know if need any help for same.

Re: Any similar Librarys like IRremote in ESP IDF interface

Posted: Mon Mar 23, 2020 11:23 am
by sarapatel
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)