Page 1 of 1

Arduino Nano connection wrong

Posted: Mon Dec 06, 2021 7:14 pm
by Sergejs
Hi everybody!

I have problem with Arduino Nano Mega328P. There is wrong connection and in Flowcode chip is connected not so as my chip connected. You can see it below, I made some photos. Is there two same Arduino Nano exists?

Re: Arduino Nano connection wrong

Posted: Mon Dec 06, 2021 10:24 pm
by medelec35
If you look at this wiki page, it will show that for the pin labelled A4 on the Nano/Uno you will need to select port C4 within Flowcode.
For the pin labelled D9 on the Nano or just 9 on the Uno you will need to select port B1 within Flowcode etc.
For a summary Arduinothat uses ATMEGA328p:

Code: Select all

(Nano),Uno labelled pins          Flowcode/328P ports
(D0),0 to (D7),7                        D0 to D7
(D8),8 to (D13),13                      B0 to B7
(A0),A0 to (A7),A7                      C0 to C7
It may look a bit confusing at first but that's Arduino hardware for you
I have included the Uno as well as that is a popular board.

There are also several Nano targets to choose from.
The easiest way to find the required target is within New Project window or Project options (Build, Project Options) to right-click on any target and select Search...
Within the new search window, enter a partial number or name e.g. 15324 or nano then select Find Next.
it will then show you all the target devices you have searched for.

Does this help?

Re: Arduino Nano connection wrong

Posted: Tue Dec 07, 2021 6:32 pm
by Sergejs
Thanks. I will try.

Re: Arduino Nano connection wrong

Posted: Wed Dec 08, 2021 12:04 am
by medelec35
Did it help?

Re: Arduino Nano connection wrong

Posted: Fri Dec 10, 2021 9:09 am
by Sergejs
No,

I have standart chinese Arduino Nano 328P and there is other connector's numbers and ports is just A and D but I have not B port on the board. I can make photo if you need.

Re: Arduino Nano connection wrong

Posted: Fri Dec 10, 2021 2:34 pm
by LeighM