Introduction: Arduino Nano to Arduino Uno Adapter

About: Thank you all for following me.

Arduino Nano is a nice, small and cheap member of the Arduino family. It is based on the Atmega328 chip, what makes it as powerful as the biggest his brother Arduino Uno, but it can be obtained for less money. In Ebay now Chinese versions can be bought for less than 3 USD. Additionally to its smaller size comparing with Arduino Uno, the Nano board has also the advantage to have two more analog inputs A6,A7. So far so good... But Arduino Nano has also some disadvantages compared with Uno.

  • Extension shields can not be used directly with Arduino Nano;
  • External power supply source different than 5V can not be used - no DC jack presents.
  • For the generating of the internal 3.3V is used the embedded in the Atmega328 voltage regulator, which can not provide currents higher than 100-150 mA.
  • Making small experimental projects require the presence of a breadboard.

All these problems are solved by the Arduino Nano to Uno conversion board developed by me.

This instructable describe the design of the adapter board.

Step 1: Nano - Uno Comparisson

The picture shows the difference in the sizes of both boards and the correspondence between the pins.

It can be seen that the Nano board has two additional analog pins A6,A7 , which are absent in Uno.

On the adapter board these pins are added and can be used.

Step 2: The Circuit of the Adapter Board

The schematic of the adapter board is presented on the picture. The most remarkable is that additional voltage regulator is used for the generation of the 3.3V supply.

Step 3: The PCB

The gerber files of the PCB are attached at this step. They are generated according the rules of PCBway - Chinese PCB manufacturing company, which works very fast and with high quality. The prices are in contrary very low. Additionally you can chose the PCB colour without price increase. To produce and deliver the PCB's them take only ten days. On the picture can be seen also that they can produce boards, which have a form different than simple rectangle.

Update: There was small problem in the gerber files. I have solved it, but I am not able to upload more them. To download them or directly to order PCB's you can use the following link.

Step 4:

There are only few devices, which must be soldered on the board. The most complicated and time consuming operation is the cutting of the pin headers. I bought in eBay 40 pin 2.54 mm female headers, which I cut according the needed pin count. For that purpose I use small jigsaw and after that sandpaper. It can be seen that the Arduino Nano board is positioned at the edge of the conversion board to ease the access to the USB connector.

Step 5: Work With Shields

The board can be used with the standard expansion shields for Arduino Uno / Duemilanove and some of the Mega shields. The only requirement is that, the shield needs to have longer pins. Some of the spread shields have them (for example the ETH shield, which can be bought in eBay). If the shield has the shorter ones - they can be replaced with long ones. The pictures show how the union Arduino Nano - the adapter board - some extension shield will look like.

Thank you for the attention.

Step 6: Appendix

Here is the BOM for all interested in.