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. Sensebender. Still same problems with NEW board and radio

Sensebender. Still same problems with NEW board and radio

Scheduled Pinned Locked Moved Troubleshooting
7 Posts 3 Posters 92 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.
  • N Offline
    N Offline
    Nigel31
    wrote on last edited by
    #1

    Re: Trouble with Sensebender gateway initialisation

    Hi.
    I'm having the same issues with a NEW Sensebender gateway board, fitted with a diffrent RFM69 radio.

    Diagnostics STILL fail at the eeprom reading.

    See log

    What can I possibly be doing wrong, given that the first one of these I built, worked fine?

    Regards Nigel

    Sensebender GateWay test routine
    Mysensors core version : 2.2.0
    GateWay sketch version : 0.2
    ----------------------------------
    
    - > SHA204 Ok (serial : 01234DB597196D83EE)
    - > SD CARD SD CARD did not initialize!
     -> EEPROM 0;255;hu;0;hu;3 MCO:BGN:INIT GW,CP=RRNGS---,VER=2.2.0
    0;255;hu;0;hu;3 TSF:LRT:OK
    0;255;hu;0;hu;3 TSM:INIT
    0;255;hu;0;hu;3 TSF:WUR:MS=0
    0;255;hu;0;hu;3 !TSM:INIT:TSP FAIL
    0;255;hu;0;hu;3 TSM:FAIL:CNT=hu
    0;255;hu;0;hu;3 TSM:FAIL:DIS
    0;255;hu;0;hu;3 TSF:TDI:TSL
    0;255;hu;0;hu;3 TSM:FAIL:RE-INIT
    0;255;hu;0;hu;3 TSM:INIT
    0;255;hu;0;hu;3 !TSM:INIT:TSP FAIL
    0;255;hu;0;hu;3 TSM:FAIL:CNT=hu
    0;255;hu;0;hu;3 TSM:FAIL:DIS
    0;255;hu;0;hu;3 TSF:TDI:TSL
    0;255;hu;0;hu;3 TSM:FAIL:RE-INIT
    0;255;hu;0;hu;3 TSM:INIT
    0;255;hu;0;hu;3 !TSM:INIT:TSP FAIL
    0;255;hu;0;hu;3 TSM:FAIL:CNT=hu
    0;255;hu;0;hu;3 TSM:FAIL:DIS
    0;255;hu;0;hu;3 TSF:TDI:TSL
    0;255;hu;0;hu;3 TSM:FAIL:RE-INIT
    0;255;hu;0;hu;3 TSM:INIT
    0;255;hu;0;hu;3 !TSM:INIT:TSP FAIL
    0;255;hu;0;hu;3 TSM:FAIL:CNT=hu
    0;255;hu;0;hu;3 TSM:FAIL:DIS
    0;255;hu;0;hu;3 TSF:TDI:TSL
    
    
    1 Reply Last reply
    0
    • rejoe2R Offline
      rejoe2R Offline
      rejoe2
      wrote on last edited by
      #2

      Is there any specific reason for using 2.2 and not either 2.3 or even 2.4 (development tree)?
      Afaik, there's been especially some changes around the RFM drivers, so giving newer versions a try might be a good idea :wink: .

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

      N 1 Reply Last reply
      0
      • rejoe2R rejoe2

        Is there any specific reason for using 2.2 and not either 2.3 or even 2.4 (development tree)?
        Afaik, there's been especially some changes around the RFM drivers, so giving newer versions a try might be a good idea :wink: .

        N Offline
        N Offline
        Nigel31
        wrote on last edited by
        #3

        @rejoe2
        The reason for 2.2.0 is that when I (when 2.3.0) came out, I upgraded, and quite simply nothing worked, even though in theory, no significant "breaking" changes had been made.
        I could try upgrading, and building the gateway under 2.3.x, just to see if it works, but I am loth to change things, unless I can run some offline trials. I have about 20 nodes, including the whole central heating system. given it's now summer, I can give it a go, time depending.

        The NEW rfm69 driver, is it wirelessly compatible with the OLD driver? i.e. can old talk to new?
        the first Sensebender gateway, which I inadvertantly killed, by upping the max power, was built under 2.2.0.

        regards Nigel

        YveauxY 1 Reply Last reply
        0
        • N Nigel31

          @rejoe2
          The reason for 2.2.0 is that when I (when 2.3.0) came out, I upgraded, and quite simply nothing worked, even though in theory, no significant "breaking" changes had been made.
          I could try upgrading, and building the gateway under 2.3.x, just to see if it works, but I am loth to change things, unless I can run some offline trials. I have about 20 nodes, including the whole central heating system. given it's now summer, I can give it a go, time depending.

          The NEW rfm69 driver, is it wirelessly compatible with the OLD driver? i.e. can old talk to new?
          the first Sensebender gateway, which I inadvertantly killed, by upping the max power, was built under 2.2.0.

          regards Nigel

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

          @Njwyborn said in Sensebender. Still same problems with NEW board and radio:

          The NEW rfm69 driver, is it wirelessly compatible with the OLD driver? i.e. can old talk to new?

          No, the on - air payload is different. All nodes in a network must use the same rfm driver.

          http://yveaux.blogspot.nl

          N 1 Reply Last reply
          0
          • YveauxY Yveaux

            @Njwyborn said in Sensebender. Still same problems with NEW board and radio:

            The NEW rfm69 driver, is it wirelessly compatible with the OLD driver? i.e. can old talk to new?

            No, the on - air payload is different. All nodes in a network must use the same rfm driver.

            N Offline
            N Offline
            Nigel31
            wrote on last edited by Nigel31
            #5

            @Yveaux Thank you for the clarification, big job to upgrade!

            Question. Anyone know if I can run two mysensors serial gateways on Domoticz? Different network ID's? That would enable me to move nodes over to the latest release / drivers, and only have the node I was working on at the time offline! Assuming I can ever get my sensebender working!

            YveauxY 1 Reply Last reply
            0
            • N Nigel31

              @Yveaux Thank you for the clarification, big job to upgrade!

              Question. Anyone know if I can run two mysensors serial gateways on Domoticz? Different network ID's? That would enable me to move nodes over to the latest release / drivers, and only have the node I was working on at the time offline! Assuming I can ever get my sensebender working!

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

              @Njwyborn said in Sensebender. Still same problems with NEW board and radio:

              big job to upgrade

              Or stick with the old driver

              http://yveaux.blogspot.nl

              1 Reply Last reply
              0
              • N Offline
                N Offline
                Nigel31
                wrote on last edited by
                #7

                Question.
                Would using the "ClearEepromConfig" sketch, do anything nasty to the sencebender gateway eeprom?

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


                18

                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