I have just two simple questions about making my own breadboard Arduino.
So I have bought the things I need for making such a project but at the shop they had no 16 MHz crystal oscillator, so I have bought one with 15 MHz and one with 18 MHz, can I use one of them? I guess as the Arduino book ("Arduino Workshop by John Boxall") I have just says that the oscillator determines the microcontroller's speed of operation.
And the second question I have is that in my schematic there are several cables that end up in GND, is it allowed that they are all connected to the minus pole of the battery?
Greenality:
So I have bought the things I need for making such a project but at the shop they had no 16 MHz crystal oscillator, so I have bought one with 15 MHz and one with 18 MHz, can I use one of them? I guess as the Arduino book ("Arduino Workshop by John Boxall") I have just says that the oscillator determines the microcontroller's speed of operation.
It also determines the speed of things like the serial port. You might have problems if you want to use a bootloader.
Greenality:
And the second question I have is that in my schematic there are several cables that end up in GND, is it allowed that they are all connected to the minus pole of the battery?
Gnds all need to end up connected to battery-, directly is fine. You can run a thicker buss wire around the card and connect all the Gnd leads to that using short connections.
If you're on solderless breadboard, use the outer rails for Battery + and - and make the connections to that.