chipKIT® Development Platform

Inspired by Arduino™

Config Chipkit Network Shield

Created Tue, 13 Dec 2011 21:09:16 +0000 by Tigre


Tigre

Tue, 13 Dec 2011 21:09:16 +0000

Someone can tell me how they connect the bridges to the Max232 and Ethernet Shield to work properly. I can not run any example of Arduino Ethernet. No LED lights on the Ethernet Shield.

regards


Jacob Christ

Tue, 13 Dec 2011 21:57:48 +0000

You need to download the chipKIT Ethernet libraries. The ones included in the MPIDE do not work. You can find a link at the bottom of the Digilent page for the shield.

http://www.digilentinc.com/Products/Detail.cfm?NavPath=2,892,942&Prod=CHIPKIT-NETWORK-SHIELD

Jacob


Tigre

Wed, 14 Dec 2011 12:47:06 +0000

Thank's Jacob.

I copied the libraries of chipkit to libraries folder of arduino, and I tried compile the ChipkitWebserver, but the arduino has a error:

C:\Archivos de programa\Arduino\chipkit.\libraries\chipKITEthernet\chipKITUDP.cpp: In member function 'int UDP::readPacket(uint8_t*, uint16_t, uint8_t*, uint16_t*)': C:\Archivos de programa\Arduino\chipkit.\libraries\chipKITEthernet\chipKITUDP.cpp:301: error: invalid conversion from 'uint16_t*' to 'WORD*' C:\Archivos de programa\Arduino\chipkit.\libraries\chipKITEthernet\chipKITUDP.cpp:301: error: initializing argument 5 of 'int ChipKITUDPReadPacket(UDP_SOCKET, uint8_t*, WORD, NODE_INFO*, WORD*)'

The arduino version is Mpide 0022 Windows 20110822


slayer1991

Wed, 14 Dec 2011 14:07:43 +0000

have you put them in hardware/pic32/libraries?


Tigre

Wed, 14 Dec 2011 19:02:53 +0000

Thanks slayer1991, you are right. I can compile the examples of chipkit. I only put them in \libraries this is my error.

Now, i can upload the ChipkitWebServer example, but not flashing light in RJ45 of the chipkit network shield. How do you put the jumpers in the boards for working ok??


Jacob Christ

Wed, 14 Dec 2011 19:09:27 +0000

I have no jumpers installed on my Network Shield with the WebServer application running.

Jacob


Tigre

Wed, 14 Dec 2011 19:58:11 +0000

I'm so sorry. The boards were not connected correctly. One pin was bend. Now It works ok.

Thanks a lot.