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:No Reply

TSM:FPAR:No Reply

Scheduled Pinned Locked Moved Troubleshooting
42 Posts 7 Posters 12.9k Views 8 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 gohan

    Look at the examples of other sketches, it's a define to be added, or you can set the default value in myconfig.h inside the library folder (look for the nrf24 section in the file)

    T Offline
    T Offline
    Tommas
    wrote on last edited by
    #11
    This post is deleted!
    1 Reply Last reply
    0
    • ben999B ben999

      Did you define the node_Id and parent_ID in the sketch ?

      T Offline
      T Offline
      Tommas
      wrote on last edited by
      #12

      @ben999

      Hi Ben!

      How can i define the parent id on the gateway?

      Thanks
      T

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

        You don't have to define a parent ID in your case.

        T 1 Reply Last reply
        0
        • J Offline
          J Offline
          Jan Hilbrandt
          wrote on last edited by
          #14

          Hi Guys,
          i have the same Problem
          I've build a Serial-Gateway (Arduino Nano clone + nrf24) and a node (Arduino Nano clone + DHT22 + nrf24)
          I do the connecition from this Site and added a 10µF capacitor to VCC and GND.
          I try to set a fix Node-ID, but there is the same problem
          This is the Log from the Gateway:

          0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.1.1
          0;255;3;0;9;TSM:INIT
          0;255;3;0;9;TSF:WUR:MS=0
          0;255;3;0;9;TSM:INIT:TSP OK
          0;255;3;0;9;TSM:INIT:GW MODE
          0;255;3;0;9;TSM:READY:ID=0,PAR=0,DIS=0
          0;255;3;0;9;MCO:REG:NOT NEEDED
          0;255;3;0;14;Gateway startup complete.
          0;255;0;0;18;2.1.1
          0;255;3;0;9;MCO:BGN:STP
          0;255;3;0;9;MCO:BGN:INIT OK,TSP=1
          

          And the Node:

          0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
          3 TSM:INIT
          4 TSF:WUR:MS=0
          11 TSM:INIT:TSP OK
          13 TSF:SID:OK,ID=10
          14 TSM:FPAR
          1613 TSF:MSG:SEND,10-10-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
          3621 !TSM:FPAR:NO REPLY
          3623 TSM:FPAR
          5223 TSF:MSG:SEND,10-10-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
          7230 !TSM:FPAR:NO REPLY
          7232 TSM:FPAR
          8832 TSF:MSG:SEND,10-10-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
          10839 !TSM:FPAR:NO REPLY
          10841 TSM:FPAR
          12440 TSF:MSG:SEND,10-10-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
          14448 !TSM:FPAR:FAIL
          14449 TSM:FAIL:CNT=1
          14451 TSM:FAIL:PDT
          24454 TSM:FAIL:RE-INIT
          24456 TSM:INIT
          24463 TSM:INIT:TSP OK
          24465 TSF:SID:OK,ID=10
          24467 TSM:FPAR
          26066 TSF:MSG:SEND,10-10-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
          28075 !TSM:FPAR:NO REPLY
          28077 TSM:FPAR
          

          I think the node is send some data but the gateway not answer.
          I increase the distance between the gateway and the node, but still the same problem.
          Sorry for my bad english :blush:

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

            do you see any message in the GW log when node is trying to connect? Because if not it may be a problem ot the radio module of the note not sending correctly, one of the radio modules could be a fake module and very poor quality. In the beginning I bought some modules that had a blob instead of an IC on the module and they were all not working. I can suggest to try some sample sketches to check if modules are communicating and also you could give a try to mysensors library from development branch

            1 Reply Last reply
            0
            • J Offline
              J Offline
              Jan Hilbrandt
              wrote on last edited by
              #16

              No that is the full log from the GW. Damn...all my radiomodules have this blob like this one on the left picture.
              I have also tested other NRF receivers (with the blob)

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

                Those are the kind that normally doesn't work. Return them if you can or you can just dump them and get the good ones (look at the threads about genuine NRF24)

                1 Reply Last reply
                0
                • gohanG gohan

                  You don't have to define a parent ID in your case.

                  T Offline
                  T Offline
                  Tommas
                  wrote on last edited by Tommas
                  #18

                  @gohan

                  Oh ok. Thanks.

                  I tried to attach 100uF capacitor but the results are same.(no reply) . The node ID is defined, the parent ID isnt.
                  It seems that im out of ideas. I wait for the new nrf24 without pa lna.
                  Im attaching some pictures about the project.
                  Should i foil the nrf24 modul?

                  https://cloud.freeforall.hu/owncloud/public.php?service=files&t=1f73fddc20c6d9a2560f88f78affd499

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

                    I can't see the link but I trying to foil the radio module could be an idea, as I wrote a few posts earlier

                    T 2 Replies Last reply
                    0
                    • gohanG gohan

                      I can't see the link but I trying to foil the radio module could be an idea, as I wrote a few posts earlier

                      T Offline
                      T Offline
                      Tommas
                      wrote on last edited by Tommas
                      #20

                      @gohan

                      Dear gohan!

                      Sorry, it is a private home server and it was in maintenance mode when you were trying to connect. Now it should be working.
                      (The new nrf24 have just arrived so im going to try these as soon as i can)

                      Best regards
                      T

                      1 Reply Last reply
                      1
                      • gohanG gohan

                        I can't see the link but I trying to foil the radio module could be an idea, as I wrote a few posts earlier

                        T Offline
                        T Offline
                        Tommas
                        wrote on last edited by
                        #21

                        @gohan

                        Dear Gohan!

                        I have just tried the new nrf24 standard, and it works!
                        It seems that the GND should be common (im newbie).
                        I would like to test further with the pa+lna version, but....
                        I have an other question.
                        I would like to power the board with 5V from the power module 5V output, and i would like to program the board via USB at the same time. How should i connect the power module to the board?

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

                          why do you want to do that? And yes, GND is normally common

                          T 1 Reply Last reply
                          0
                          • gohanG gohan

                            why do you want to do that? And yes, GND is normally common

                            T Offline
                            T Offline
                            Tommas
                            wrote on last edited by
                            #23

                            @gohan

                            Dear Gohan!
                            Everyone suggests that if you use pa+lna version you should power it from external regulated 3.3 V because the arduino clones 3.3V isnt strong enough. So i bought externaI power source.... i have figured out today that i can common the power source's gnd with the arduino gnd. It is working....

                            What is last that i would like to power the arduino uno from power module 5V and connect it to my computer same time... i dont know how to do it.

                            I have tested the two nrf24 pa+lna and these arent working together only. Separately is OK.

                            I will go with the standard nrf24 , make it working than i will try to buy branded nrf24 pa+lna.
                            Have you got favourite brand for cheaper electronic parts?

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

                              Not really an external power source, you can just use the 5V output from the arduino and use a voltage regulator to 3.3v.
                              I bought some of these http://www.gearbest.com/transmitters-receivers-module/pp_453011.html and I am very happy as they allow for quick swap of the radio and already have caps

                              T 1 Reply Last reply
                              1
                              • gohanG gohan

                                Not really an external power source, you can just use the 5V output from the arduino and use a voltage regulator to 3.3v.
                                I bought some of these http://www.gearbest.com/transmitters-receivers-module/pp_453011.html and I am very happy as they allow for quick swap of the radio and already have caps

                                T Offline
                                T Offline
                                Tommas
                                wrote on last edited by
                                #25

                                @gohan

                                Dear gohan!

                                Thank you for your help. I will buy from ebay this one: https://www.ebay.com/itm/200960749614

                                And im planning that i will buy a shielded nrf24 pa+lna .
                                Today im installing an openhab and try to transfer the datas from gateway to the openhab...

                                What projects have you done already?

                                Best regards
                                T

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

                                  The one on ebay it's missing the capacitor so remember to add one on the radio

                                  T rejoe2R 2 Replies Last reply
                                  0
                                  • gohanG gohan

                                    The one on ebay it's missing the capacitor so remember to add one on the radio

                                    T Offline
                                    T Offline
                                    Tommas
                                    wrote on last edited by
                                    #27

                                    @gohan

                                    Oh! I missed that. I will look for another one with cap.

                                    1 Reply Last reply
                                    0
                                    • gohanG gohan

                                      The one on ebay it's missing the capacitor so remember to add one on the radio

                                      rejoe2R Offline
                                      rejoe2R Offline
                                      rejoe2
                                      wrote on last edited by
                                      #28

                                      @gohan
                                      According to this site, the ebay-modules have also caps included. There are also some sellers providing according schematics.
                                      I myselfe use a couple of them (also with +pa+nla-modules) and never ran into bigger trouble.

                                      Anyone with different experiences?

                                      Controller: FHEM; MySensors: 2.3.1, RS485,nRF24,RFM69, serial Gateways

                                      T 1 Reply Last reply
                                      0
                                      • rejoe2R rejoe2

                                        @gohan
                                        According to this site, the ebay-modules have also caps included. There are also some sellers providing according schematics.
                                        I myselfe use a couple of them (also with +pa+nla-modules) and never ran into bigger trouble.

                                        Anyone with different experiences?

                                        T Offline
                                        T Offline
                                        Tommas
                                        wrote on last edited by
                                        #29

                                        @rejoe2

                                        Dear rejoe2!

                                        Thank You for the infos.
                                        Than i will buy two of this ebay version.

                                        Best regards,
                                        T

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

                                          I probably missed that because I never seen the caps being specified

                                          If they work, good find

                                          T 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