Artemis Ethernet/Wifi Hardware?

A much more interesting question for the Sparkfun team, How exactly would you get an Artemis to work with Ethernet or even Wifi? The stock Ardunio shield 2 wants to use the ICSP Header. - Redboard doesn’t have one?- does this even matter?

is there. maybe a Wifi shield?

I forgot to mention that the Ehernet shield 2 uses the ICSP /SPI Header AFAIK probably for MOSI/MISO/SCK as a FIVE VOLT (5v) levels and the redboard is a 3.3v device

– soo I would guess we would have to do some level conversions to get the Ethernet hardware to talk.

Yes - this is definitely an interesting question. I suspect you are right that logic level conversion and custom wiring will be required.

I am starting to look at something like a ENC28J60 module

looks like using the https://github.com/UIPEthernet/UIPEthernet library is possible,. I would lke to tae a crack at porting it…

Is there anyone who can help out with the Artemis builds, give me a clue how to do the defines for talking to SPI?