Netduino 3 Ethernet Static IP Exception

Hi All,

Adding a static IP address to my project is causing an exception.

The code that is causing the exception is:

net.EnableStaticIP("10.0.1.100", "255.255.255.0", "10.0.1.1");

This is the recommended way of doing it from WebRequest_StaticIP

The project allows the IP address to be configured internally within a user menu (well is meant to anyway!). Searching the internet it seems that this is a problem with the new Netduino 3 boards but there don’t seem to be any proposed fixes.

Has anyone encountered this and know of a work around?

Thanks

It’s a known issue, the bug is here.

We are close to a fix on it with the N3WiFi, and the N3E will come next.

2 Likes

Any updates on this? I see their hasn’t been any activity on the Github page since March of 17’.