Search found 7 matches

by veuchez
20 Sep 2021 22:11
Forum: Z-Uno
Topic: Proximity Sensor
Replies: 2
Views: 4155

Re: Proximity Sensor

I just need to know if it detects presence in contact or not.
I would like to use 5 of them to detect the level of pellets in my fireplace.
Can anyone help me?
Thanks.
by veuchez
19 Sep 2021 22:30
Forum: Z-Uno
Topic: Proximity Sensor
Replies: 2
Views: 4155

Proximity Sensor

Hello to all,
i bought this proximity sensor and i would like to configure it on z-uno.
https://www.amazon.com/Inductive-Proxim ... B07X1CWHZV
Can anyone help me please?
Taking a cue from the examples on the site I can't ..
Thanks!
by veuchez
02 Sep 2020 15:32
Forum: Z-Uno
Topic: DHT22 sensor stops sending data for no reason
Replies: 0
Views: 2889

DHT22 sensor stops sending data for no reason

Hi everyone, I have a problem that I cannot solve. I have configured z-uno with a DHT22 sensor and a data reading every 20 seconds. This is my code but I don't think that's the problem. // add library #include "ZUNO_DHT.h" // pin connection #define DHTPIN 9 // first sensor DHT dht(DHTPIN, ...
by veuchez
11 Aug 2020 00:39
Forum: Z-Uno
Topic: DHT22 sensor with decimals
Replies: 1
Views: 1540

Re: DHT22 sensor with decimals

I think I have solved this, now I do some tests. // add library #include "ZUNO_DHT.h" // pin connection #define DHTPIN 9 // first sensor DHT dht(DHTPIN, DHT22); int temperatura; // here we will store the temperature int umidita; // here we will store the humidity // set up channel ZUNO_SET...
by veuchez
09 Aug 2020 00:31
Forum: Z-Uno
Topic: DHT22 sensor with decimals
Replies: 1
Views: 1540

DHT22 sensor with decimals

Hi everyone,
i can't figure out how to get decimals on the temperature and humidity readings from the DHT22 sensor.
Can anyone help me please?
Thank you!
by veuchez
26 Jan 2017 01:01
Forum: Z-Uno
Topic: Compatibility with Fibaro HC2 - Problem Corrected
Replies: 27
Views: 24998

Re: Compatibility with Fibaro HC2

I do not know ... Maybe we need to change any parameter ... Maybe something wrong in the configuration parameters in the Arduino IDE program?
by veuchez
25 Jan 2017 17:14
Forum: Z-Uno
Topic: Compatibility with Fibaro HC2 - Problem Corrected
Replies: 27
Views: 24998

Re: Compatibility with Fibaro HC2

Good morning,
I see with this script on HC2 11 motion sensors and 11 door sensors.
It's normal? I expected to see only 10 door sensors.
Thank you!