chipKIT® Development Platform

Inspired by Arduino™

Uno32 Ethernet

Created Mon, 02 May 2016 21:01:47 +0000 by futurist


futurist

Mon, 02 May 2016 21:01:47 +0000

Hi all,

I'd like to connect the Uno32 to the Internet with an ethernet adapter (Microchip ENC28J60 based) or possibly an ethernet shield (W5100) or a WiFi breakout (CC3000). Has anyone succeeded in using the Ethernet library in the Arduino IDE (or in MPIDE)? I get 'Error compiling for board chipKIT UNO32.'

(I have Arduino IDE version 1.6.8, chipKIT core version 1.1.0)


Jacob Christ

Tue, 03 May 2016 17:22:12 +0000

I think Arduino IDE 1.6.8 is currently not recommended for chipKIT due to resetting issues with FTDI chips. I think the work around is to open the serial terminal.

EDIT: Arduino IDE 1.6.7 is the currently preferred version of the IDE.

Sorry I can't help with your other issue, but I've used Ethernet with the MAX32 and of course the PONTECH Quick240.

Jacob


gatogaita

Wed, 15 Jun 2016 16:42:24 +0000

Hi. Is my first post, i am new here. :roll:

I am starting a project with uno32 + ethernet shield.

I will use chipkit core (arduino 1.6.9). The goal is a prototype of converter of protocol rs232 to ethernet.

You have made progress with your work and ethernet libraries? Some help or tips to start working?

Is my first experience with pic32 and arduino environment.

I usually use 8051 family and Silabs environment.

Thanks. Miguel.


majenko

Wed, 15 Jun 2016 16:45:45 +0000

I dimly recall re-writing parts of the Ethernet.h library (for the W5100) a while back to make them work with the chipKIT boards.

It should just work for you straight out of the box.


gatogaita

Wed, 15 Jun 2016 18:39:43 +0000

Now i am downloading UECIDE environment.....

There is a lots of library for ethernet. I have a lot to work now.