Experiences with Buying Cheap Arduinos and shields on eBay

Recently I've started getting interested in electronics and in particular Arduino. Ardunios are a microcontroller boards that you can programme to perform actions. The board I am interested in is the entry level Ardunio Uno. This board has 14 digital inputs/outputs and 6 analogue inputs. The Arduino can be expanded with Shields, these are addon boards that stack on top of the Arduino to offer additional functionality (like ethernet, storage, motors etc.)

Buying genuine Arduinos in Ireland can be costly because they have to be ordered from suppliers in the US or UK/Europe. Often the cost of shipping and customs exceeds the cost of the Arduino itself!

I'm Broke. There has to be a cheaper way?

Because Arduino is a open source project anyone can make knock off Ardunios (or dunios as their called). A quick search on eBay reveals lots of different options. The main disadvantages with buying on eBay are:

  1. Quality. You have no idea of the quality of the board manufacture or components used will be.
  2. Slow Deliver. Most of these parts are shipped from China. Expect to wait three weeks for delivery to Ireland.

If you can put up with these disadvantages you can look to pickup an Arduino for around €16.

EKits Zone UNO

EKits Zone Uno (Top view))
EKits Zone Uno (Bottom view)

Cost: €16

Link: eBay and EKitsZone.com (this might be a different model)

Pros:

  • Good build Quality (apart from the USB cable).
  • Uses the more common Mini-USB port rather that the USB-B port that is on the official Arduino.
  • Reset button is on the side rather than the top. This makes it easier to access when you have another shield stacked on top or you just a have lots of wires plugged in.
  • Funky red PCB!
  • One of the only rev. 3 Arduino borads I could find.

Cons:

  • Supplied with a dodgy USB cable.
  • The power indicator LED is really bright. I had to cover mine with tape so it wouldn't dazzle me (you can see this in the image above, at the top right)!

Bottom Line:

For this price you can't go wrong!

ENC28J60 Ethernet Shield

ENC28J60 Ethernet Shield (Top view)
ENC28J60 (bottom)

Cost: €13

Link: eBay and EKitsZone.com

Pros:

  • Build quality looks good.
  • Cheapest ethernet shield available.
  • Few components (less likely to malfunction).

Cons:

  • This shield is based on the ENC28J60 ethernet controller. This controller is different to the controller used by the official Arduino ethernet shield and as such it is NOT compatible with the the built in Arduino library and examples. There are a number of third party Libraries, but they are more complicated to use and offer less functionality.

Bottom Line:

Appealing price but avoid if you are a beginner. Complicated Library and lack of examples means I gave up on this ethernet shield and bought:

Ethernet Shield 05 W5100

Ethernet Shield 05 W5100 (top View)
W5100 (bottom)

Cost: €15

Link: eBay

Pros:

  • Compatible with the Arduino ethernet and SD libraries.
  • Lots of flashing status lights (is this a pro?!).

Cons:

  • Average build quality. Not poor but not as good as the other shield above.
  • Advertised as having POE (Power Over Ethernet) but in reality it has the ability to have POE, you need to add another module on to get this.

Bottom Line:

Quality not as good as the other boards, but works seamlessly with the existing Arduino libraries.

Conclusion

Buying knock off Arduinos on eBay is a bit of a hit-and-miss exercise. Quality and accuracy of specs can vary but price is uniformly low. If you need additional Arduinos or shields for projects that you do not want to tie up your primary development Arduino with then these might be the perfect compromise, however if reliability is your main concern then stick with the originals.