Page 1 of 1

Z-Uno and HC2 loses communication

Posted: 27 Mar 2019 13:22
by MastrUsr
Hello!
I'm sure this is easy when you know how, but i can't figure it out so... :roll:

Everything works fine for a few hours. Then the connection is lost.
Anteckning 2019-03-27 111847.jpg
Anteckning 2019-03-27 111847.jpg (7.21 KiB) Viewed 3238 times
If I do something externally (like trigger a pin with a button) OR force communication with the 'X' i get comms again.
Anteckning 2019-03-27 111841.jpg
Anteckning 2019-03-27 111841.jpg (5.5 KiB) Viewed 3238 times

Polling is like this:
Anteckning 2019-03-27 111835.jpg
Anteckning 2019-03-27 111835.jpg (15.83 KiB) Viewed 3238 times


What am I doing wrong? Do i need to periodically send data from the Z-Uno with the sketch or can this be handled in some better way?




Best regards,
Eric

Re: Z-Uno and HC2 loses communication

Posted: 29 Mar 2019 00:13
by PoltoS
Is your Z-Uno sleeping? It is better to use unsolicited reports from the device rather than poll it

Re: Z-Uno and HC2 loses communication

Posted: 29 Mar 2019 00:17
by MastrUsr
I haven't changed any settings regarding sleep so default should be never sleeping.

Unsolicited reports; how do I do that? Where can I read about it?

Thanks :)

Edit: I noticed I shouldn't have multi command enabled with HC2, but I do. Would this give that symptom though?

Re: Z-Uno and HC2 loses communication

Posted: 31 Mar 2019 22:51
by PoltoS
I would suggest to first remove all features like Security and MultiCmd (in the IDE Tools menu) and check if the problem persists.

Read about zunoSendReport for unsolicited reports