3
\$\begingroup\$

I just got an Ethernet shield, but I'm having some problems. After about a minute of being powered, it gets fairly hot. The PWR light is red, but otherwise, it works fine.

I'm using an Arduino Uno with a HanRun HR911106A 10/49 shield. Is it faulty, or am I not connecting it to power correctly? It heats up both from battery power and from USB power.

asked Aug 11, 2012 at 4:28
\$\endgroup\$

2 Answers 2

7
\$\begingroup\$

Ethernet is power hungry! The ENC28J60, which is the chip that most of the Ethernet shields use, draws up to 250 mA at 3.3 V -- that's 825 mW. I've used these chips before on my own boards, and have always been surprised at how much power they draw and how warm they get. So don't worry. If you can still hold your finger on it, that's fine. If you're still concerned, measure the temperature of the chip. If it is below 70°C (158°F), it's within its normal operating range.

answered Aug 11, 2012 at 5:11
\$\endgroup\$
1
\$\begingroup\$

The ENC28J60 is built for 3.3V IO where the Arduino Uno uses 5V IO. The interface typically works fine, however you are going to be dropping 1.7V across the protection diodes of the chip. Things will get hot but if it's below the operating temperature and your not looking for 10 year reliability, it'll work fine.

answered Jul 15, 2013 at 19:18
\$\endgroup\$
3
  • \$\begingroup\$ What if you want 10 years reliability? \$\endgroup\$ Commented May 3, 2017 at 6:57
  • \$\begingroup\$ @Dimitris You're screwed. Like I am, because I'm using that chip for home automation. The whole home is attached to Arduinos with Ethernet. And I don't like being in the dark after ...say... 5 years. The chip is measuring 76.0°C and I'm concerned. \$\endgroup\$ Commented Jul 11, 2017 at 14:46
  • \$\begingroup\$ It gets even better: I have no space for a heat dissipation block (at all), because the casing is soo tight... It might get even hotter in that closed case. \$\endgroup\$ Commented Jul 11, 2017 at 14:56

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.