G400 and gadgeteer

I’ve no G400HDR board on Visual Studio designer mainboard.
Is it a problem with my installation or G400HDR was never intended for gadgeteer ?

Never intended…

Community to the rescue https://www.ghielectronics.com/community/codeshare/entry/739

lol

@ Justin the brave and @ Taylorza the king … thanks guys, I’m saved

@ dobova - :slight_smile:

Just for info, I wasn’t able to drag Enc28 module on the designer (there’s some issue with premium lib modules ?).

I used direct code for Enc28 module:


        public static EthernetENC28J60 Eth1 = new EthernetENC28J60(SPI.SPI_module.SPI2, GHI.Hardware.G400.Pin.PC22, GHI.Hardware.G400.Pin.PC31, GHI.Hardware.G400.Pin.PA5);


This code is for Socket 6 SPI gadgeteer connector.

Normal - Enc28 modules don’t work on G120HDR or G400HDR.
You need the direct code version.

Yes, this is the same as G120.