bengtmartensson/Infrared4Arduino

HW TIMER NEVER INIT ERROR - ESP32

nccchirag opened this issue · 2 comments

timer_group: timer_isr_callback_remove(244): HW TIMER NEVER INIT ERROR
timeout

I get the above error when compiling sample sketch.

Dev Env
Windows 10 x64 PC
ESP32 Dev Module - ESP32-PICO-KIT
Arduino 2.0.5
IR Receiver - TSMP58000

Also, how can I get the frequency from the IR signal?

Please guide
Thank You

I get the above error when compiling sample sketch.

which one? But right now, I am not really in the position to support ESP32s :-(.

Also, how can I get the frequency from the IR signal?

IrSignal::getFrequency() . But only IrWidget and derived classes generates IrSignals with non-trivial frequency measurement.

No problem @bengtmartensson .. thank you so much for the response :)