Search found 31 matches

by Miklux
12 Nov 2021 14:56
Forum: Z-Uno
Topic: Library for CCS811 CO2/VOC sensor for testing.
Replies: 14
Views: 12919

Re: Library for CCS811 CO2/VOC sensor for testing.

Hi Michael, thank you very much for your reply. Yes off course you are right, it's better to use the Serial0 instead the Serial line,I already tested this way in order to undersood this behaviour but now I will try again and I will give you a feedback. In such case you could make a while loop (delay...
by Miklux
11 Nov 2021 12:49
Forum: Z-Uno
Topic: Library for CCS811 CO2/VOC sensor for testing.
Replies: 14
Views: 12919

Re: Library for CCS811 CO2/VOC sensor for testing.

Hi Michael, when i connect the device in the ZWay network I can't see the serial monitor because when the device goes in sleep mode the Serial connection is closed. Then I can't read the printed values and I don't know what Serial.print(CO2) and Serial.print(VOC) gives... Do you have some suggestion...
by Miklux
10 Nov 2021 19:20
Forum: Z-Uno
Topic: Library for CCS811 CO2/VOC sensor for testing.
Replies: 14
Views: 12919

Re: Library for CCS811 CO2/VOC sensor for testing.

This is my code: #include <ZUNO_CCS811.h> #include <Wire.h> ZUNO_SETUP_CHANNELS(ZUNO_SENSOR_MULTILEVEL(ZUNO_SENSOR_MULTILEVEL_TYPE_TEMPERATURE, SENSOR_MULTILEVEL_SCALE_CELSIUS, SENSOR_MULTILEVEL_SIZE_TWO_BYTES, SENSOR_MULTILEVEL_PRECISION_ONE_DECIMAL, temperature_getter), ZUNO_SENSOR_MULTILEVEL(ZUNO...
by Miklux
10 Nov 2021 19:03
Forum: Z-Uno
Topic: Library for CCS811 CO2/VOC sensor for testing.
Replies: 14
Views: 12919

Re: Library for CCS811 CO2/VOC sensor for testing.

Hi all, please I need your help. I'm working on a ZWave Air quality sensor with the CCS811 device. The device is connected to the ZUNO device and I've also connected a temperature and humidity sensor in the same I2C bus. The device is configured as a FLIRS device, then when a packet is received, the...
by Miklux
14 May 2020 12:39
Forum: Z-Uno
Topic: ZUno , sleep mode and current absorption
Replies: 3
Views: 3397

Re: ZUno , sleep mode and current absorption

No answers? :?
by Miklux
08 May 2020 13:08
Forum: Z-Uno
Topic: ZUno , sleep mode and current absorption
Replies: 3
Views: 3397

ZUno , sleep mode and current absorption

Hi all, I have a little problem with the sleep mode. I'm working with the 2.1.5 version and I'm working with the dynamic approach. I'm measuring the current absorbed by the device and I see that it's constantly at 32 mA , even I place the zunoSendDeviceToSleep() command. Note that I'm using an oscil...
by Miklux
20 Apr 2020 15:46
Forum: Z-Uno
Topic: Z-Uno with VeraEdge
Replies: 4
Views: 6217

Re: Z-Uno with VeraEdge

Hi PoltoS, thank you for your answer and sorry for the late reply. For the point n. 2, how and where i can set up MultiChannelAssociation to 1:0 ? Do you mean in the VeraEdge configuration or in the Zuno? Sorry for the questions bu I'm not an expert of ZWave, even I have good skills in electronic. T...
by Miklux
20 Apr 2020 14:51
Forum: Z-Uno
Topic: Problem with Adafruit_AMG88xx.h library
Replies: 3
Views: 4256

Re: Problem with Adafruit_AMG88xx.h library

Sorry for the late answer,

thank you, I resolved creating my own library. :mrgreen:
by Miklux
05 Apr 2020 22:46
Forum: Z-Uno
Topic: Problem with Adafruit_AMG88xx.h library
Replies: 3
Views: 4256

Problem with Adafruit_AMG88xx.h library

Hi all, I'm trying to compile a little sketch with my ZUno device. I want to use the Adafruit_AMG88xx.h library but it gives me an error. The sketch is this one: #include <Adafruit_AMG88xx.h> #include <Wire.h> #define MAP_TO_ZEROCHANNEL 0x80 ZUNO_SETUP_PRODUCT_ID(0xAB, 0xCD); ZUNO_ENABLE(WITH_CC_SEN...
by Miklux
19 Mar 2020 21:31
Forum: Z-Uno
Topic: Z-Uno with VeraEdge
Replies: 4
Views: 6217

Z-Uno with VeraEdge

Hi all, I have some problem with Z-Uno and VeraEdge Home Controller. I try to explain. I just want to use the Dynamic Approach using this sketch: #define MAP_TO_ZEROCHANNEL 0x80 ZUNO_SETUP_PRODUCT_ID(0xAB, 0xCD); ZUNO_ENABLE(WITH_CC_SENSOR_MULTILEVEL); ZUNO_DYNAMIC_CHANNELS(3); byte nIngressi; byte ...