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. Upgrade Ethernet GW -> 1.4 (wiznet)

Upgrade Ethernet GW -> 1.4 (wiznet)

Scheduled Pinned Locked Moved Troubleshooting
w5100unowiznet
18 Posts 4 Posters 6.0k Views 2 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.
  • M Offline
    M Offline
    mitekg
    wrote on last edited by
    #1

    After 1.4 release, i tryed ti upgrade my EthGW (Wiznet W5100) to 1.4 but got some problems
    latest version from git is not works for me (no blinks and eth communication with vera)
    but old dev version http://pastebin.com/6YFrs6HT works partly:
    blinks and inclusion starts and stops from vera interface (with old version), but no lib version and new devices shows in vera after that.
    p.s.: nrf communications works fine.

    Help plz.
    Thank you

    hekH 1 Reply Last reply
    0
    • M mitekg

      After 1.4 release, i tryed ti upgrade my EthGW (Wiznet W5100) to 1.4 but got some problems
      latest version from git is not works for me (no blinks and eth communication with vera)
      but old dev version http://pastebin.com/6YFrs6HT works partly:
      blinks and inclusion starts and stops from vera interface (with old version), but no lib version and new devices shows in vera after that.
      p.s.: nrf communications works fine.

      Help plz.
      Thank you

      hekH Offline
      hekH Offline
      hek
      Admin
      wrote on last edited by
      #2

      @mitekg

      I have a hard time verifying the ethernet code on 1.4 with W5100 right now. I've ordered both ethernet shield and module on Aug 18 but nothing has arrived. :(

      Recently did some re-work on the gateway-code in development-branch that I would like to verify with Vera. @Damne tested it successfully though (even though has no vera).

      https://github.com/mysensors/Arduino/tree/development/libraries/MySensors/examples/EthernetGateway

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mitekg
        wrote on last edited by
        #3

        @hek
        ive tried dev version. compilation error..

        1 Reply Last reply
        0
        • HoffanH Offline
          HoffanH Offline
          Hoffan
          wrote on last edited by
          #4

          Same for me.. Compilation Error :(

          1 Reply Last reply
          0
          • hekH Offline
            hekH Offline
            hek
            Admin
            wrote on last edited by
            #5

            Did you replace the whole MySensors-library folder?

            M 1 Reply Last reply
            0
            • hekH hek

              Did you replace the whole MySensors-library folder?

              M Offline
              M Offline
              mitekg
              wrote on last edited by
              #6

              @hek Yes, MySensors-library was replaced

              1 Reply Last reply
              0
              • HoffanH Offline
                HoffanH Offline
                Hoffan
                wrote on last edited by
                #7

                I did not :)

                M 1 Reply Last reply
                0
                • HoffanH Hoffan

                  I did not :)

                  M Offline
                  M Offline
                  mitekg
                  wrote on last edited by
                  #8

                  @Hoffan compilation success?
                  Evrthing works?
                  IDE version

                  thx?

                  1 Reply Last reply
                  0
                  • HoffanH Offline
                    HoffanH Offline
                    Hoffan
                    wrote on last edited by
                    #9

                    The Develepment Version looks like working Good for me

                    1 Reply Last reply
                    0
                    • M Offline
                      M Offline
                      mitekg
                      wrote on last edited by
                      #10

                      thx! ill try today.
                      And what about IDE 1.0.5. or 1.5.7?

                      HoffanH 1 Reply Last reply
                      0
                      • M mitekg

                        thx! ill try today.
                        And what about IDE 1.0.5. or 1.5.7?

                        HoffanH Offline
                        HoffanH Offline
                        Hoffan
                        wrote on last edited by
                        #11

                        @mitekg

                        1.5.7

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          mitekg
                          wrote on last edited by
                          #12

                          1.5.7 + latest dev version
                          lib,,...\EthernetGateway.ino
                          Compilation, . error:

                          Arduino: 1.5.7 (Windows 7), Board: "Arduino Nano, ATmega328"

                          In file included from EthernetGateway.ino:57:0:
                          GatewayUtil.h: In function 'void parseAndSend(MySensor, char*)':
                          GatewayUtil.h:187:31: error: 'mSetRequestAck' was not declared in this scope
                          mSetRequestAck(msg,ack?1:0);
                          ^
                          In file included from EthernetGateway.ino:53:0:
                          C:\Users\Dima\Documents\Arduino\libraries\MySensors/MySensor.h:248:10: error: 'boolean MySensor::sendRoute(MyMessage&)' is protected
                          boolean sendRoute(MyMessage &message);
                          ^
                          In file included from EthernetGateway.ino:57:0:
                          GatewayUtil.h:193:26: error: within this context
                          ok = gw.sendRoute(msg);
                          ^

                          This report would have more information with
                          "Show verbose output during compilation"
                          enabled in File > Preferences.

                          hekH 1 Reply Last reply
                          0
                          • M mitekg

                            1.5.7 + latest dev version
                            lib,,...\EthernetGateway.ino
                            Compilation, . error:

                            Arduino: 1.5.7 (Windows 7), Board: "Arduino Nano, ATmega328"

                            In file included from EthernetGateway.ino:57:0:
                            GatewayUtil.h: In function 'void parseAndSend(MySensor, char*)':
                            GatewayUtil.h:187:31: error: 'mSetRequestAck' was not declared in this scope
                            mSetRequestAck(msg,ack?1:0);
                            ^
                            In file included from EthernetGateway.ino:53:0:
                            C:\Users\Dima\Documents\Arduino\libraries\MySensors/MySensor.h:248:10: error: 'boolean MySensor::sendRoute(MyMessage&)' is protected
                            boolean sendRoute(MyMessage &message);
                            ^
                            In file included from EthernetGateway.ino:57:0:
                            GatewayUtil.h:193:26: error: within this context
                            ok = gw.sendRoute(msg);
                            ^

                            This report would have more information with
                            "Show verbose output during compilation"
                            enabled in File > Preferences.

                            hekH Offline
                            hekH Offline
                            hek
                            Admin
                            wrote on last edited by
                            #13

                            @mitekg

                            You don't seem to have updated everything (in the library folder) or forgot to restart Arduino IDE afterwards.

                            M 1 Reply Last reply
                            0
                            • M Offline
                              M Offline
                              mitekg
                              wrote on last edited by
                              #14

                              @hek
                              test it twice!
                              clean installation (unpack in new dir) of 1.5.6. + latest dev version from git.

                              1 Reply Last reply
                              0
                              • hekH hek

                                @mitekg

                                You don't seem to have updated everything (in the library folder) or forgot to restart Arduino IDE afterwards.

                                M Offline
                                M Offline
                                mitekg
                                wrote on last edited by
                                #15
                                This post is deleted!
                                1 Reply Last reply
                                0
                                • M Offline
                                  M Offline
                                  mitekg
                                  wrote on last edited by
                                  #16

                                  @hek
                                  sorry!!
                                  Im stupid man! compiled :+1:
                                  Continue testing!

                                  1 Reply Last reply
                                  0
                                  • M Offline
                                    M Offline
                                    mitekg
                                    wrote on last edited by
                                    #17

                                    @hek , @Hoffan everything is work properly on master version!
                                    thank to ALL!

                                    1 Reply Last reply
                                    0
                                    • J Offline
                                      J Offline
                                      jmmorgan
                                      wrote on last edited by
                                      #18

                                      I have a similar problem. I upgraded from 1.3 to 1.4 and my Wiznet gateway does not work. I can ping version 1.3 from my PC and it see the gateway. When I ping 1.4 from my PC it says that the destination address can not be found. I have downloaded the latest Ethernet gateway sketch, but it did not help. Has any other file change that could effect this.
                                      Thanks
                                      John

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


                                      10

                                      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