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. Ping Pong with ESP8266 results in !TSM:FPAR:NO REPLY [solved]

Ping Pong with ESP8266 results in !TSM:FPAR:NO REPLY [solved]

Scheduled Pinned Locked Moved Troubleshooting
29 Posts 3 Posters 5.7k Views 4 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.
  • gohanG Offline
    gohanG Offline
    gohan
    Mod
    wrote on last edited by
    #20

    On the gateway do you see any message received? Can you post the gateway log when nodes are registering?

    mppM 1 Reply Last reply
    0
    • gohanG gohan

      On the gateway do you see any message received? Can you post the gateway log when nodes are registering?

      mppM Offline
      mppM Offline
      mpp
      wrote on last edited by
      #21

      @gohan, when using the WemosD1 (without capacitor!) and a static ID, I get the following:

      0;255;3;0;9;TSF:MSG:READ,253-253-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
      0;255;3;0;9;TSF:MSG:BC
      0;255;3;0;9;TSF:MSG:FPAR REQ,ID=253
      0;255;3;0;9;TSF:PNG:SEND,TO=0
      0;255;3;0;9;TSF:CKU:OK
      0;255;3;0;9;TSF:MSG:GWL OK
      0;255;3;0;9;TSF:MSG:SEND,0-0-253-253,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
      0;255;3;0;9;TSF:MSG:READ,253-253-0,s=255,c=3,t=24,pt=1,l=1,sg=0:1
      0;255;3;0;9;TSF:MSG:PINGED,ID=253,HP=1
      0;255;3;0;9;TSF:MSG:SEND,0-0-253-253,s=255,c=3,t=25,pt=1,l=1,sg=0,ft=0,st=OK:1
      0;255;3;0;9;TSF:MSG:READ,253-253-0,s=255,c=3,t=15,pt=6,l=2,sg=0:0100
      0;255;3;0;9;TSF:MSG:SEND,0-0-253-253,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=OK:0100
      0;255;3;0;9;TSF:MSG:READ,253-253-0,s=255,c=0,t=17,pt=0,l=5,sg=0:2.1.1
      0;255;3;0;9;Sending message on topic: mpp-mygateway1-out/253/255/0/0/17
      

      When I do the same for the Pro Mini, there is nothing to see. When I flash a Moteino test sketch it works properly.

      MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

      gohanG 1 Reply Last reply
      0
      • mppM mpp

        @gohan, when using the WemosD1 (without capacitor!) and a static ID, I get the following:

        0;255;3;0;9;TSF:MSG:READ,253-253-255,s=255,c=3,t=7,pt=0,l=0,sg=0:
        0;255;3;0;9;TSF:MSG:BC
        0;255;3;0;9;TSF:MSG:FPAR REQ,ID=253
        0;255;3;0;9;TSF:PNG:SEND,TO=0
        0;255;3;0;9;TSF:CKU:OK
        0;255;3;0;9;TSF:MSG:GWL OK
        0;255;3;0;9;TSF:MSG:SEND,0-0-253-253,s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=OK:0
        0;255;3;0;9;TSF:MSG:READ,253-253-0,s=255,c=3,t=24,pt=1,l=1,sg=0:1
        0;255;3;0;9;TSF:MSG:PINGED,ID=253,HP=1
        0;255;3;0;9;TSF:MSG:SEND,0-0-253-253,s=255,c=3,t=25,pt=1,l=1,sg=0,ft=0,st=OK:1
        0;255;3;0;9;TSF:MSG:READ,253-253-0,s=255,c=3,t=15,pt=6,l=2,sg=0:0100
        0;255;3;0;9;TSF:MSG:SEND,0-0-253-253,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=OK:0100
        0;255;3;0;9;TSF:MSG:READ,253-253-0,s=255,c=0,t=17,pt=0,l=5,sg=0:2.1.1
        0;255;3;0;9;Sending message on topic: mpp-mygateway1-out/253/255/0/0/17
        

        When I do the same for the Pro Mini, there is nothing to see. When I flash a Moteino test sketch it works properly.

        gohanG Offline
        gohanG Offline
        gohan
        Mod
        wrote on last edited by
        #22

        @mpp the gateway is getting the message and it replies so you could either have a power issue on gateway or range problem. How far are the gw and node?

        mppM 1 Reply Last reply
        0
        • gohanG gohan

          @mpp the gateway is getting the message and it replies so you could either have a power issue on gateway or range problem. How far are the gw and node?

          mppM Offline
          mppM Offline
          mpp
          wrote on last edited by
          #23

          @gohan tested with less than a meter up to 10 meters. In fact the Wemos Node now is working as it shows up in mycontroller but the Pro Mini doesn't receive a response from the GW.

          MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

          1 Reply Last reply
          0
          • gohanG Offline
            gohanG Offline
            gohan
            Mod
            wrote on last edited by gohan
            #24

            Do you have other radio modules to try? If not, if you swap the radios do you see any changes? Are the radio rfm69 right?

            mppM 1 Reply Last reply
            0
            • gohanG gohan

              Do you have other radio modules to try? If not, if you swap the radios do you see any changes? Are the radio rfm69 right?

              mppM Offline
              mppM Offline
              mpp
              wrote on last edited by
              #25

              @gohan I have several RFM69 radio's and they're all working (with the Moteino sketch) on a Pro Mini.

              Here's my config:

              #define MY_RADIO_RFM69
              #define MY_RFM69_FREQUENCY RF69_433MHZ
              #define MY_IS_RFM69HW
              #define MY_RF69_IRQ_PIN 4
              #define MY_RF69_IRQ_NUM MY_RF69_IRQ_PIN
              #define MY_RF69_SPI_CS 15
              #define MY_RFM69_NETWORKID 99
              #define MY_NODE_ID 123
              

              MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

              mppM 1 Reply Last reply
              0
              • mppM mpp

                @gohan I have several RFM69 radio's and they're all working (with the Moteino sketch) on a Pro Mini.

                Here's my config:

                #define MY_RADIO_RFM69
                #define MY_RFM69_FREQUENCY RF69_433MHZ
                #define MY_IS_RFM69HW
                #define MY_RF69_IRQ_PIN 4
                #define MY_RF69_IRQ_NUM MY_RF69_IRQ_PIN
                #define MY_RF69_SPI_CS 15
                #define MY_RFM69_NETWORKID 99
                #define MY_NODE_ID 123
                
                mppM Offline
                mppM Offline
                mpp
                wrote on last edited by
                #26

                Removing some of the config lines seems to have an effect:

                0 MCO:BGN:INIT NODE,CP=RRNNA--,VER=2.1.1
                4 TSM:INIT
                4 TSF:WUR:MS=0
                8 TSM:INIT:TSP OK
                10 TSF:SID:OK,ID=254
                12 TSM:FPAR
                143 TSF:MSG:SEND,254-254-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
                1232 TSF:MSG:READ,0-0-254,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                1239 TSF:MSG:FPAR OK,ID=0,D=1
                2150 TSM:FPAR:OK
                2150 TSM:ID
                2152 TSM:ID:OK
                2154 TSM:UPL
                2285 !TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=NACK:1
                2314 TSF:MSG:READ,0-0-254,s=255,c=3,t=8,pt=1,l=1,sg=0:0
                2320 !TSF:MSG:LEN,0!=8
                2435 TSF:MSG:READ,0-0-254,s=255,c=3,t=25,pt=1,l=1,sg=0:1
                2441 TSF:MSG:PONG RECV,HP=1
                2443 TSM:UPL:OK
                2445 TSM:READY:ID=254,PAR=0,DIS=1
                2580 !TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=NACK:0100
                2717 TSF:MSG:READ,0-0-254,s=255,c=3,t=0,pt=1,l=1,sg=0:1
                2723 !TSF:MSG:LEN,0!=8
                2795 TSF:MSG:READ,0-0-254,s=255,c=3,t=15,pt=6,l=2,sg=0:0100
                2936 !TSF:MSG:SEND,254-254-0-0,s=255,c=0,t=17,pt=0,l=5,sg=0,ft=1,st=NACK:2.1.1
                3076 !TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=6,pt=1,l=1,sg=0,ft=2,st=NACK:0
                3110 TSF:MSG:READ,0-0-254,s=255,c=3,t=0,pt=6,l=2,sg=0:0100
                3117 !TSF:MSG:LEN,0!=9
                Send Sketch Info: 5197 TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=11,pt=0,l=14,sg=0,ft=3,st=OK:MockMySensors 
                5341 !TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=12,pt=0,l=4,sg=0,ft=0,st=NACK:v0.5
                MockMySensors v0.5
                5480 TSF:MSG:READ,0-0-254,s=255,c=3,t=0,pt=6,l=2,sg=0:0100
                5486 !TSF:MSG:LEN,0!=9
                Get Config: Metric
                Presenting Nodes
                ________________
                  S_DOOR
                6375 TSF:MSG:SEND,254-254-0-0,s=1,c=0,t=0,pt=0,l=12,sg=0,ft=1,st=OK:Outside Door
                ________________
                6434 MCO:REG:REQ
                6567 !TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=26,pt=1,l=1,sg=0,ft=0,st=NACK:2
                6664 TSF:MSG:READ,0-0-254,s=255,c=3,t=0,pt=6,l=2,sg=0:0100
                6670 !TSF:MSG:LEN,0!=9
                6744 TSF:MSG:READ,0-0-254,s=255,c=3,t=27,pt=1,l=1,sg=0:1
                6750 MCO:PIM:NODE REG=1
                6752 MCO:BGN:STP
                GW Started
                7254 MCO:BGN:INIT OK,TSP=1
                
                
                
                #########################
                RandomNumber:36
                Send Battery Level
                7290 TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=0,pt=1,l=1,sg=0,ft=1,st=OK:36
                Request Time
                7929 !TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=1,pt=0,l=0,sg=0,ft=0,st=NACK:
                Door is: Open
                8509 TSF:MSG:SEND,254-254-0-0,s=1,c=1,t=16,pt=2,l=2,sg=0,ft=1,st=OK:1
                System is: Armed
                8646 !TSF:MSG:SEND,254-254-0-0,s=1,c=1,t=15,pt=1,l=1,sg=0,ft=0,st=NACK:1
                8783 !TSF:MSG:SEND,254-254-0-0,s=255,c=3,t=0,pt=1,l=1,sg=0,ft=1,st=NACK:36
                8792 TSF:MSG:READ,0-0-254,s=255,c=3,t=27,pt=1,l=1,sg=0:1
                8798 !TSF:MSG:LEN,0!=8
                #########################
                

                So now the node is sending data but there's no ack/Invalid message length.

                MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

                1 Reply Last reply
                0
                • gohanG Offline
                  gohanG Offline
                  gohan
                  Mod
                  wrote on last edited by
                  #27

                  Are they RFM69HW? What antenna are you using on them?

                  mppM 1 Reply Last reply
                  0
                  • gohanG gohan

                    Are they RFM69HW? What antenna are you using on them?

                    mppM Offline
                    mppM Offline
                    mpp
                    wrote on last edited by
                    #28

                    @gohan they're all HW, yes. I tested with single wire and coil antenna's. Atm I'm testing with authentic Moteino's with single wire. They all result in !TSM:FPAR:FAIL.

                    MyController with USB powered WeMos D1/mini ESP8266 MQTT Gateways and battery powered Arduino Pro Mini using the RFM69 radio

                    1 Reply Last reply
                    0
                    • O Offline
                      O Offline
                      Omemanti
                      wrote on last edited by Omemanti
                      #29

                      @mpp said in Ping Pong with ESP8266 results in !TSM:FPAR:NO REPLY [solved]:

                      So now the node is sending data but there's no ack/Invalid message length..

                      @gohan they're all HW, yes. I tested with single wire and coil antenna's. Atm I'm testing with authentic Moteino's with single wire. They all result in !TSM:FPAR:FAIL.

                      Any progress on this front? I got the exact same things as the log you posted; loads of NACK's.
                      Checked/replaced radios, antennes and caps ..

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


                      23

                      Online

                      11.7k

                      Users

                      11.2k

                      Topics

                      113.1k

                      Posts


                      Copyright 2025 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