Skip to content
  • 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. Bug Reports
  3. NRF24L01+ problems in 2.1.1 and 2.2.0 Beta
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

NRF24L01+ problems in 2.1.1 and 2.2.0 Beta

Scheduled Pinned Locked Moved Bug Reports
49 Posts 9 Posters 10.1k Views 12 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.
  • miljumeM miljume

    Hello,

    I would like to submit a bug report for these libraries in the use of NRF24L01+ radio

    I have problems with NRF24L01+ on both 2.1.1 and 2.2.0 Beta

    I have installed a fresh RPI with all new libraries and trying to make a RPI Serial GW

    In 2.1.1 it doesn't start at all but in 2.2.0 it starts but in the log I constantly receive the following in the Domoticz log where I have added the GW

    I2017-10-09 19:25:12.306 MySensors: Gateway Version: 2.2.0-beta
    2017-10-09 19:25:12.306 Error: Serial Port closed!... Error: End of file
    2017-10-09 19:25:13.306 MySensors: retrying in 30 seconds...
    

    After a while I get the following in the console

    mysgw: TSF:MSG:READ,0-0-0,s=0,c=3,t=2,pt=0,l=11,sg=0:Get Version
    mysgw: !TSF:MSG:LEN,0!=18 
    

    The above points at something wrong with the radio connection

    I have tried 3 different radios but still no luck so I guess it has something to do with the libraries

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

    @miljume 2.1.1 has been out for many months without problem, so it is not likely that there is a problem with the MySensors library. But you could of course have stumbled on a corner case that no-one has seen before.

    Could you post the full debug log for the gateway and the full configure command you used to compile it?

    Edit: sorry, I see that you have the full log in a later post. So just post the configure command and branch/version used for each output.

    miljumeM 1 Reply Last reply
    0
    • mfalkviddM mfalkvidd

      @miljume 2.1.1 has been out for many months without problem, so it is not likely that there is a problem with the MySensors library. But you could of course have stumbled on a corner case that no-one has seen before.

      Could you post the full debug log for the gateway and the full configure command you used to compile it?

      Edit: sorry, I see that you have the full log in a later post. So just post the configure command and branch/version used for each output.

      miljumeM Offline
      miljumeM Offline
      miljume
      wrote on last edited by
      #6

      @mfalkvidd Sure, below are commands and debug logs for both 2.1.1 and 2.2.0 Beta

      As you can see both of the Gateways fails with 2.1.1. I have seen other people having the exact same problem so that is why I thought it could be something with the libraries

      Commands with 2.2.0 Beta (serial GW)

      ./configure --my-transport=nrf24
      ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
      make
      

      Debug Log

      mysgw: Starting gateway...
      mysgw: Protocol version - 2.2.0-beta
      mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
      mysgw: TSF:LRT:OK
      mysgw: TSM:INIT
      mysgw: TSF:WUR:MS=0
      mysgw: TSM:INIT:TSP OK
      mysgw: TSM:INIT:GW MODE
      mysgw: TSM:READY:ID=0,PAR=0,DIS=0
      mysgw: MCO:REG:NOT NEEDED
      mysgw: MCO:BGN:STP
      mysgw: MCO:BGN:INIT OK,TSP=1
      

      Domoticz Log

      2017-10-10 18:43:07.538 MySensors: Using serial port: /dev/ttyUSB020
      2017-10-10 18:43:07.538 Error: Serial Port closed!... Error: End of file
      2017-10-10 18:43:08.538 MySensors: retrying in 30 seconds...
      

      Repeats every 30th second,

      Commands with 2.2.0 Beta (Ethernet GW)

      ./configure --my-transport=nrf24
      ./configure --my-gateway=ethernet --my-port=5003
      ./configure --my-gateway=ethernet --my-controller-ip-address=127.0.0.1
      make
      

      Debug Log

      mysgw: Starting gateway...
      mysgw: Protocol version - 2.2.0-beta
      mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
      mysgw: TSF:LRT:OK
      mysgw: TSM:INIT
      mysgw: TSF:WUR:MS=0
      mysgw: TSM:INIT:TSP OK
      mysgw: TSM:INIT:GW MODE
      mysgw: TSM:READY:ID=0,PAR=0,DIS=0
      mysgw: MCO:REG:NOT NEEDED
      mysgw: connect: Connection refused
      mysgw: failed to connect
      mysgw: Eth: connect
      mysgw: connect: Connection refused
      mysgw: failed to connect
      mysgw: Eth: connect
      

      Commands with 2.1.1 (serial GW)

      ./configure --my-transport=nrf24
      ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
      make
      

      Debug Log

      mysgw: Starting gateway...
      mysgw: Protocol version - 2.1.1
      mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
      mysgw: TSM:INIT
      mysgw: TSF:WUR:MS=0
      mysgw: !TSM:INIT:TSP FAIL
      mysgw: TSM:FAIL:CNT=1
      mysgw: TSM:FAIL:PDT
      

      Commands with 2.1.1 (Ethernet GW)

      ./configure --my-transport=nrf24
      ./configure --my-gateway=ethernet --my-port=5003
      ./configure --my-gateway=ethernet --my-controller-ip-address=127.0.0.1
      make
      

      Debug Log

      mysgw: Starting gateway...
      mysgw: Protocol version - 2.1.1
      mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
      mysgw: TSM:INIT
      mysgw: TSF:WUR:MS=0
      mysgw: !TSM:INIT:TSP FAIL
      mysgw: TSM:FAIL:CNT=1
      mysgw: TSM:FAIL:PDT
      
      mfalkviddM gohanG 2 Replies Last reply
      0
      • miljumeM miljume

        @mfalkvidd Sure, below are commands and debug logs for both 2.1.1 and 2.2.0 Beta

        As you can see both of the Gateways fails with 2.1.1. I have seen other people having the exact same problem so that is why I thought it could be something with the libraries

        Commands with 2.2.0 Beta (serial GW)

        ./configure --my-transport=nrf24
        ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
        make
        

        Debug Log

        mysgw: Starting gateway...
        mysgw: Protocol version - 2.2.0-beta
        mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
        mysgw: TSF:LRT:OK
        mysgw: TSM:INIT
        mysgw: TSF:WUR:MS=0
        mysgw: TSM:INIT:TSP OK
        mysgw: TSM:INIT:GW MODE
        mysgw: TSM:READY:ID=0,PAR=0,DIS=0
        mysgw: MCO:REG:NOT NEEDED
        mysgw: MCO:BGN:STP
        mysgw: MCO:BGN:INIT OK,TSP=1
        

        Domoticz Log

        2017-10-10 18:43:07.538 MySensors: Using serial port: /dev/ttyUSB020
        2017-10-10 18:43:07.538 Error: Serial Port closed!... Error: End of file
        2017-10-10 18:43:08.538 MySensors: retrying in 30 seconds...
        

        Repeats every 30th second,

        Commands with 2.2.0 Beta (Ethernet GW)

        ./configure --my-transport=nrf24
        ./configure --my-gateway=ethernet --my-port=5003
        ./configure --my-gateway=ethernet --my-controller-ip-address=127.0.0.1
        make
        

        Debug Log

        mysgw: Starting gateway...
        mysgw: Protocol version - 2.2.0-beta
        mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
        mysgw: TSF:LRT:OK
        mysgw: TSM:INIT
        mysgw: TSF:WUR:MS=0
        mysgw: TSM:INIT:TSP OK
        mysgw: TSM:INIT:GW MODE
        mysgw: TSM:READY:ID=0,PAR=0,DIS=0
        mysgw: MCO:REG:NOT NEEDED
        mysgw: connect: Connection refused
        mysgw: failed to connect
        mysgw: Eth: connect
        mysgw: connect: Connection refused
        mysgw: failed to connect
        mysgw: Eth: connect
        

        Commands with 2.1.1 (serial GW)

        ./configure --my-transport=nrf24
        ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
        make
        

        Debug Log

        mysgw: Starting gateway...
        mysgw: Protocol version - 2.1.1
        mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
        mysgw: TSM:INIT
        mysgw: TSF:WUR:MS=0
        mysgw: !TSM:INIT:TSP FAIL
        mysgw: TSM:FAIL:CNT=1
        mysgw: TSM:FAIL:PDT
        

        Commands with 2.1.1 (Ethernet GW)

        ./configure --my-transport=nrf24
        ./configure --my-gateway=ethernet --my-port=5003
        ./configure --my-gateway=ethernet --my-controller-ip-address=127.0.0.1
        make
        

        Debug Log

        mysgw: Starting gateway...
        mysgw: Protocol version - 2.1.1
        mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
        mysgw: TSM:INIT
        mysgw: TSF:WUR:MS=0
        mysgw: !TSM:INIT:TSP FAIL
        mysgw: TSM:FAIL:CNT=1
        mysgw: TSM:FAIL:PDT
        
        mfalkviddM Offline
        mfalkviddM Offline
        mfalkvidd
        Mod
        wrote on last edited by
        #7

        @miljume thanks. And yes, there seems to be something fishy going on since other people also have problems.

        I don't have a spare raspberry pi at the moment so I can't reproduce the problem. Hopefully someone else can help troubleshooting. I'll try to get my hands on a new raspberry within a week.

        1 Reply Last reply
        0
        • miljumeM miljume

          @mfalkvidd Sure, below are commands and debug logs for both 2.1.1 and 2.2.0 Beta

          As you can see both of the Gateways fails with 2.1.1. I have seen other people having the exact same problem so that is why I thought it could be something with the libraries

          Commands with 2.2.0 Beta (serial GW)

          ./configure --my-transport=nrf24
          ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
          make
          

          Debug Log

          mysgw: Starting gateway...
          mysgw: Protocol version - 2.2.0-beta
          mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
          mysgw: TSF:LRT:OK
          mysgw: TSM:INIT
          mysgw: TSF:WUR:MS=0
          mysgw: TSM:INIT:TSP OK
          mysgw: TSM:INIT:GW MODE
          mysgw: TSM:READY:ID=0,PAR=0,DIS=0
          mysgw: MCO:REG:NOT NEEDED
          mysgw: MCO:BGN:STP
          mysgw: MCO:BGN:INIT OK,TSP=1
          

          Domoticz Log

          2017-10-10 18:43:07.538 MySensors: Using serial port: /dev/ttyUSB020
          2017-10-10 18:43:07.538 Error: Serial Port closed!... Error: End of file
          2017-10-10 18:43:08.538 MySensors: retrying in 30 seconds...
          

          Repeats every 30th second,

          Commands with 2.2.0 Beta (Ethernet GW)

          ./configure --my-transport=nrf24
          ./configure --my-gateway=ethernet --my-port=5003
          ./configure --my-gateway=ethernet --my-controller-ip-address=127.0.0.1
          make
          

          Debug Log

          mysgw: Starting gateway...
          mysgw: Protocol version - 2.2.0-beta
          mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
          mysgw: TSF:LRT:OK
          mysgw: TSM:INIT
          mysgw: TSF:WUR:MS=0
          mysgw: TSM:INIT:TSP OK
          mysgw: TSM:INIT:GW MODE
          mysgw: TSM:READY:ID=0,PAR=0,DIS=0
          mysgw: MCO:REG:NOT NEEDED
          mysgw: connect: Connection refused
          mysgw: failed to connect
          mysgw: Eth: connect
          mysgw: connect: Connection refused
          mysgw: failed to connect
          mysgw: Eth: connect
          

          Commands with 2.1.1 (serial GW)

          ./configure --my-transport=nrf24
          ./configure --my-gateway=serial --my-serial-is-pty --my-serial-pty=/dev/ttyUSB020
          make
          

          Debug Log

          mysgw: Starting gateway...
          mysgw: Protocol version - 2.1.1
          mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
          mysgw: TSM:INIT
          mysgw: TSF:WUR:MS=0
          mysgw: !TSM:INIT:TSP FAIL
          mysgw: TSM:FAIL:CNT=1
          mysgw: TSM:FAIL:PDT
          

          Commands with 2.1.1 (Ethernet GW)

          ./configure --my-transport=nrf24
          ./configure --my-gateway=ethernet --my-port=5003
          ./configure --my-gateway=ethernet --my-controller-ip-address=127.0.0.1
          make
          

          Debug Log

          mysgw: Starting gateway...
          mysgw: Protocol version - 2.1.1
          mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
          mysgw: TSM:INIT
          mysgw: TSF:WUR:MS=0
          mysgw: !TSM:INIT:TSP FAIL
          mysgw: TSM:FAIL:CNT=1
          mysgw: TSM:FAIL:PDT
          
          gohanG Offline
          gohanG Offline
          gohan
          Mod
          wrote on last edited by
          #8

          @miljume said in NRF24L01+ problems in 2.1.1 and 2.2.0 Beta:

          ./configure --my-transport=nrf24
          ./configure --my-gateway=ethernet --my-port=5003

          it should be on a single line like this

          ./configure --my-transport=nrf24 --my-gateway=ethernet --my-port=5003
          

          --my-controller-ip-address=127.0.0.1 is not needed

          miljumeM 2 Replies Last reply
          1
          • gohanG gohan

            @miljume said in NRF24L01+ problems in 2.1.1 and 2.2.0 Beta:

            ./configure --my-transport=nrf24
            ./configure --my-gateway=ethernet --my-port=5003

            it should be on a single line like this

            ./configure --my-transport=nrf24 --my-gateway=ethernet --my-port=5003
            

            --my-controller-ip-address=127.0.0.1 is not needed

            miljumeM Offline
            miljumeM Offline
            miljume
            wrote on last edited by
            #9

            @gohan Thanks, will try that as soon as I can

            YveauxY 1 Reply Last reply
            0
            • miljumeM miljume

              @gohan Thanks, will try that as soon as I can

              YveauxY Offline
              YveauxY Offline
              Yveaux
              Mod
              wrote on last edited by
              #10

              @miljume I've seen the same length errors in the past when my radio wiring wasn't stable (flaky jumper wires). The TSP Fail messages indicate the same.
              Could you check your connections from the pi to the radio?

              http://yveaux.blogspot.nl

              miljumeM 1 Reply Last reply
              0
              • YveauxY Yveaux

                @miljume I've seen the same length errors in the past when my radio wiring wasn't stable (flaky jumper wires). The TSP Fail messages indicate the same.
                Could you check your connections from the pi to the radio?

                miljumeM Offline
                miljumeM Offline
                miljume
                wrote on last edited by
                #11

                @Yveaux Thanks for the feedback but I am using a RPI Shield so the connections should be stable

                W 1 Reply Last reply
                0
                • miljumeM miljume

                  @Yveaux Thanks for the feedback but I am using a RPI Shield so the connections should be stable

                  W Offline
                  W Offline
                  wergeld
                  wrote on last edited by
                  #12

                  @miljume I am having the same issue since 2.1 and trying to revert to 2.2 beta it fails as well. I am using an RPi model 2 B and the same RPI shield (I have traded out the shield as I have a few and same result). All of my nodes have been offline for months as the gateway does not function.

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

                    I remember there was a bug in the library for rpi2 but I can't remember the details

                    W 1 Reply Last reply
                    0
                    • gohanG gohan

                      I remember there was a bug in the library for rpi2 but I can't remember the details

                      W Offline
                      W Offline
                      wergeld
                      wrote on last edited by
                      #14

                      @gohan That bug had to do with the chipset but that was resolved i think.

                      1 Reply Last reply
                      0
                      • gohanG gohan

                        @miljume said in NRF24L01+ problems in 2.1.1 and 2.2.0 Beta:

                        ./configure --my-transport=nrf24
                        ./configure --my-gateway=ethernet --my-port=5003

                        it should be on a single line like this

                        ./configure --my-transport=nrf24 --my-gateway=ethernet --my-port=5003
                        

                        --my-controller-ip-address=127.0.0.1 is not needed

                        miljumeM Offline
                        miljumeM Offline
                        miljume
                        wrote on last edited by
                        #15

                        @gohan Now I have tried compiling it with one line command but the GW still don't start with 2.1.1

                        ./configure --my-transport=nrf24 --my-gateway=ethernet --my-port=5003
                        
                        mysgw: Starting gateway...
                        mysgw: Protocol version - 2.1.1
                        mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
                        mysgw: TSM:INIT
                        mysgw: TSF:WUR:MS=0
                        mysgw: !TSM:INIT:TSP FAIL
                        mysgw: TSM:FAIL:CNT=1
                        mysgw: TSM:FAIL:PDT
                        
                        YveauxY 1 Reply Last reply
                        0
                        • miljumeM miljume

                          @gohan Now I have tried compiling it with one line command but the GW still don't start with 2.1.1

                          ./configure --my-transport=nrf24 --my-gateway=ethernet --my-port=5003
                          
                          mysgw: Starting gateway...
                          mysgw: Protocol version - 2.1.1
                          mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.1
                          mysgw: TSM:INIT
                          mysgw: TSF:WUR:MS=0
                          mysgw: !TSM:INIT:TSP FAIL
                          mysgw: TSM:FAIL:CNT=1
                          mysgw: TSM:FAIL:PDT
                          
                          YveauxY Offline
                          YveauxY Offline
                          Yveaux
                          Mod
                          wrote on last edited by
                          #16

                          @miljume I see alternating !TSM:INIT:TSP Fail and TSM:INIT:TSP OK in your logs.
                          The fails indicate a failure to communicate with the radio module.
                          Is there a pattern in these fails between software versions?

                          http://yveaux.blogspot.nl

                          miljumeM 1 Reply Last reply
                          0
                          • YveauxY Yveaux

                            @miljume I see alternating !TSM:INIT:TSP Fail and TSM:INIT:TSP OK in your logs.
                            The fails indicate a failure to communicate with the radio module.
                            Is there a pattern in these fails between software versions?

                            miljumeM Offline
                            miljumeM Offline
                            miljume
                            wrote on last edited by miljume
                            #17

                            @Yveaux The FAIL´s all occur with 2.1.1 and the OK is with 2.2.0 Beta. Same radio connections for both so the FAIL´s should not be connected to communication with the radio module. I have also tried 3 radios and 2 different ways of connecting them (Shield and Dupont cables) Even if 2.2.0 starts OK the problem is that it for the Ethernet GW it fails to connect

                            mysgw: Starting gateway...
                            mysgw: Protocol version - 2.2.0-beta
                            mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
                            mysgw: TSF:LRT:OK
                            mysgw: TSM:INIT
                            mysgw: TSF:WUR:MS=0
                            mysgw: TSM:INIT:TSP OK
                            mysgw: TSM:INIT:GW MODE
                            mysgw: TSM:READY:ID=0,PAR=0,DIS=0
                            mysgw: MCO:REG:NOT NEEDED
                            mysgw: connect: Connection refused
                            mysgw: failed to connect
                            mysgw: Eth: connect
                            mysgw: connect: Connection refused
                            mysgw: failed to connect
                            mysgw: Eth: connect
                            

                            And for the Serial GW it gives the following error in Domoticz

                            2017-10-10 18:43:07.538 MySensors: Using serial port: /dev/ttyUSB020
                            2017-10-10 18:43:07.538 Error: Serial Port closed!... Error: End of file
                            2017-10-10 18:43:08.538 MySensors: retrying in 30 seconds...
                            

                            None of them picks up sensor reports

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

                              Do you have a spare microsd and try a clean install ?

                              miljumeM 1 Reply Last reply
                              0
                              • gohanG gohan

                                Do you have a spare microsd and try a clean install ?

                                miljumeM Offline
                                miljumeM Offline
                                miljume
                                wrote on last edited by
                                #19

                                @gohan I have tried a clean install both with Rapbian Stretch and Raspbian Jessie but the results are the same

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

                                  Did you check if spi is enabled in configuration? Sorry for stupid questions, but I need to broaden the search for the issue

                                  W miljumeM 2 Replies Last reply
                                  0
                                  • gohanG gohan

                                    Did you check if spi is enabled in configuration? Sorry for stupid questions, but I need to broaden the search for the issue

                                    W Offline
                                    W Offline
                                    wergeld
                                    wrote on last edited by
                                    #21

                                    @gohan, I can only speak for me but I have done the following on my RPi 2 B:
                                    Changed out radios
                                    Used shield for radio or just straight wiring to radio
                                    New flash of latest minimal Raspbian
                                    Enabled SPI

                                    And various combinations of those. Maybe something broke in an update to Raspbian or some other change to the mysensors repo?

                                    1 Reply Last reply
                                    0
                                    • gohanG gohan

                                      Did you check if spi is enabled in configuration? Sorry for stupid questions, but I need to broaden the search for the issue

                                      miljumeM Offline
                                      miljumeM Offline
                                      miljume
                                      wrote on last edited by
                                      #22

                                      @gohan Yes, otherwise it fails already during build

                                      1 Reply Last reply
                                      0
                                      • A Offline
                                        A Offline
                                        arraWX
                                        wrote on last edited by
                                        #23
                                        This post is deleted!
                                        1 Reply Last reply
                                        0
                                        • A Offline
                                          A Offline
                                          arraWX
                                          wrote on last edited by arraWX
                                          #24

                                          With 2.1.1 I have the exact same problems.

                                          However, everything seems to be fine with 2.2.0 Beta:

                                          git clone https://github.com/mysensors/MySensors.git --branch development
                                          cd MySensors
                                          ./configure --my-transport=nrf24 --my-gateway=ethernet --my-port=5003 --my-rf24-pa-level=RF24_PA_MAX
                                          make
                                          

                                          In domoticz:
                                          0_1508010294046_Udklip.PNG

                                          The result:

                                          pi@raspberrypi:~/MySensors $ sudo ./bin/mysgw -d
                                          mysgw: Starting gateway...
                                          mysgw: Protocol version - 2.2.0-beta
                                          mysgw: MCO:BGN:INIT GW,CP=RNNGL---,VER=2.2.0-beta
                                          mysgw: TSF:LRT:OK
                                          mysgw: TSM:INIT
                                          mysgw: TSF:WUR:MS=0
                                          mysgw: TSM:INIT:TSP OK
                                          mysgw: TSM:INIT:GW MODE
                                          mysgw: TSM:READY:ID=0,PAR=0,DIS=0
                                          mysgw: MCO:REG:NOT NEEDED
                                          mysgw: Listening for connections on 0.0.0.0:5003
                                          mysgw: MCO:BGN:STP
                                          mysgw: MCO:BGN:INIT OK,TSP=1
                                          mysgw: TSF:MSG:READ,2-2-0,s=1,c=1,t=0,pt=7,l=5,sg=0:24.0
                                          mysgw: TSF:MSG:READ,2-2-0,s=2,c=1,t=1,pt=2,l=2,sg=0:58
                                          

                                          After success with 2.2.0 Beta I tried to go back to 2.1.1. However, it still does not work.

                                          I am on rpi3 and use a socket adapter board for the radio.

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


                                          16

                                          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
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular