Search found 16 matches

by samsonbox
29 Jun 2019 01:24
Forum: Z-Uno
Topic: z-uno module stops working when USB is not connected
Replies: 5
Views: 6962

z-uno module stops working when USB is not connected

Hello together, I have a problem with the z-uno module. I have connected the USB_DP, USB_DM and GND to a USB cable. The VCC andGND is connected to a 3.3V power supply (as depiced in the reference). Pin 13 is wired to a LED (including a fitting resistor). With this setup i can reach the module via US...
by samsonbox
08 Jun 2019 22:45
Forum: Z-Uno
Topic: Multilevel sensors and the 30 second rule
Replies: 4
Views: 4378

Re: Multilevel sensors and the 30 second rule

Hallo together, I have another short question to this topic. This 30 second rule only applies within one channel right? So if I have a sketch with multiple ZUNO_SENSOR_MULTILEVEL channels, each channel can send a report every 30 seconds. But I can send a report for channel 2 right after channel one?...
by samsonbox
03 Oct 2016 22:37
Forum: Z-Uno
Topic: Using structs in a struct
Replies: 2
Views: 3602

Using structs in a struct

Hello together, when i try to use a stuct in a second struct like this: struct s1{ byte b1; }; struct s2 { s1 s; byte b2; }; i always get the following comiler error: C:\Users\xxx\AppData\Local\Temp\build6209164666085632177.tmp\_test_ucxx.c:272: syntax error: token -> 'static' ; column 11 Error. SDC...
by samsonbox
08 Sep 2016 23:50
Forum: Z-Uno
Topic: [✓] Z-Uno not reachable via com-port after Bootloader update
Replies: 1
Views: 3627

Re: Z-Uno not reachable via com-port after Bootloader update

Ok, i figured out how to get the device back to live. I used the rescue-mode as decribed here: https://z-uno.z-wave.me/getting-started/troubleshooting
by samsonbox
07 Sep 2016 22:07
Forum: Z-Uno
Topic: [✓] Z-Uno not reachable via com-port after Bootloader update
Replies: 1
Views: 3627

[✓] Z-Uno not reachable via com-port after Bootloader update

Hallo, today I updated to compiler to the 2.0.5 version. I tried to upload the sketch and i got the message to update the bootloader. Than i coosed "burn bootloader" in the arduiono IDE. After the process was finished i tried to upload the sketch again but now i received the following Erro...
by samsonbox
06 Sep 2016 22:55
Forum: Z-Uno
Topic: delayMicroseconds (80) not declared?
Replies: 1
Views: 3550

delayMicroseconds (80) not declared?

Hello together, is it possible, that the function "delayMicroseconds" is not implemented? It is mentioned on the reference-page but i get comiler errors, when i try to use it. Errors: Arduino: 1.6.5 (Windows 7), Platine: "Z-Wave>ME Z-Uno, Europe, Disabled" C:\Users\xx\AppData\Roa...