0
\$\begingroup\$

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 ?

Peter Mortensen
1,6973 gold badges17 silver badges23 bronze badges
asked Jan 14, 2013 at 16:57
\$\endgroup\$

2 Answers 2

3
\$\begingroup\$

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.

answered Jan 14, 2013 at 17:27
\$\endgroup\$
1
  • \$\begingroup\$ I must have scrolled right past that section, oops! \$\endgroup\$ Commented Jan 14, 2013 at 18:50
4
\$\begingroup\$

The Arduino Ethernet requires either an USB-to-serial cable / board like the FTDI cables sold on various sites like SparkFun, Adafruit and eBay, or a low-cost external ISP like the TinyISP.

Make sure you get an USB ISP with a 6-pin (3 x 2) connector, the (non-)standard that Arduino follows, rather than (or in addition to) the 5 x 2 pin ISP connector the rest of the world seems to favor. Alternatively, add a 10-pin to 6-pin ISP adapter to your order.

You cannot, in fact, even begin to communicate with the board directly over the ethernet port, without first setting its IP address and MAC address. (This last has nothing to do with the Apple Mac you may be using)

The FTDI cable connects to the 6 pin connector with the pins in a single row parallel to the board, while the USBTinyISP connects to the 6 pin connector right next to it, which has the double row of 3 pins each.

answered Jan 14, 2013 at 17:24
\$\endgroup\$

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.