Search found 21 matches

by n0ir
31 May 2017 12:00
Forum: Z-Uno
Topic: Help with a (probably very easy) button sketch!
Replies: 8
Views: 10393

Re: Help with a (probably very easy) button sketch!

This sketch seems to control the LED on the Z-Uno using a switch in Vera. I want to control a switch in Vera using a button connected to the Z-Uno.
by n0ir
22 May 2017 18:36
Forum: Z-Uno
Topic: Help with a (probably very easy) button sketch!
Replies: 8
Views: 10393

Re: Help with a (probably very easy) button sketch!

Nexa have a 433MHz device caled WBT-912 (Two Channel Transmitter) that can be connected to a wall switch to make a battery powered remote. It's the same thing I want but it uses 433MHz instead of Z-Wave. Is it possible to build something similar using Z-Uno? https://translate.google.se/translate?hl=...
by n0ir
22 May 2017 17:10
Forum: Z-Uno
Topic: Help with a (probably very easy) button sketch!
Replies: 8
Views: 10393

Help with a (probably very easy) button sketch!

Hi! I want to build a battery powered wall switch. I want to use the status of the wall switch as a trigger in my controller (Vera) to start scenes. If possible, I would like to use a momentary button instead of a toggle button. The "Battery powered wall switch" sketch (https://z-uno.z-wav...
by n0ir
17 Dec 2016 16:22
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25488

Re: Please share example .ino with multiple DS18B20?

Yeah, I didn't understand much of that. I think I'll just wait for the example sketch...
by n0ir
16 Dec 2016 18:43
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25488

Re: Please share example .ino with multiple DS18B20?

Weird. I have uploaded this example to the Z-Uno but I don't get anything in the serial monitor? I have pressed the reset button after uploading and tried to disconnect the Z-Uno from the computer. 2016-12-16 (1).png However, am I wrong to assume that that sketch seems to scan for DS18B20 ID:s? I ha...
by n0ir
16 Dec 2016 17:44
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25488

Re: Please share example .ino with multiple DS18B20?

Great! :)

I managed to update to 2.07.

What sketch should I upload to the Z-Uno to automatically scan and send temperatures from multiple DS18B20? I have these examples in IDE:
2016-12-16.png
2016-12-16.png (23.62 KiB) Viewed 9617 times
by n0ir
10 Dec 2016 23:19
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25488

Re: Please share example .ino with multiple DS18B20?

Not having to manually define the sensor ID would be very helpful. The DS18B20 probes I want to read is connected to warm water tanks, and I can't reach them easily. I will wait until stable FW 2.07 and try again. Maybe there will then also be some better example sketches from Z-Uno manufacturer.
by n0ir
07 Dec 2016 15:54
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25488

Re: Please share example .ino with multiple DS18B20?

Does this new FW means that you won't have to specify the DSB1820 ID:s? HOw do I update the Z-Uno to 2.07? Is that the same as "Burn Bootloader"?
by n0ir
07 Dec 2016 12:38
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25488

Re: Please share example .ino with multiple DS18B20?

HI Andreas! Thank you! The sketch you uploaded seems to work! :) I'm really thankful for your help. Maybe your sketch could be featured in the https://z-uno.z-wave.me/examples/ to help other users? I assume there must be several other users who want to use the Z-Uno with multiple temperature sensors...
by n0ir
04 Dec 2016 20:35
Forum: Z-Uno
Topic: Please share example .ino with multiple DS18B20?
Replies: 24
Views: 25488

Re: Please share example .ino with multiple DS18B20?

I'm just starting with Arduino and my skill set right now is just copy existing sketches and maybe making some easy adjustments. Could you please explain what you mean with "make seperate arrays for each sensor or convert it to one-dimensional"? I'm REALLY getting frustrated by the Z-Uno. ...