Reboot board

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
User avatar
PoltoS
Posts: 7579
Joined: 26 Jan 2011 19:36

Re: Reboot board

Post by PoltoS »

We can dig in it. Please provide us a very detailed example how to reproduce it:
- sketch
- environment (included in controller? what config were changes? association made?...)
- whta are sypthoms?
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

Re: Reboot board

Post by 10der »

btw, about
PoltoS wrote:Yes, it is a known one. Located and solved in our lab. The fix will be available in 2.0.8 pretty soon
2.0.8.
relay switches connected 19, 20, 21, 22 pins.
relay default states - "HIGH" mean "OFF" / "LOW" mean "ON"
when Z-UNO start - (my guess) Z-UNO send on their pins "LOW" signal (sic!) what mean - please "ON"

so, issue still here.

btw, if I remove Z-WAVE defines (declaration of Z-DEVICES) sketch work properly!
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

Re: Reboot board

Post by p0lyg0n1 »

Try it, pretty strange. Z-uno starts with all pins to input with pull-ups.
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

Re: Reboot board

Post by 10der »

p0lyg0n1 wrote:Try it, pretty strange. Z-uno starts with all pins to input with pull-ups.
when I connect the relay to 11 12 13 14 - it solves my issue.
btw, I have read somewhere (I can't remember) that some Z-UNO pins (like 19-22) used for internal transfers for z-wave protocol)...
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

Re: Reboot board

Post by 10der »

p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

Re: Reboot board

Post by p0lyg0n1 »

Don't worry I will check it this Monday. I know how to reproduce this issue and the reason of it...;)
p0lyg0n1
Posts: 242
Joined: 04 Aug 2016 07:14

Re: Reboot board

Post by p0lyg0n1 »

I found it. The problem involved with access to external NVM memory(it uses some of pins for it). We patched the code of it and forgot to move it during release. Fixed it.

10der, thank you once more! :)
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

Re: Reboot board

Post by 10der »

tnx!
Post Reply