Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Troubleshooting
  3. !TSM:FPAR: FAIL !TSM: FAILURE TSM:PDT

!TSM:FPAR: FAIL !TSM: FAILURE TSM:PDT

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 6 Posters 4.2k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • DaviepumpD Offline
    DaviepumpD Offline
    Daviepump
    wrote on last edited by
    #1

    HI,
    i have updated to version 2.0 and not having any luck communicating anymore.
    steps i have done:
    updated GW to V2.0
    updated node to V2.0

    below is the serial output from the Node.

    Starting sensor (RNNNA-, 2.0.0)
    TSM:INIT
    TSM:RADIO:OK
    TSP:ASSIGNID:OK (ID=17)
    TSM:FPAR
    TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    TSM:FPAR
    TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    TSM:FPAR
    TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    TSM:FPAR
    TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    !TSM:FPAR:FAIL
    !TSM:FAILURE
    TSM:PDT

    anyone had this problem and fixed it ?
    cheers

    R 1 Reply Last reply
    0
    • hekH Offline
      hekH Offline
      hek
      Admin
      wrote on last edited by
      #2

      The node does not receive any parent response from the gateway. You have to look in the gateway log and check why communication fails (power/cap?)

      1 Reply Last reply
      0
      • K Offline
        K Offline
        ksga
        wrote on last edited by
        #3

        I'm getting this error quite frequently when flashing new sketches to my nodes.
        Flash the EPROM clear sketch and reflash the sketch you want on the node should fix it.

        1 Reply Last reply
        0
        • DaviepumpD Offline
          DaviepumpD Offline
          Daviepump
          wrote on last edited by
          #4

          gateway log shows:

          0;255;3;0;9;Starting gateway (RNNGA-, 2.0.0)
          0;255;3;0;9;TSM:INIT
          0;255;3;0;9;TSM:RADIO:OK
          0;255;3;0;9;TSM:GW MODE
          0;255;3;0;9;TSM:READY
          0;255;3;0;14;Gateway startup complete.
          0;255;0;0;18;2.0.0
          0;255;3;0;9;No registration required
          0;255;3;0;9;Init complete, id=0, parent=0, distance=0, registration=1

          i am supplying it with 3.3V and the capacitor is a 4.7 UF

          1 Reply Last reply
          0
          • scalzS Offline
            scalzS Offline
            scalz
            Hardware Contributor
            wrote on last edited by scalz
            #5

            @Daviepump
            Hi.

            could you give us a bit more infos please?

            • which radio
            • which hardware (mini pro, esp...)
            • which sketch, so we can also see your defines
            • of course complete logs for both

            With a little ClearEeprom before to be sure.

            1 Reply Last reply
            0
            • DaviepumpD Offline
              DaviepumpD Offline
              Daviepump
              wrote on last edited by
              #6

              GATEWAY

              Radio : NRF24L01+
              Board : arduino Nano
              Sketch: SerialGateway.ino'.

              0;255;3;0;9;Starting gateway (RNNGA-, 2.0.0)
              0;255;3;0;9;TSM:INIT
              0;255;3;0;9;TSM:RADIO:OK
              0;255;3;0;9;TSM:GW MODE
              0;255;3;0;9;TSM:READY
              0;255;3;0;14;Gateway startup complete.
              0;255;0;0;18;2.0.0
              0;255;3;0;9;No registration required
              0;255;3;0;9;Init complete, id=0, parent=0, distance=0, registration=1
              0;255;3;0;9;TSP:SANCHK:OK
              0;255;3;0;9;TSP:SANCHK:OK
              0;255;3;0;9;TSP:SANCHK:OK

              NODE
              Radio : NRF24L01+
              Board : arduino Nano
              Sketch: MockMySensors'.
              Starting sensor (RNNNA-, 2.0.0)
              TSM:INIT
              TSM:RADIO:OK
              TSP:ASSIGNID:OK (ID=13)
              TSM:FPAR
              TSP:MSG:SEND 13-13-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
              TSM:FPAR
              TSP:MSG:SEND 13-13-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
              TSM:FPAR
              TSP:MSG:SEND 13-13-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
              TSM:FPAR
              TSP:MSG:SEND 13-13-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
              !TSM:FPAR:FAIL
              !TSM:FAILURE
              TSM:PDT

              1 Reply Last reply
              0
              • DaviepumpD Daviepump

                HI,
                i have updated to version 2.0 and not having any luck communicating anymore.
                steps i have done:
                updated GW to V2.0
                updated node to V2.0

                below is the serial output from the Node.

                Starting sensor (RNNNA-, 2.0.0)
                TSM:INIT
                TSM:RADIO:OK
                TSP:ASSIGNID:OK (ID=17)
                TSM:FPAR
                TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
                TSM:FPAR
                TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
                TSM:FPAR
                TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
                TSM:FPAR
                TSP:MSG:SEND 17-17-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
                !TSM:FPAR:FAIL
                !TSM:FAILURE
                TSM:PDT

                anyone had this problem and fixed it ?
                cheers

                R Offline
                R Offline
                Reza
                wrote on last edited by
                #7

                @Daviepump said in !TSM:FPAR: FAIL !TSM: FAILURE TSM:PDT:

                HI,
                i have updated to version 2.0 and not having any luck communicating anymore.
                steps i have done:
                updated GW to V2.0
                updated node to V2.0
                below is the serial output from the Node.

                i have same problem . when i use mysensors lib version 1.5 i have not problem with my nodes and gateway. after update to 2.1 i see this problem ... when you use lib 1.5 , did you have this problem ?

                1 Reply Last reply
                0
                • toddsantoroT Offline
                  toddsantoroT Offline
                  toddsantoro
                  wrote on last edited by
                  #8

                  The reason I was getting errors was because I happen to purchase some really bad Chinese junk radios. If you cannot see the square chip on your radios and it has sort of a black glob of hard mat looking substance where the chip should be chances are the radio is just not compatible. This is mentioned in the troubleshooting area of the site. It is best to make sure you buy on eBay from sellers that my sensors sort of approves of.

                  R 1 Reply Last reply
                  0
                  • toddsantoroT toddsantoro

                    The reason I was getting errors was because I happen to purchase some really bad Chinese junk radios. If you cannot see the square chip on your radios and it has sort of a black glob of hard mat looking substance where the chip should be chances are the radio is just not compatible. This is mentioned in the troubleshooting area of the site. It is best to make sure you buy on eBay from sellers that my sensors sort of approves of.

                    R Offline
                    R Offline
                    Reza
                    wrote on last edited by
                    #9

                    @toddsantoro
                    I've survey with carefully . devices (same devices that i used before) are in certain places (before update and after update) and i dont move and i dont change hardware. but before i dont have any error in connect to gateway and any error NACK for commands! but after update i have many error NACK and for first connection to gateway i have some errors !TSM:FPAR:FAIL
                    !TSM:FAILURE
                    TSM:PDT
                    i think there are a problem about mysensors lib 2.1
                    my radio (if this is chinese or other countries) before update work very well. but after update....

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    7

                    Online

                    11.7k

                    Users

                    11.2k

                    Topics

                    113.0k

                    Posts


                    Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • MySensors
                    • OpenHardware.io
                    • Categories
                    • Recent
                    • Tags
                    • Popular