Upgrade Ethernet GW -> 1.4 (wiznet)
-
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
-
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
-
@hek
ive tried dev version. compilation error..
-
Same for me.. Compilation Error
-
Did you replace the whole MySensors-library folder?
-
@hek Yes, MySensors-library was replaced
-
I did not
-
@Hoffan compilation success?
Evrthing works?
IDE versionthx?
-
The Develepment Version looks like working Good for me
-
thx! ill try today.
And what about IDE 1.0.5. or 1.5.7?
-
1.5.7
-
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.
-
You don't seem to have updated everything (in the library folder) or forgot to restart Arduino IDE afterwards.
-
@hek
test it twice!
clean installation (unpack in new dir) of 1.5.6. + latest dev version from git.
-
This post is deleted!
-
@hek
sorry!!
Im stupid man! compiled
Continue testing!
-
-
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