Arduino Nano connection wrong

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Sergejs
Posts: 143
http://meble-kuchenne.info.pl
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Arduino Nano connection wrong

Post 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?
Attachments
2021-12-06_210002.jpg
2021-12-06_210002.jpg (33.97 KiB) Viewed 2054 times
20211206_205856.jpg
20211206_205856.jpg (66.67 KiB) Viewed 2054 times

medelec35
Matrix Staff
Posts: 1432
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 506 times
Been thanked: 469 times

Re: Arduino Nano connection wrong

Post 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?
Martin

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: Arduino Nano connection wrong

Post by Sergejs »

Thanks. I will try.

medelec35
Matrix Staff
Posts: 1432
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 506 times
Been thanked: 469 times

Re: Arduino Nano connection wrong

Post by medelec35 »

Did it help?
Martin

Sergejs
Posts: 143
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Re: Arduino Nano connection wrong

Post 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.

LeighM
Valued Contributor
Posts: 394
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 69 times
Been thanked: 208 times

Re: Arduino Nano connection wrong

Post by LeighM »


Post Reply