Programming Arduino Nano Using UNO

by Baasil Biniyamin in Circuits > Arduino

31202 Views, 42 Favorites, 0 Comments

Programming Arduino Nano Using UNO

nano.jpg
IMG_20171124_193522.jpg

Hey Guys,

Recently I had just bought a new arduino nano clone (CH340) from ebay for my mini arduino project. After that I I I connected arduino to my pc and installed the drivers but not still working, After few days I just found out how to programme arduino nano using arduino UNO and it was pretty simple too! Follow my steps correctly to gain final results :)

Materials Required !

nano.jpg
uno.jpg
jumper.jpg
breadboard.jpg

* Arduino NANO

* Arduino UNO

* Bread board

* Jumper cables

Connection !

arduino nano icsp.jpg

Connect

Uno to Nano

D13 > SCK

D12 > MISO

D11 > MOSI

D10 > RST (reset)

5V > VIN GND >

GND Note :

If your board's operating voltage is 3.3V then use 3.3V.

Prepare Arduino IDE !

UNO_Port.jpg

When wiring is done.

Now we have to do some settings in IDE.

Go to Tools >

Board & select Arduino UNO.

Select the right PORT

And Upload any code :)

The settings is done. Now, open up the sketch you want to upload on your Nano,In Menu, go to Sketch & click on "Upload using Programmer"IDE will compile the sketch & upload it to your Nano. The RX TX leds will blink rapidly on both board, & you will see done uploading. If not, then recheck all the wiring & settings. If you get any problem or you want to give me suggestion, you can write in comment section below. If any error occurs please press reset on nano and even on arduino uno

Happy Programming :)

Conclusion !

I wish this Instructables helped you a lot, If it helped you please follow me. If any issue rise please comment below. :)