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?
Arduino Nano connection wrong
-
- Posts: 149
- http://meble-kuchenne.info.pl
- Joined: Tue Oct 19, 2021 9:31 am
- Has thanked: 75 times
- Been thanked: 5 times
Arduino Nano connection wrong
- Attachments
-
- 2021-12-06_210002.jpg (33.97 KiB) Viewed 3768 times
-
- 20211206_205856.jpg (66.67 KiB) Viewed 3768 times
-
- Matrix Staff
- Posts: 1917
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 621 times
- Been thanked: 644 times
Re: Arduino Nano connection wrong
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:
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?
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
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
Re: Arduino Nano connection wrong
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.
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.