Error with Atmospheric Pressure Sensor - TSP:CHKUPL:FAIL (hops=255)
-
Hi All,
Thanks for a great community.I try to get a atm pressure sensor to work together with a 2.0 gateway. I use the standard sketch in the demo site (https://www.mysensors.org/build/pressure) but get error messages. Is this sketch not compatible with MyS 2.0?
This is the error log from the sensor, please see the last few lines with errors:
Starting sensor (RNNNA-, 2.0.0)
TSM:INIT
TSM:RADIO:OK
TSP:ASSIGNID:OK (ID=5)
TSM:FPAR
TSP:MSG:SEND 5-5-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSP:MSG:READ 0-0-5 s=255,c=3,t=8,pt=1,l=1,sg=0:0
TSP:MSG:FPAR RES (ID=0, dist=0)
TSP:MSG:PAR OK (ID=0, dist=1)
TSM:FPAR:OK
TSM:ID
TSM:CHKID:OK (ID=5)
TSM:UPL
TSP:PING:SEND (dest=0)
!TSP:MSG:SEND 5-5-0-0 s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=fail:1
TSP:CHKUPL:FAIL (hops=255)
!TSM:UPL:FAIL
TSM:FPAR
TSP:MSG:SEND 5-5-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
TSP:MSG:READ 0-0-5 s=255,c=3,t=8,pt=1,l=1,sg=0:0
TSP:MSG:FPAR RES (ID=0, dist=0)
TSP:MSG:PAR OK (ID=0, dist=1)
TSM:FPAR:OK
TSM:ID
TSM:CHKID:OK (ID=5)
TSM:UPL
TSP:PING:SEND (dest=0)
TSP:MSG:SEND 5-5-0-0 s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=ok:1
TSP:CHKUPL:FAIL (hops=255)
!TSM:UPL:FAIL
TSM:FPARThanks for any advice!
-
@Teknor - looks like its looping and checking its way. What kind of gateway do you use and is it updated with 2.0 ?
-
@sundberg84 Thanks for your response. I am using an Arduino Nano connected to a RPI II (serial gateway). Using the sketch and have followed the guidelines in the build section here. No modifications in the serial sketch settings or configuration - using standard setup. I have a few other nodes up and running (light sensors, temp and humidity sensors) working perfectly.