RAK3172 HardwareTimer for IR sending

Hi,
The hardwaretimer is not supported by the current RUI3, tried to use the IRemote/irmp library for sendig a simple IR code, anybody have idea how can support that function?
“HardwareTimer.h is missing” when try to compile the examples
Thx

Welcome to the forum @jrobi772

What exact library are you trying to use? Can you give me the Github link for that library so that we can have a look?

Irmp:

Iremote:

These libraries require the HardwareTimer library of the Arduino STM32 BSP.

RUI3 does not have this library. The hardware timer support is different implemented with api.system.timer functions. Therefor these libraries are unfortunately not compatible with RUI3.

Right now I have no solution for this problem other than to change the libraries to support RUI3 and api.system.timer functions.

1 Like