Page 1 of 1

IRRemote

Posted: 08 Sep 2017 19:21
by AlmostSerious
Hi, anybody using a IR Library for receiving and sending that actually works?
I tried several different ones, but always get a compliation error with the examples because "XYZ.h" is not found... yet it is clearly there.. maybe its because im using 1.6.5 ? Do i need a newer Version of ArduinoIDE?

Re: IRRemote

Posted: 08 Sep 2017 22:31
by PoltoS
The two basic examples on the site work for sure:
http://z-uno.z-wave.me/examples/IR2ZWave
http://z-uno.z-wave.me/examples/ZWave2IR

Have you based on those or on the documentation from the site?

Re: IRRemote

Posted: 09 Sep 2017 19:05
by AlmostSerious
Thanks a lot, these seem to do the trick :) Didn't even see them in the first place...