Does anyone know what the max voltage that can be applied to the analog inputs of the ATMEGA328 Arduino uP? I know that it will convert 0V to 5V but how much tolerance does it have for voltages over 5 volts?
Thanks
John
Does anyone know what the max voltage that can be applied to the analog inputs of the ATMEGA328 Arduino uP? I know that it will convert 0V to 5V but how much tolerance does it have for voltages over 5 volts?
Thanks
John
Amazed at the high voltage capability on the Reset...obviously expecting abuse there!
One thing to note is that your signal doesn't have any transients otherwise you'll need to take those in to account as your maximum values.
Hi John!
That may be some old-school Flash mem programming voltage pin for non-in-circuit programming. Not sure, I didn't check the datasheet, but I recall a load of Flash devices requiring 12V.
Otherthing to note is that values over the maximum will be converted as the maximum value and the same for the minimum so inputs beyond the GND-VCC will be clipped. Some signal conditioning on your part would be required.
Good luck
O yeah probably ...right voltage too.
The 328 seems to stand a fair amount of abuse!
Hi Mark,
Thanks for finding that for me. I looked at all 550 pages of the Data Sheet last night before posting the question but I probably just scanned past the answer. I finally just gave up, humbled myself and asked.
John
It sounds like if the external circuit has a high enough output impedance the protection diodes will clamp the voltage to safe levels. I would look how much current the protection diodes can handle, but I can't even handle PDFs out here in the boonies.
I looked at that as well and wondered why it was singled out.
It's used for high voltage programming. That way, even if you disable the reset pin (via programmable fuses), you can still re-flash it/reset the fuses.