My weather station starts dropping packet after 1 week of use...
-
If you get st:fail but still receives the message in the gateway - it might be something wrong with the receiving node/gateway radio?
It would be a good thing to debug the serial on both node and receiving node i think... if you miss that ack from the gateway, the node will start to find a new parent and maybe thats why you miss packets.@hek Nope, I don't have any microwave running when I have some drops.
I don't have microwave oven at home. Just a TV. It was shutdown during events.
Th eweird thing, is that it doesn't work for 15 minutes. I loss 3 rows (3X10 messages) with 5 minutes interval.
It means that's the issue happens for a while. After, this event, everything runs correctly.
During the event, I have another sensors ( 5 sensors sensebender) which send correctly a packet. It means that issue is not on GW. And anyway, I don't have issue with GW.
I have a big ceiling to pass through. On GW and sensor, I use 7db antenna.
I don't understand why it works for 6 days, and stop suddenly for 15 minutes !@sundberg84 . I forgot to mention, that the route is enforced to 0. There is then, no computation of route, and the route is direct. When I have st=fail, my packet doesn't arrive to my GW, as my value doesn't appear my controller. I use a Serial GW, if my packet doesn't arrive to my controller, I can not check more. As the problem happens suddenly, I can put a sniffer in the air also.
-
Strange.. A millis() wrap issue should have the frequency of ~50 days...
Most likely @sundberg84 is right. Somehow the node misses a few transmissions in a row and starts looking for a new route to gateway. It will retry search every time you make a new transmission (every 5 minute?).
-
@hek said:
I looked in the other sensors (sensebender at the same time). I have 5 sensebender, and there is no drop at this time. Packets are received every 5 minutes during this period. So, I don't expect a freeze of the GW.
I use JEEDOM.
I don't expect issue between GW and Controller ... but it can be a lead.
it difficult to troubleshoot controller. Because it's a serial GW, if packet doesn't arrive to the controller, I can not check at the GW level, as there is no way to connect. -
@hek said:
Agree with you. Very strange. Especially when you use a direct route to gw.
the strange thing : I receive alsmost 19000 messages without issue.
When it happens for the first time, the issues are more and more frequent.
the NRF PA LNA provided by ITEAD should be good, no ? Which PA LNA are you recommending ?
One more thing, when problem happens, and recover, I tried to make a reboot from my controller, and the WS is not longer communicating. I have to power down/up to recover -
I don't have super much experience with the Mega2650.. The only thing I've noticed with the one I got is that the 3v3 power rail is really bad. So I got really strange issues when trying to power radio from it. Had to use a step down from 5V and decouple it.
Would it be hard to test your setup on a vanilla radio? Or is the distance too far?
-
I don't have super much experience with the Mega2650.. The only thing I've noticed with the one I got is that the 3v3 power rail is really bad. So I got really strange issues when trying to power radio from it. Had to use a step down from 5V and decouple it.
Would it be hard to test your setup on a vanilla radio? Or is the distance too far?
-
@doblanch said:
What is vanilla radio ?
One of these:
http://www.ebay.com/itm/170819069271?rmvSB=true -
I think it will try to find parent even though you have it set to 0 (if it fails).
I might be wrong, but this is something i notised in an older version. -
I think it will try to find parent even though you have it set to 0 (if it fails).
I might be wrong, but this is something i notised in an older version.@sundberg84 I use the last version (I guess nov 2015).
@hek it can be the case ? trying to use another route.
There is no other route available normally. I have disable repeater mode on all powered sensor.
Could it be a bad NRF24 ? is there a brand well-kwown really trusted ? -
I don't think it should search...
https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/MySensor.cpp#L463But you might wanna try the development branch anyway to see if you notice any difference.
@hek said:
I don't think it should search...
https://github.com/mysensors/Arduino/blob/master/libraries/MySensors/MySensor.cpp#L463But you might wanna try the development branch anyway to see if you notice any difference.
I can try at the next occurence... as I have no more idea... I think that code is clean, and problem is rather on the NRF. Maybe a starvation of something after a while, I don't know. difficult to say.
btw, you didn't answer my question, is there a trusted NRF/PA/LNA seller, with a tested NRF24 tested by you, and working at it should ? -
@doblanch said:
btw, you didn't answer my question, is there a trusted NRF/PA/LNA seller,
I cannot make any guarantees. But ITead should sell the genuine thing.
