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. [Solved]Gateway and Sensor not working , TSM:RADIO:FAIL

[Solved]Gateway and Sensor not working , TSM:RADIO:FAIL

Scheduled Pinned Locked Moved Troubleshooting
9 Posts 3 Posters 8.5k Views 3 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.
  • Jan RößlerJ Offline
    Jan RößlerJ Offline
    Jan Rößler
    wrote on last edited by tekka
    #1

    Hello ,
    im trying to get everything working but it giving me errors on Serial Monitor.
    im using the Example Sketch of gateway and Relay.
    mysensors version is the newest 2.0.0

    I hope someone can help me to sort this out.

    My Hardware:
    2x Arduino Nano 5V and 3V3

    2x NRF24L01 + PA + LNA

    1x 4x5V Relays ( Only One connected )

    Gateway:

    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:FAIL
    0;255;3;0;9;!TSM:FAILURE
    0;255;3;0;9;TSM:PDT
    
    

    Relay Actuator

    Starting repeater (RNNRA-, 2.0.0)
    TSM:INIT
    !TSM:RADIO:FAIL
    !TSM:FAILURE
    TSM:PDT
    
    mfalkviddM 1 Reply Last reply
    0
    • Jan RößlerJ Jan Rößler

      Hello ,
      im trying to get everything working but it giving me errors on Serial Monitor.
      im using the Example Sketch of gateway and Relay.
      mysensors version is the newest 2.0.0

      I hope someone can help me to sort this out.

      My Hardware:
      2x Arduino Nano 5V and 3V3

      2x NRF24L01 + PA + LNA

      1x 4x5V Relays ( Only One connected )

      Gateway:

      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:FAIL
      0;255;3;0;9;!TSM:FAILURE
      0;255;3;0;9;TSM:PDT
      
      

      Relay Actuator

      Starting repeater (RNNRA-, 2.0.0)
      TSM:INIT
      !TSM:RADIO:FAIL
      !TSM:FAILURE
      TSM:PDT
      
      mfalkviddM Offline
      mfalkviddM Offline
      mfalkvidd
      Mod
      wrote on last edited by mfalkvidd
      #2

      @Jan-Rößler welcome to the MySensors community!

      the most common reason for radio init fail is miswired radio or power issues. The flowchart at https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help can be useful when troubleshooting.

      Have you double-checked the wires between the arduinos and the radios? How are you powering the radios? What capacitors are you using and are the capacitors connected with correct polarity?

      1 Reply Last reply
      1
      • Jan RößlerJ Offline
        Jan RößlerJ Offline
        Jan Rößler
        wrote on last edited by
        #3

        Changed the power supply it still dont work. capacitor im using a 10 µf ( i have no other one )
        This is how i wired everything , i think there is the misstake , where can i find the wire layout for arduino Nano ?

        0_1470425164385_arduino-nano-pins-286x300.png

        mfalkviddM 1 Reply Last reply
        0
        • Jan RößlerJ Jan Rößler

          Changed the power supply it still dont work. capacitor im using a 10 µf ( i have no other one )
          This is how i wired everything , i think there is the misstake , where can i find the wire layout for arduino Nano ?

          0_1470425164385_arduino-nano-pins-286x300.png

          mfalkviddM Offline
          mfalkviddM Offline
          mfalkvidd
          Mod
          wrote on last edited by mfalkvidd
          #4

          @Jan-Rößler use D9, D10, D11, D12 and D13 like the bottom picture and you should be fine

          J 1 Reply Last reply
          2
          • Jan RößlerJ Offline
            Jan RößlerJ Offline
            Jan Rößler
            wrote on last edited by
            #5

            ok thanks it works now :D thanks alot

            mfalkviddM 1 Reply Last reply
            1
            • Jan RößlerJ Jan Rößler

              ok thanks it works now :D thanks alot

              mfalkviddM Offline
              mfalkviddM Offline
              mfalkvidd
              Mod
              wrote on last edited by
              #6

              @Jan-Rößler you're welcome! Thanks for reporting back.

              1 Reply Last reply
              0
              • mfalkviddM mfalkvidd

                @Jan-Rößler use D9, D10, D11, D12 and D13 like the bottom picture and you should be fine

                J Offline
                J Offline
                Jean-sebastien Bridoux
                wrote on last edited by
                #7

                @mfalkvidd Hello mfalkvidd, I am new on this forum but I had followed Mysensors for a long time. I have the same symptoms as Jan meets. we checked double the wiring connection, and change NRF24L01 module . always the same message:
                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:FAIL
                0;255;3;0;9;!TSM:FAILURE
                0;255;3;0;9;TSM:PDT

                I Have tried two ways ESP8266 + NRF24L01 (gateway ESP8266) and Arduino NANO + NRF24L01 (serial gateway)same error...
                For both assemblies, I used the schematics from mysensors site (connecting radio).
                I don't know what I missed, do you have any Idea?
                Thank you for your help

                mfalkviddM 1 Reply Last reply
                0
                • J Jean-sebastien Bridoux

                  @mfalkvidd Hello mfalkvidd, I am new on this forum but I had followed Mysensors for a long time. I have the same symptoms as Jan meets. we checked double the wiring connection, and change NRF24L01 module . always the same message:
                  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:FAIL
                  0;255;3;0;9;!TSM:FAILURE
                  0;255;3;0;9;TSM:PDT

                  I Have tried two ways ESP8266 + NRF24L01 (gateway ESP8266) and Arduino NANO + NRF24L01 (serial gateway)same error...
                  For both assemblies, I used the schematics from mysensors site (connecting radio).
                  I don't know what I missed, do you have any Idea?
                  Thank you for your help

                  mfalkviddM Offline
                  mfalkviddM Offline
                  mfalkvidd
                  Mod
                  wrote on last edited by
                  #8

                  Welcome to the forum @Jean-sebastien-Bridoux

                  Sorry, I don't have any ideas for further troubleshooting.

                  J 1 Reply Last reply
                  0
                  • mfalkviddM mfalkvidd

                    Welcome to the forum @Jean-sebastien-Bridoux

                    Sorry, I don't have any ideas for further troubleshooting.

                    J Offline
                    J Offline
                    Jean-sebastien Bridoux
                    wrote on last edited by
                    #9

                    @mfalkvidd Ok thanks for your reply

                    1 Reply Last reply
                    0

                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                    With your input, this post could be even better 💗

                    Register Login
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    19

                    Online

                    12.0k

                    Users

                    11.2k

                    Topics

                    113.4k

                    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