Virtual Maker
Virtual Maker
See also issue #1512. @feanor-anglin Hi, do you also use signing? And do you use NRF24 radios for wireless?
I assume it has to do with RS485. Can you provide debug logs from gateway and node? I think best is to start a discussion in MySensors forum for this.
@mfalkvidd, @feanor-anglin Hello, I'm also completely unclear who @mfalkvidd is supposed to ask for what! @feanor-anglin a little more explanation would be helpful. I did some googling and found a...
@chytreg I have no experience with PJON transport. I'm using NRF24. And there is a problem when two or more nodes send at almost the same time which produces collisions...
@chytreg Thank your for your logs. This is helpful! This is from your HA log: ``` 22:39:31.564 > 477355 TSF:MSG:READ,0-0-3,s=14,c=1,t=2,pt=0,l=1,sg=0:1 22:39:31.570 > 477360 TSF:MSG:ECHO REQ 22:39:31.573 > 477362 !PJON:SND:FAIL 22:39:31.576...
With "handle" I mean automatically resolve the collision.
No, this is not a collision. But when you send two or more messages one after other then you shall add a wait() to give the receiver some ms to...
@AdamSlowik Hi Adam, thank you for your extension of MySensors to include the CAN bus transport layer. I am glad that you are also so persistent in satisfying the toll...
@AdamSlowik Yes, after squash toll gate looks different. I found 2 warnings in Jenkins from your new CAN code. I hope when you fix both, toll gate may pass. [Jenkins...
@AdamSlowik Looks like this is the same problem with this new PJON driver stuff. Toll gate (STM32F1 - Tests) — Warnings found [Details](https://ci.mysensors.org/job/MySensors/job/MySensors/job/PR-1488/15/warnings2Result/new) In the [full Jenkins log]( https://ci.mysensors.org/job/MySensors/job/MySensors/job/PR-1488/15/consoleText) I...