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. OpenHardware.io
  3. 💬 Sensebender Gateway

💬 Sensebender Gateway

Scheduled Pinned Locked Moved OpenHardware.io
mysensorsgatewaysamd
382 Posts 59 Posters 151.2k Views 53 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.
  • D Disca

    @MLs mmm not sure then, it works for me on Windows 7 with 1.8.1 (slightly newer version?)

    M Offline
    M Offline
    MLs
    wrote on last edited by
    #157

    @Disca

    Where did you find the drivers for sensebender GW for Windows 7?

    //Mattias

    tbowmoT 1 Reply Last reply
    0
    • M MLs

      @Disca

      Where did you find the drivers for sensebender GW for Windows 7?

      //Mattias

      tbowmoT Offline
      tbowmoT Offline
      tbowmo
      Admin
      wrote on last edited by
      #158

      @MLs

      Check the product page on mysensors.org

      https://www.mysensors.org/hardware/sensebender-gateway

      M 1 Reply Last reply
      0
      • tbowmoT Offline
        tbowmoT Offline
        tbowmo
        Admin
        wrote on last edited by
        #159

        @Fabien

        D5 is used by arduino to signal USB serial rx/TX activity.

        Can you post the log lines from dmesg, from when you insert the usb cable, to after you have pressed the reset button?

        1 Reply Last reply
        0
        • tbowmoT tbowmo

          @MLs

          Check the product page on mysensors.org

          https://www.mysensors.org/hardware/sensebender-gateway

          M Offline
          M Offline
          MLs
          wrote on last edited by
          #160

          @tbowmo

          I tried to update the drivers in Device Manager / sense bender GW but it failed to install the computer said.

          Therefore, I asked one who wrote that he was using Windows 7

          //Mattias

          1 Reply Last reply
          0
          • scalzS Offline
            scalzS Offline
            scalz
            Hardware Contributor
            wrote on last edited by scalz
            #161

            @MLs
            I'm also still using win7 x64 for my dev and that worked for me.

            Auto install through the Device Manager does not work, nor right-clicking and installing the .inf through Explorer.

            You have to force the install and select the location of the .inf in Device Manager. Then it will ask you if you agree about the driver supplier. Of course you're! And you should be able to see it in Device Manager.

            M 1 Reply Last reply
            0
            • D Offline
              D Offline
              Dany
              wrote on last edited by
              #162

              There are example program for W5100? The original GatewayW5100 program uses SOFTSPI, different NRF CE/CSN pins? Will work with this hardware properly?

              tbowmoT 1 Reply Last reply
              0
              • scalzS scalz

                @MLs
                I'm also still using win7 x64 for my dev and that worked for me.

                Auto install through the Device Manager does not work, nor right-clicking and installing the .inf through Explorer.

                You have to force the install and select the location of the .inf in Device Manager. Then it will ask you if you agree about the driver supplier. Of course you're! And you should be able to see it in Device Manager.

                M Offline
                M Offline
                MLs
                wrote on last edited by
                #163

                @scalz

                Heh've tried both in the device manager and manually. Device Manager, I get an error message.

                0_1486469926862_Enhetshanteraren.png

                And manually, nothing happens.

                0_1486469936775_Manuelt.png

                //Mattias

                1 Reply Last reply
                0
                • scalzS Offline
                  scalzS Offline
                  scalz
                  Hardware Contributor
                  wrote on last edited by scalz
                  #164

                  @MLs
                  yep that's what i explained.
                  you need to force it in Device Manager. How you're doing in Device manager actually is rather auto, imho ;)
                  You can try in Device manager to right click on the bad detected device, here Sensebender Gw, and in properties, update driver. At a moment, it should prompt an "Open file" Dialog box (you need to choose the right option in the dialog) and then select your .inf file. And it will ask if you're ok to install a driver from a third party.

                  1 Reply Last reply
                  0
                  • D Dany

                    There are example program for W5100? The original GatewayW5100 program uses SOFTSPI, different NRF CE/CSN pins? Will work with this hardware properly?

                    tbowmoT Offline
                    tbowmoT Offline
                    tbowmo
                    Admin
                    wrote on last edited by
                    #165

                    @Dany

                    The standard GatewayW5100 example sketch will work on the sensebender gateway. There are conditional compile statements in that sketch, that disables softspi when compiling to the gateway target, and use a hardware SPI instead.

                    Remember to choose the correct target in your Arduino IDE

                    1 Reply Last reply
                    0
                    • scalzS Offline
                      scalzS Offline
                      scalz
                      Hardware Contributor
                      wrote on last edited by scalz
                      #166

                      @MLs
                      Okay, simpler, forget what i told you, and follow my steps below. I've unstalled mine to show you ;)
                      Then if it can be useful for others. Nothing fancy here, it can be used for lot of others drivers.

                      Step 1: plugin the GW, as you can see it's not detected, and no additional com port.
                      0_1486474793485_SBDGW win7 driver install step 1.png

                      Step 2: right clic, and update driver
                      0_1486474882132_SBDGW win7 driver install step 2.png

                      Step 3: click on the 2nd option for searching a driver on your machine
                      0_1486474932523_SBDGW win7 driver install step 3.png

                      Step 4: Again 2nd option here (you want to search for a driver on your computer)
                      0_1486474985503_SBDGW win7 driver install step 4.png

                      Step 5: This is a Virtual Serial Com port needed for the GW. So choose COM/LPT for the driver type
                      0_1486475057428_SBDGW win7 driver install step 5.png

                      Step 6: Now it is asking where the driver (.inf) is stored
                      0_1486475102981_SBDGW win7 driver install step 6.png

                      Step 7: You can now see that Windows knows what this is about. And tells you this driver is not "signed". No problem we know @tbowmo has done a great job. So, Next!
                      0_1486475141843_SBDGW win7 driver install step 7.png

                      Step 8: Windows here warns again, saying he doesn't know this driver, so it may not work well. No way, it will work well ;) Click "Yes" to install it.
                      0_1486475226673_SBDGW win7 driver install step 8.png

                      Step 9: Looks good
                      0_1486475299591_SBDGW win7 driver install step 9.png

                      Step 10: Tada! Here you can see now the GW is well detected and setup on COM port 24
                      0_1486475356373_SBDGW win7 driver install step 10.png

                      I can't do better!
                      I think you'll get it :)

                      M 1 Reply Last reply
                      3
                      • scalzS scalz

                        @MLs
                        Okay, simpler, forget what i told you, and follow my steps below. I've unstalled mine to show you ;)
                        Then if it can be useful for others. Nothing fancy here, it can be used for lot of others drivers.

                        Step 1: plugin the GW, as you can see it's not detected, and no additional com port.
                        0_1486474793485_SBDGW win7 driver install step 1.png

                        Step 2: right clic, and update driver
                        0_1486474882132_SBDGW win7 driver install step 2.png

                        Step 3: click on the 2nd option for searching a driver on your machine
                        0_1486474932523_SBDGW win7 driver install step 3.png

                        Step 4: Again 2nd option here (you want to search for a driver on your computer)
                        0_1486474985503_SBDGW win7 driver install step 4.png

                        Step 5: This is a Virtual Serial Com port needed for the GW. So choose COM/LPT for the driver type
                        0_1486475057428_SBDGW win7 driver install step 5.png

                        Step 6: Now it is asking where the driver (.inf) is stored
                        0_1486475102981_SBDGW win7 driver install step 6.png

                        Step 7: You can now see that Windows knows what this is about. And tells you this driver is not "signed". No problem we know @tbowmo has done a great job. So, Next!
                        0_1486475141843_SBDGW win7 driver install step 7.png

                        Step 8: Windows here warns again, saying he doesn't know this driver, so it may not work well. No way, it will work well ;) Click "Yes" to install it.
                        0_1486475226673_SBDGW win7 driver install step 8.png

                        Step 9: Looks good
                        0_1486475299591_SBDGW win7 driver install step 9.png

                        Step 10: Tada! Here you can see now the GW is well detected and setup on COM port 24
                        0_1486475356373_SBDGW win7 driver install step 10.png

                        I can't do better!
                        I think you'll get it :)

                        M Offline
                        M Offline
                        MLs
                        wrote on last edited by MLs
                        #167

                        @scalz

                        Thanks for a super instruction but it is the file itself that the computer says from. It says that the folder contains the no driver

                        And the driver in the folder I chose I downloaded here

                        https://github.com/mysensors/ArduinoHwSAMD/blob/master/driver/mysensors-samd.inf

                        // Mattias

                        M 1 Reply Last reply
                        0
                        • M MLs

                          @scalz

                          Thanks for a super instruction but it is the file itself that the computer says from. It says that the folder contains the no driver

                          And the driver in the folder I chose I downloaded here

                          https://github.com/mysensors/ArduinoHwSAMD/blob/master/driver/mysensors-samd.inf

                          // Mattias

                          M Offline
                          M Offline
                          MLs
                          wrote on last edited by
                          #168

                          @MLs

                          When I downloaded the drivers so I make the following step.
                          Right-click at the file and save target as.

                          //Mattias

                          1 Reply Last reply
                          0
                          • hekH Online
                            hekH Online
                            hek
                            Admin
                            wrote on last edited by
                            #169

                            On the raw file?

                            https://raw.githubusercontent.com/mysensors/ArduinoHwSAMD/master/driver/mysensors-samd.inf

                            M 1 Reply Last reply
                            0
                            • hekH hek

                              On the raw file?

                              https://raw.githubusercontent.com/mysensors/ArduinoHwSAMD/master/driver/mysensors-samd.inf

                              M Offline
                              M Offline
                              MLs
                              wrote on last edited by
                              #170

                              @hek

                              https://github.com/mysensors/ArduinoHwSAMD/tree/master/driver

                              I click on the link below the folder drivers

                              0_1486482224917_Namnlös.png

                              //Mattias

                              1 Reply Last reply
                              0
                              • hekH Online
                                hekH Online
                                hek
                                Admin
                                wrote on last edited by
                                #171

                                No, that will download a github html page.

                                Use the link I posted (and save as). It will be the raw content.

                                M 2 Replies Last reply
                                0
                                • hekH hek

                                  No, that will download a github html page.

                                  Use the link I posted (and save as). It will be the raw content.

                                  M Offline
                                  M Offline
                                  MLs
                                  wrote on last edited by
                                  #172

                                  @hek

                                  I'll try it tomorrow is not so strange that it did not work for me then.

                                  //Mattias

                                  1 Reply Last reply
                                  0
                                  • hekH hek

                                    No, that will download a github html page.

                                    Use the link I posted (and save as). It will be the raw content.

                                    M Offline
                                    M Offline
                                    MLs
                                    wrote on last edited by
                                    #173

                                    @hek

                                    Now, I also got the computer to recognize the card. Thanks for all help.

                                    The problem was that even when I used save as, the computer renaming the file as a .txt file "mysensors-samd.inf.txt" and not a "mysensors-samd.inf"

                                    Again, thanks for all the help.

                                    //Mattias

                                    1 Reply Last reply
                                    0
                                    • M Offline
                                      M Offline
                                      meddie
                                      wrote on last edited by
                                      #174

                                      Hi together,

                                      i have some questions to you! I bought a sensebender gateway and a w5100 Ethernet Modul, but i cant get it to work. When i upload the Gateway5100 Sketch and put my yip address in it, then the GW is booting up i get some Data on the serial port but i cant ping the configured ip address. Then i tried to config via DHCP and see that the GW dont get an IP Address.
                                      And when i connect the NRF24 Modul then it seems that the GW is not bootin up anymore because i dont get any data on serial port.
                                      i need your help. Thanks a lot in advance

                                      1 Reply Last reply
                                      0
                                      • tbowmoT Offline
                                        tbowmoT Offline
                                        tbowmo
                                        Admin
                                        wrote on last edited by
                                        #175

                                        @meddie

                                        Could you please post the logs that you get on the serial port, when the W5100 is attached?

                                        Do you get anything on the serial port if you configure the sensebender to be a serial gateway, and only add a NRF24 module to it?

                                        1 Reply Last reply
                                        0
                                        • M Offline
                                          M Offline
                                          meddie
                                          wrote on last edited by
                                          #176

                                          Hi tbowmo,

                                          with the gatewayw5100 Sketch i get every 10 seconds 5 lines output on serial monitor:
                                          The sketch is default i changed only the ip adress

                                          0;255;3;0;9;TSM:FAIL:RE-INIT
                                          0;255;3;0;9;TSM:INIT
                                          0;255;3;0;9;!TSM:INIT:TSP FAIL
                                          0;255;3;0;9;TSM:FAIL:CNT=3
                                          0;255;3;0;9;TSM:FAIL:PDT
                                          0;255;3;0;9;TSM:FAIL:RE-INIT
                                          0;255;3;0;9;TSM:INIT
                                          0;255;3;0;9;!TSM:INIT:TSP FAIL
                                          0;255;3;0;9;TSM:FAIL:CNT=4
                                          0;255;3;0;9;TSM:FAIL:PDT
                                          0;255;3;0;9;TSM:FAIL:RE-INIT
                                          0;255;3;0;9;TSM:INIT
                                          0;255;3;0;9;!TSM:INIT:TSP FAIL
                                          0;255;3;0;9;TSM:FAIL:CNT=5
                                          0;255;3;0;9;
                                          
                                          

                                          i dont know why, but i just uploaded the sensebenderserialgateway sketch and now i get this output:

                                          0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGS--,VER=2.1.1
                                          0;255;3;0;9;TSF:LRT:OK
                                          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;
                                          

                                          the NRF Module is connected! Now i need to get the w5100 module to work.

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


                                          13

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