Getting started with an Arduino Ethernet board (not shield)

arduino

I got an Arduino Ethernet board for Christmas, and I can't figure out how to start using it. This is NOT an Ethernet shield without an Arduino board, this is their board/shield combo (link).

I've tried to follow their instructions in Getting Started w/ Arduino on Mac OS X, but nothing seems to explain the specifics for uploading projects to the Arduino Ethernet. Do I need to configure a new bootloader? Do I need to get it connected to an Ethernet connection (not my computer directly)? Do I need to wire something up or get a serial-to-USB device of some sort? Do I need something like USB FTDI TTL-232 cable – TTL-232R 3.3V?

Best Answer

The link you provide to the product page explains what you need to do in the programming section.

Additionally, Adafruit, a Arduino partner/reseller says:

Another thing to watch for is this Arduino does not have a USB port on it. Instead, you'll need an FTDI friend or FTDI cable to program it. There's a 6-pin connector that the cable plugs right into next to the microSD card holder.

To use and program, connect an FTDI cable to the 6-pin header. Then select Arduino Uno in the IDE. You can also try any of the Ethernet shield examples. Digital pins 10, 11, 12, 13 are used for the Ethernet chip. Pin 4 is used whenever you have a microSD card inserted as well.

The Arduino Ethernet is literally just a Arduino Uno with a built in ethernet shield, and should be treated exactly the same. Well, minus the need for an extra usb-serial adaptor.