-
CaptainIgloo
- Posts: 11
- Joined: 02 Oct 2016 21:58
Post
by CaptainIgloo » 06 Nov 2018 20:21
Hi all,
I would like use AutoPID Library (
http://ryandowning.net/AutoPID/) in Z-uno project.(#include <AutoPID.h> in my .ino)
error in compiling :
Code: Select all
Preprocessing file: C:\Users\3l33t\AppData\Local\Temp\arduino_build_733351\AutoPID.cpp with SDCPP...
Compiling C:\Users\3l33t\AppData\Local\Temp\arduino_build_733351\AutoPID_sdcpp_.cpp ...Unknown error:'class AutoPID' uCxx returned error code:-1
Have you solution ?
Best,
Captainigloo
-
PoltoS
- Posts: 5081
- Joined: 26 Jan 2011 19:36
Post
by PoltoS » 11 Nov 2018 15:24
The library requires adoption to work with Z-Uno. We will check it (it is pretty small)
-
rrozema
- Posts: 13
- Joined: 07 Jun 2018 12:45
Post
by rrozema » 14 Dec 2018 13:41
I'm awaiting a port to Z-Uno too! Combined with OpenTerm library (which also needs to be ported) this makes an awesome way to create your own Z-Wave enabled thermostat.
-
PoltoS
- Posts: 5081
- Joined: 26 Jan 2011 19:36
Post
by PoltoS » 16 Dec 2018 22:33
Can you point us to the OpenTherm library that works ok in Arduino. This is indeed an important feature and we thought about it.
-
rrozema
- Posts: 13
- Joined: 07 Jun 2018 12:45
Post
by rrozema » 24 Dec 2018 11:08
@poltos: I had already created a topic on that library. This was the library that doesn't compile on z-uno's 2.1.4 toolset. You replied yourself, that the header and cpp files needed to be copied into specific z-uno locations, plus that for missing functions detachInterrupt, attachInterrupt and digitalPinToInterrupt for a replacement should come available from 2.1.5. But also that micros() is not available at all yet. And finally yield that is also not supported yet for z-uno but could probably be tricked.
https://forum.z-wave.me/viewtopic.php?f ... 0917ee94dc
-
PoltoS
- Posts: 5081
- Joined: 26 Jan 2011 19:36
Post
by PoltoS » 04 Jan 2019 02:08
Yes, replied to that one few minutes after replying to this post. We are already looking on this topic to see if we can add most of you need.