I've just started playing with both Arduino and KiCad, so apologies if my terminology is wrong.
I've made a dead simple project with an Uno and a few LEDs. I thought I'd try to document what I made with a Kicad schematic. In the schematic editor, searching for UNO, I can see some available symbols:
Arduino_UNO_R2
Arduino_UNO_R3
Arduino_Leonardo
The UNO I have is a 'SainSmart UNO'. Is that an R2, R3 or something else?
Then, if it's neither R2 or R3, does anyone know where I can get a file containing the correct symbol which I can import into KiCad?
it doesn't matter which way I rotate the board, or turn it over to view from underneath, the connection points are not in the same positions as in the symbol. For example, the physical device has 18 female connection points down the right hand side in the image. Neither side of the symbol has that. Am I simply wrong in supposing that the physical layout of the board and the symbol match?
A circuit schematic is nothing to do with physical layout, its a fully abstract description of a circuit. Its conventional for ground and power to be top and bottom so that sensible schematics can be drawn. The way schematics are drawn is for clarity of function. Signals normally left->right, ground and power arranged vertically.
The symbol shown would make more sense flipped left to right as the analog pins are usually used as inputs.