“Ayrduino” Single-Sided Arduino Clone

Summary of “Ayrduino” Single-Sided Arduino Clone


The article describes a custom-built, stripped-down Arduino clone called the "Ayrduino," designed for a classroom setting to reduce costs. It maintains the standard Arduino form factor, supports Arduino shields, and uses a 16MHz ATmega328 microcontroller. The single-sided PCB is made via toner-transfer, avoiding SMT parts and including on-board 5V regulation with screw-terminal power input. Downsides include the lack of onboard USB-Serial conversion (requiring an FTDI cable), no 3.3V regulator, no TX/RX LEDs, no ISP connector, and minor layout compromises. The design files are shared under a Creative Commons license.

Parts used in the Ayrduino:

  • ATmega328 microcontroller (16MHz)
  • 5V voltage regulator
  • Screw-terminal power-in connector
  • Pin-13 LED
  • Standard through-hole components (resistors, capacitors)
  • Single-sided PCB (toner-transfer method)
  • Headers for standard Arduino shield connections
  • Three component-side jumper wires

I’m teaching “Electronics for Scientists” this semester, and I wanted to allow each student to have their own Arduino to play with for microcontroller lab exercises and possibly use for their final projects. The Arduino is not very expensive at roughly $30 per, but they add up quickly when you have a whole class of students needing one each. I’d been buying enough electronics equipment over the course of the semester that my department chair was showing an involuntary tic any time I knocked on his office door… So I built my own. They are a stripped-down variant of the Duemilanove.

Ayrduino - Single-Sided Arduino Clone

Hoo-ah:

  • Standard Arduino form-factor and mount-points.
  • Accepts standard Arduino shields.
  • Single-sided board, easy to make with toner-transfer method.
  • 16MHz ATmega328.
  • No SMT parts.
  • On-board 5V regulation.
  • Screw-terminal power-in connector, rather than barrel jack.
  • Pin-13 LED.

Meh:

  • Lacks on-board USB-Serial conversion, so programming requires an FTDI cable.
  • No 3.3V regulator.
  • This is as detailed a board as I ever want to make using toner-transfer.
  • No TX/RX LEDs.
  • No ISP connector.
  • Three component-side jumpers. Couldn’t quite get all traces on the back side!

None of these down-sides are significant for this application. The requirement of FTDI cable is inconvenient, sometimes, but I have 3-4 of them in the lab and students share them without too much squabbling.

My grader, Lena, did most of the drilling and soldering work. She’s graduating next week, and I’ll miss her, but the graduate program in Nuclear Engineering at University of New Mexico is going to be thrilled.

Ayrduino - Single-Sided Arduino Clone circuit

If you want to make your own single-sided Arduino variant, and this set of pros/cons is acceptable to you, here are the EAGLE files. One of the smart-asses in the electronics class immediately dubbed it the “Ayrduino”…

Note: the Arduino design, on which this is based, is licensed under the Creative Commons Attribution-ShareAlike 2.5 license; so this is available under that same license as well.

 

For more detail: “Ayrduino” Single-Sided Arduino Clone


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top