Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
Thanks, for some reason I thought the Uno was the biggest... (I guess we all have those moments ).
Exactly what is an oscillator? I've seen it mentioned in places, but don't know what it is.
Also, do you know any good C++ tutorials?
Crystals cannot be put on the integrated circuit itself. I believe the Mega has an internal clock, but it is not based on a crystal and is not that accurate. That is, the clock speed will vary somewhat due to changing voltage and temperature. To be more accurate, most people want an external crystal for the clock. QuoteThat's not exactly true. You CAN use a crystal with the microcontroller used on that arduino, however, without looking at the arduino itself I can't tell you if you could or couldn't put on on. If the pins used for external crystals are being used as an I/O port, you could technically hook up a crystal (although with the amount of PCB trace between it and the MCU it'd be very susceptible to noise.) Just some food for thought. If you simply needs lots of simple I/O ports, you might want to look into multiplexers. That way you can use a much smaller MCU. Gah, I keep forgetting you're referring to the arduino as the microcontroller, and not the microcontroller itself. I guess a multiplexer would be a bit hard to hook up unless you made a PCB yourself.
That's not exactly true. You CAN use a crystal with the microcontroller used on that arduino, however, without looking at the arduino itself I can't tell you if you could or couldn't put on on. If the pins used for external crystals are being used as an I/O port, you could technically hook up a crystal (although with the amount of PCB trace between it and the MCU it'd be very susceptible to noise.) Just some food for thought. If you simply needs lots of simple I/O ports, you might want to look into multiplexers. That way you can use a much smaller MCU. Gah, I keep forgetting you're referring to the arduino as the microcontroller, and not the microcontroller itself. I guess a multiplexer would be a bit hard to hook up unless you made a PCB yourself.