Arduino Micro Heat Rating

I'm curious what the tested acceptable operating heat level is for Arduino micro controllers and specifically the Arduino Micro if available.

I'm considering some high heat applications and am curious if the board will be able to do it's job at levels like:

  • 100 C : 212 F
  • 160 C : 320 F
  • 260 C : 500 F

I expect to have 1 or 2 onboard analog sensors and of course power - possibly LiPo.

Thanks and hack on.

No.
The chip is only rated for:
Operating temperature
– Industrial (-40°C to +85°C)

Atmel doesn't even offer an automotive range (up to 105C) part:

while the 328P does:

Robert - thanks for the quick and accurate reply on the operating temperature specs.

I love Arduino and Atmel, but are there other suppliers for higher heat applications for a hobbyist trying to move to early-stage prototyping?

Thx!

No - you can find chips that are rated to maybe 125C. They will cost more because they go thru extra screening, and will also run slower, as fast switching introduces more heat.

Find a way to run cooler.

Some examples:
125C, pricey, but there are choices:

150C, 1 choice:

225C, 1 choice:

Thank you sir. Fascinating.

Hmm, looks like I was not quite correct - I had been looking at the -55C to 150C choices.
There are more in the -40C to 150C range.
Above 150C it drops off tho with just 5 parts total at 210C, 220, 225C, and all very expensive.

Atmel -40C to 150C choices:

All -40C to 150C choices
http://www.digikey.com/product-search/en/integrated-circuits-ics/embedded-microcontrollers/2556109?k=microcontroller&stock=1

You know, I found a microcontroller rated for 225 C and a thermometer rated for 850 C! Unfortunately, I can't find a digital display with a rated operating temperature higher than 85 C.

The other part of the problem is that leaded solder melts at 183-200C; other solders at higher temps, but not way higher. Batteries don't do too well at elevated temp's either.

I found High Temperature Batteries these thermal batteries very interesting. Salt-base and active above 270 C. So cool, but I need the measure a range starting at 100 to 350 and possibly 500 C.

Thanks again.

Can't you keep the electronics out of the elevated temps, and just have a probe in the hot part? That's what is normally done.
The probe outputs a small signal, a 15 or more bit ADC reads it, you do some math on the result to yield a temperature.
Part like MAX31865 for example.
http://datasheets.maximintegrated.com/en/ds/MAX31865.pdf

That's cool. Do you think it can pick up ambient temperature. Like if you were walking around on Mercury or Venus?

mxstrand:
I'm considering some high heat applications and am curious if the board will be able to do it's job at levels like:

  • 100 C : 212 F
  • 160 C : 320 F
  • 260 C : 500 F

Short answer: No.

PS: 260 C is hot enough to melt solder...

Air probes can pick up the ambient temp.
Do a search on "pt100 high temperature air probe" for example,
find offerings like this:

"Platinum resistance thermometers (PRTs) offer excellent accuracy over a wide temperature range (from -200 to +850 °C). "
I have designed MAX31865 for use with PT1000 in the past.

Can you put it inside an insulated box? (eg. made out of space shuttle tiles)

I'm sure it would be cheaper than using chips rated for those temperatures.