Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

MosziNet

Member Since 06 Oct 2011
Offline Last Active Oct 01 2015 12:59 PM
-----

Posts I've Made

In Topic: Netduino 3 Ethernet Firmware v4.3.2 (update 3)

25 September 2015 - 01:35 PM

Hi Chris,

 

any chance on checking out the capture file above or otherwise any advice what I should do differently to be able to receive IP ?

 

Thanks a lot,

Moszi


In Topic: Netduino 3 Ethernet Firmware v4.3.2 (update 3)

21 September 2015 - 07:59 PM

Hi Chris,

 

I did a capture of the traffic. Here are the exact steps I've did, let me know if you would like something different:

 

1. Set port x on the switch to mirror port y

2. Attached netduino to y, my computer to port x

3. Started wireshark, apply the filter: eth.dst == 5c:86:4a:01:31:28

4. Rebooted Netduino 2 times, each time left about 1 minute on power. 

 

Capture file & screenshot with network configuration attached.

 

Moszi


In Topic: Netduino 3 Ethernet Firmware v4.3.2 (update 3)

21 September 2015 - 09:52 AM

Hi Chris,

 

sure, I will do it today/tomorrow. 

 

Moszi


In Topic: Netduino 3 Ethernet Firmware v4.3.2 (update 3)

19 September 2015 - 01:06 PM

( Sorry for duplicating posts, I just wanted to consolidate information into one single post)

 

Okay, I think I need a bit of a help here :( ... it seems my netduino 3 ethernet doesn't receive an address over DHCP at all. I have 2 other Netduino 3 Wifi boards, they do not have a problem - only the ethernet version. 

 

Steps/checked:

1. There is no MAC address filtering in my router

2. I have the latest 4.3.2.3 FW update on my board

3. Checked with 2 routers (UniFi, Apple Airport Extreme)

 

Code used:

 

            while (IPAddress.GetDefaultLocalAddress() == IPAddress.Any)

            {

                Debug.Print(IPAddress.GetDefaultLocalAddress().ToString());

            }

 

Problem:

- IP address is always 0.0.0.0

System.ArgumentOutOfRangeException in mscorelib is thrown in about 2/3 seconds after starting the app 

 

 

If it helps, here is the output from Device Capabilities in MFDeploy:

 

HalSystemInfo.halVersion:               4.3.1.0

HalSystemInfo.halVendorInfo:            Netduino 3 Ethernet (v4.3.2.3) by Secret Labs LLC

HalSystemInfo.oemCode:                  34

HalSystemInfo.modelCode:                177

HalSystemInfo.skuCode:                  4104

HalSystemInfo.moduleSerialNumber:       00000000000000000000000000000000

HalSystemInfo.systemSerialNumber:       0000000000000000

ClrInfo.clrVersion:                     4.3.1.0

ClrInfo.clrVendorInfo:                  Netduino 3 Ethernet (v4.3.2.3) by Secret Labs LLC

ClrInfo.targetFrameworkVersion:         4.3.1.0

SolutionReleaseInfo.solutionVersion:    4.3.2.2 <- ??? Is this okay ? 

SolutionReleaseInfo.solutionVendorInfo: Netduino 3 Ethernet (v4.3.2.3) by Secret Labs LLC

SoftwareVersion.BuildDate:              Sep 18 2015

SoftwareVersion.CompilerVersion:        410894

FloatingPoint:                          True

SourceLevelDebugging:                   True

ThreadCreateEx:                         True

LCD.Width:                              0

LCD.Height:                             0

0.0.0.0

LCD.BitsPerPixel:                       0

AppDomains:                             True

ExceptionFilters:                       True

IncrementalDeployment:                  True

SoftReboot:                             False

Profiling:                              False

ProfilingAllocations:                   False

ProfilingCalls:                         False

IsUnknown:                              False


In Topic: Netduino 3 Ethernet Firmware v4.3.2 (update 3)

19 September 2015 - 12:44 PM

Actually it seems that the device doesn't receive an IP address from my Apple Airport Extreme either. 


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.