Unable to connect Ethernet Shield to new Router

no need to. I am running the ethernet example program on arduino IDE.

if you want help, it would be useful. but you knowā€¦

We canā€™t help any further without sight of your sketch.

Thank you, I have wasted your time. I will study on itā€¦

no stress man, just we need more info to help.
post the serial output and sketch, and youā€™re good to go!

This is my home router. It works just fine with Blynk.

1 Like

@zodiac you use WiFi or Ethernet?

1 Like

Those shields are flaky at best and the odds are high that the issue is an incompatibility between that Ethernet shield and the new routerā€¦ As stated already, perhaps with some tweaking to your code to force IP address, MAC, and such onto the shield instead of it waiting for DHCP?

1 Like

As @Gunner said, these shields are flakey and the quality control often leaves a lot to be desired. Iā€™ve seen some that have multiple solder bridges across pins of the main chip and that work for some functions and not others.
Thereā€™s also an issue that they often work with newer routers/switches, but not with older ones (the opposite of the problem youā€™re having).

There a long debate on the subject here:

I thought Iā€™d understood what was causing the issue with the shield not working with my older switch, but the last post by @distans throws some new ideas into the mix that Iā€™ve not had chance to test.

This is good advice from @Costas and you shouldnā€™t be so dismissive. It echos some of what @distans is saying in the thread I linked to.

The people replying to this thread are all Blynk users like yourself, who are trying to assist you in solving your problem. If they ask you to post your code itā€™s for a good reason, not simply because thatā€™s part of some script they are following.

Pete.

3 Likes

Now it works with wifi, but my first OpenHab setup was using ethernet connection.

Can you send your code please that runs wıth that kind of router. Also I receive DHCP failed error. If I cant solve the problem I will have to change itā€¦

Itā€™s easier to help if you can provide the relevant information asked for:

I donā€™t use those Ethernet boards anymoreā€¦ but back then I simply G :eyes: gled for how to preset the MAC and IP address for the shield into the sketch, then the router just allowed it as ā€œassigned by selfā€ connection.

1 Like