Welcome! Log In Create A New Profile

Advanced

can't upload my files to arduino nano

Posted by lalbe 
can't upload my files to arduino nano
January 25, 2018 09:26AM
I'm using teacup firmware with Arduino Uno and it works perfectly, but when I'm trying to upload my files to Arduino nano the files didn't upload.

I checked the port number with Arduino IDE.
checked out my processor (nano v3 with Atmega 328), even I tried atmega328P

I tried to load the nano heart board and use directly and still not uploading !!
Attachments:
open | download - Capture.PNG (42.3 KB)
Re: can't upload my files to arduino nano
January 25, 2018 06:14PM
The arduino IDE says

"nano.menu.cpu.atmega328.upload.speed=57600" Which is the default for for the standard bootloader on a nano

From your screen capture. You need to change it so the -b parameter to 57600 not 115200

Ie in Configtool In the board tab, select communications tab and change the baud rate to 57600

Edited 1 time(s). Last edit at 01/25/2018 06:17PM by Dust.
Re: can't upload my files to arduino nano
January 30, 2018 05:08AM
It worked!

Thanks smiling smiley
Sorry, only registered users may post in this forum.

Click here to login