ethermega
3 posts
• Page 1 of 1
Re: ethermega
Hi,
I have quite a few in non Arduino applications and they always run hot.
Neil.
I have quite a few in non Arduino applications and they always run hot.
Neil.
- NW27
- Posts: 9
- Joined: Sat Mar 31, 2012 5:37 am
Re: ethermega
The W5100 is well known for running very hot even in normal operation, and it's not something to worry about - it's just a characteristic of that particular chip.
Interestingly, and quite sensibly when you think about it, the W5100 isn't a pure hardware solution. It's actually a microcontroller in its own right, with its own CPU, RAM, Flash memory, I/O, etc. It runs its own firmware to implement a TCP/IP stack plus SPI comms with whatever host it's connected to (in this case the ATmega on the Arduino) so as soon as power is applied it boots up and initialises its SPI interface ready to receive configuration data from the host.
So even if you just load up Blink on the host, the W5100 is still burning CPU cycles waiting to be told what to do.
--
Jon
Interestingly, and quite sensibly when you think about it, the W5100 isn't a pure hardware solution. It's actually a microcontroller in its own right, with its own CPU, RAM, Flash memory, I/O, etc. It runs its own firmware to implement a TCP/IP stack plus SPI comms with whatever host it's connected to (in this case the ATmega on the Arduino) so as soon as power is applied it boots up and initialises its SPI interface ready to receive configuration data from the host.
So even if you just load up Blink on the host, the W5100 is still burning CPU cycles waiting to be told what to do.
--
Jon
-

jonoxer - Freetronics Staff

- Posts: 262
- Joined: Sat Oct 15, 2011 11:31 am
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest