FEZ Raptor + ENC28 1.1 Ping Problem

Hi Experts,

I am very new here in the world of gadgeteer so I need some help pinging my FEZ Raptor device. I have connected an ENC28 1.1 Eth device to the Socket 11.
Using the FEZ Config -> Network Config -> ENC28 Page I have made the following settings:
IP: 192.168.0.213
Mask: 255.255.255.0
Def. Gateway: 192.168.0.1
DHCP: FALSE

On laptop side:
192.168.0.100
255.255.255.0
192.168.0.1

(the Gateway on my Laptop for WiFi and Eth are the same)

Can you help me how can I ping Raptor?

And some info

HalSystemInfo.halVersion: 4.2.0.0
HalSystemInfo.halVendorInfo: Microsoft Copyright © Microsoft Corporation. All rig
HalSystemInfo.oemCode: 255
HalSystemInfo.modelCode: 0
HalSystemInfo.skuCode: 65535
HalSystemInfo.moduleSerialNumber: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
HalSystemInfo.systemSerialNumber: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
ClrInfo.clrVersion: 4.2.0.0
ClrInfo.clrVendorInfo: Microsoft Copyright © Microsoft Corporation. All rig
ClrInfo.targetFrameworkVersion: 4.2.0.0
SolutionReleaseInfo.solutionVersion: 4.2.11.2
SolutionReleaseInfo.solutionVendorInfo: Copyright © GHI Electronics, LLC
SoftwareVersion.BuildDate: Jan 24 2014
SoftwareVersion.CompilerVersion: 410713
FloatingPoint: True
SourceLevelDebugging: True
ThreadCreateEx: True
LCD.Width: 480
LCD.Height: 272
LCD.BitsPerPixel: 16
AppDomains: True
ExceptionFilters: True
IncrementalDeployment: True
SoftReboot: True
Profiling: False
ProfilingAllocations: False
ProfilingCalls: False
IsUnknown: False

Have you installed the version of the firmware that supports Ethernet?

Dear Mike,

Thank you for your reply.
I am using FEZ Config tool to update the G400 Firmware;but I don’t see any option where I can choose Eth-Supported firmware. Stepping through Firmware Updater, where can I select that Firmware?

@ durnek60 - Ooops… for some reason I thought you were using an open source board. Lesson: wait until you are completely wake up before posting.

Please post your network initialization code.

Network Initialization code… Hmm… This would be the key for the success :slight_smile:
I thought that simple ping should work without any coding but it seems not. I did not find any documentation about network initialization :frowning:

Could you point me in the right direction where can I find some example code to make ENC28 ping-able?

Support=>Gadgeteer=>Documents

Get familiar with support area.

1 Like

Wow, I have found your post here: https://www.ghielectronics.com/community/forum/topic?id=12445

Thank you for your help, I hope I can I handle this module using that thread.