Search found 10 matches

by SergioP
25 Feb 2018 11:27
Forum: Z-Uno
Topic: Nextion and z-uno
Replies: 3
Views: 4366

Re: Nextion and z-uno

Hi mdietinger,

thanks for your note. will try in some weeks and update this post.
by SergioP
11 Feb 2018 12:40
Forum: Z-Uno
Topic: Nextion and z-uno
Replies: 3
Views: 4366

Nextion and z-uno

Hi, I have been trying to build a new project with the nextion touchscreen display (https://nextion.itead.cc/) without luck. it does not compile. I got the following error: Compiling C:\Users\SERGIO~1.PER\AppData\Local\Temp\arduino_build_9856\NexTouch_sdcpp_.cpp ...Unknown error:'class NexObject' uC...
by SergioP
11 Feb 2018 12:23
Forum: Z-Uno
Topic: What libraries would you want to use with Z-Uno?
Replies: 41
Views: 50293

Re: What libraries would you want to use with Z-Uno?

I will open a new threat as the Nextion libraries do not compile with z-uno
by SergioP
21 Jan 2018 13:49
Forum: Z-Uno
Topic: What libraries would you want to use with Z-Uno?
Replies: 41
Views: 50293

Re: What libraries would you want to use with Z-Uno?

Hi all, Not sure if it is too late but ... Another nice feature to support would be the Nextion touchscreens (https://nextion.itead.cc/). You can get one from 20 EUR (up to 100..) depending on the size but can be used to build typical touchscreen for the living room to manage full home automation co...
by SergioP
17 Dec 2017 12:48
Forum: Z-Uno
Topic: Compilation problems
Replies: 4
Views: 5601

Re: Compilation problems

Hi pjpankhurst, PoltoS,
could you please provide some more details on what you did to solve this problem?
by SergioP
24 Jul 2017 23:20
Forum: Z-Uno
Topic: eedomus and multiple binary channels
Replies: 9
Views: 8719

Re: eedomus and multiple binary channels

Poltos, Clark, Thanks with your help on this Issue. I can help testing many of the required features of z-uno and I have gota año eedomus. Just let me know. I have límited bandwith but am quite interested ni making this workable. Also , we may engage other people using eedomus ( and eedomus plus ) t...
by SergioP
18 Feb 2017 21:48
Forum: Z-Uno
Topic: eedomus and multiple binary channels
Replies: 9
Views: 8719

Re: eedomus and multiple binary channels

Hi PoltoS,
Thanks for your reply. Do you hace any idea on how to check ?
by SergioP
05 Feb 2017 18:52
Forum: Z-Uno
Topic: eedomus and multiple binary channels
Replies: 9
Views: 8719

Re: eedomus and multiple binary channels

Hi,

I have made another test by miodifying mi sketch to have 4 multilever switch and 2 binary switch and the multilevers work fine while binaries still both acting on the same pin (asume same channel).

So the problem is with the binary switches.

Regards,

Sergio
by SergioP
05 Feb 2017 14:40
Forum: Z-Uno
Topic: eedomus and multiple binary channels
Replies: 9
Views: 8719

Re: eedomus and multiple binary channels

Sorry I cannot upload attachments.... so I put my sketch here: // LED pin number #define LED_PIN9 9 // swith on/off #define LED_PIN10 10 // swith verano/invierno #define LED_PIN11 11 // dimmer TempCal (seleccion Temperatura caldera) #define LED_PIN12 12 // dimmer ACS (seleccion temperatura Agua cali...
by SergioP
05 Feb 2017 14:37
Forum: Z-Uno
Topic: eedomus and multiple binary channels
Replies: 9
Views: 8719

eedomus and multiple binary channels

Hi, I have an eedomus z-wave controler and I have been playing with the z-uno in a multichannel sketch where I have set up 4 bynary channels connected to pins 9 to 12 and 2 multilevel connected to pins 14 and 15. All have a led connected so I can identify when they are getting fired and when not. I ...