cyberlink1 / Arduino-Eagle-Cad-Library

Eagle Cad Library for Arduino Mini and Nano
GNU General Public License v3.0
99 stars 59 forks source link

Swapped pins in ABK-PRO-MINI #3

Open nitram147 opened 7 years ago

nitram147 commented 7 years ago

Hello, in ABK-PRO-MINI you have swapped pins it should be (from top left to bottom left) - GND, GND, VCC, RX1, TX0, DTR but you have DTR, TX0, RX1, VCC, GND, GND.

nitram147 commented 7 years ago

And between pin A7 and D10 is bigger gap than between A7 and A6. But in reality on real arduino clone board that gap between A7 and D10 have the sime size as the gap between A7 and A6.

jk987 commented 7 years ago

Also pins A0-A3 seem to be swapped. More precisely, in schematics they are correct but on the board they are swapped.

nitram147 commented 7 years ago

You are right. Boards from china arrived (boards in which I had used this library) and pins are swapped so I had to rewrite my code ...

chupocro commented 6 years ago

Top pins are mirrored. A0 - A3 pins are mirrored on board. 'RX1' and 'TX0' should be RXI and TXO as in RX Input, TX Output. GND pins are not in sync with the schematics too, for example .sch GND4 pin is at the top and .brd GND4 pin is at the bottom. Although I don't have ABK version of the board I can see in the online pictures the gap between A7 and A10 really is bigger on that board. There is other similar board (marked 'The Simple') where the gap is not bigger. Since the library should be edited anyway (because of the swapped pins) then at the same time the gap between A7 and 10 could be adjusted as needed.

EDIT: GND pins should be confirured as power pins (instead as I/O pins) and the names should be: GND@1, GND@2, ... in order to connections could be routed correctly. The same naming convention should be used for multiple RX, TX, RST and Vcc pins.