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. Serial Gateway not working on Nano, works with Uno

Serial Gateway not working on Nano, works with Uno

Scheduled Pinned Locked Moved Troubleshooting
unoserial gatewaynano
12 Posts 6 Posters 4.5k 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.
  • sundberg84S Offline
    sundberg84S Offline
    sundberg84
    Hardware Contributor
    wrote on last edited by
    #2

    Are you feeding the radio 3.3v?

    Controller: Proxmox VM - Home Assistant
    MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
    MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
    RFLink GW - Arduino Mega + RFLink Shield, 433mhz

    1 Reply Last reply
    0
    • Robert-Jan BuddingR Offline
      Robert-Jan BuddingR Offline
      Robert-Jan Budding
      wrote on last edited by
      #3

      Yep, I followed the tutorial of @petewill as well, have the same connections.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        drock1985
        wrote on last edited by
        #4

        I have the same problem here to, only difference is i'm using Home-Assistant as a controller. It might be the USB driver the Nano is using to communicate with Pimatic causing a issue.

        From a terminal in Pimatic, unplug your gateways and run lsusb
        Then, plug in your nano and run the same command and see what device your Nano is coming up as. Might be something like CH340 USB UART, or FTDI. Can't remember for sure.

        Then unplug your nano and do the same with your Uno and see if they are different. In the case for my Uno, it registers as:

        Bus 001 Device 005: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
        

        My Projects
        2 Door Chime Sensor
        Washing Machine Monitor

        1 Reply Last reply
        0
        • OitzuO Offline
          OitzuO Offline
          Oitzu
          wrote on last edited by
          #5

          @drock1985 said:

          I have the same problem here to, only difference is i'm using Home-Assistant as a controller. It might be the USB driver the Nano is using to communicate with Pimatic causing a issue.

          From a terminal in Pimatic, unplug your gateways and run lsusb
          Then, plug in your nano and run the same command and see what device your Nano is coming up as. Might be something like CH340 USB UART, or FTDI. Can't remember for sure.

          Then unplug your nano and do the same with your Uno and see if they are different. In the case for my Uno, it registers as:

          Bus 001 Device 005: ID 0403:6001 Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC
          

          The used USB UART Chip is normally no problem for pimatic.
          "radio init fail" suggests a problem with the spi communication to the nrf2401+ module.
          Maybe your nano is broken? Do you have other spi devices to check if the spi communication on your nano is working?

          1 Reply Last reply
          0
          • petewillP Offline
            petewillP Offline
            petewill
            Admin
            wrote on last edited by
            #6

            @Robert-Jan-Budding said:

            But it keeps giving the radio init fail, no matter what.

            Where are you seeing this message? On the serial monitor connected to a Pi? On a windows PC? Can you try to feed the radio power from an external 3.3v source (regulator)?

            My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

            1 Reply Last reply
            0
            • sundberg84S Offline
              sundberg84S Offline
              sundberg84
              Hardware Contributor
              wrote on last edited by
              #7

              Radio init fail means:

              1. Not wired correctly
              2. Not powered correctly
              3. Not a nrf24 with +

              Some reading regarding + and not + Nrf modules.
              http://forum.mysensors.org/topic/1153/we-are-mostly-using-fake-nrf24l01-s-but-worse-fakes-are-emerging/4
              http://forum.mysensors.org/topic/1664/which-are-the-best-nrf24l01-modules/2

              Controller: Proxmox VM - Home Assistant
              MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
              MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
              RFLink GW - Arduino Mega + RFLink Shield, 433mhz

              1 Reply Last reply
              1
              • N Offline
                N Offline
                Newzwaver
                wrote on last edited by
                #8

                Hi, I have a similar problem and moved back to an Arduino UNO for my gateway however I have 30 sensors that are nano's and all have gone down. Not sure why the USB would cause an issue for the sensors in use, they are not connected to a computer and all only connect to the gateway. I lost communication with the GW a few weeks ago and figured it had something to do with the upgrade to VP. Any help that can get this back would be appreciated. I have tried the following;

                1. Download old drivers and updated them........ etc etc etc
                petewillP 1 Reply Last reply
                0
                • N Offline
                  N Offline
                  Newzwaver
                  wrote on last edited by
                  #9

                  I almost forgot I also received a radio fail error on the monitor, it was from a sensor that I had in use and worked so the wiring was correct. it's almost like the nano's have a virus or something.

                  1 Reply Last reply
                  0
                  • N Newzwaver

                    Hi, I have a similar problem and moved back to an Arduino UNO for my gateway however I have 30 sensors that are nano's and all have gone down. Not sure why the USB would cause an issue for the sensors in use, they are not connected to a computer and all only connect to the gateway. I lost communication with the GW a few weeks ago and figured it had something to do with the upgrade to VP. Any help that can get this back would be appreciated. I have tried the following;

                    1. Download old drivers and updated them........ etc etc etc
                    petewillP Offline
                    petewillP Offline
                    petewill
                    Admin
                    wrote on last edited by
                    #10

                    @Newzwaver said:

                    something to do with the upgrade to VP

                    What is VP? Have you tried building a sniffer or using MYSContoller to watch the communication?

                    Did you change anything in MyConfig.h like the channel or baud rate that would cause your sensors to stop communicating with the new gateway? Are they all on the same version of MySensors?

                    My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

                    1 Reply Last reply
                    0
                    • N Offline
                      N Offline
                      Newzwaver
                      wrote on last edited by
                      #11

                      Hi Pete and thanks for replying to my note. No I didn't make any changes at all and my GW went down. I figured something was wrong with it so I tried to build another and couldn't program it because of the Chinese nano. I switched to the Uno and my sensors didn't come back online. At th same time I was figuring this out I had changed to a new Vera plus and had issues with the restore. I think it was a combination of everything. I am back up with the uno and worked around the Chinese nano loading the arduino software to an older computer and using older drivers. I do believe I have it up and working. Thanks again for everything your help is greatly appreciated.

                      petewillP 1 Reply Last reply
                      0
                      • N Newzwaver

                        Hi Pete and thanks for replying to my note. No I didn't make any changes at all and my GW went down. I figured something was wrong with it so I tried to build another and couldn't program it because of the Chinese nano. I switched to the Uno and my sensors didn't come back online. At th same time I was figuring this out I had changed to a new Vera plus and had issues with the restore. I think it was a combination of everything. I am back up with the uno and worked around the Chinese nano loading the arduino software to an older computer and using older drivers. I do believe I have it up and working. Thanks again for everything your help is greatly appreciated.

                        petewillP Offline
                        petewillP Offline
                        petewill
                        Admin
                        wrote on last edited by
                        #12

                        @Newzwaver Great, glad it's working again!

                        My "How To" home automation video channel: https://www.youtube.com/channel/UCq_Evyh5PQALx4m4CQuxqkA

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


                        25

                        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