Hello,
I’m building a home monitor using this Nano clone and this Ethernet module.
The test setup ran fine for a week. Then, once when I was making some changes in the program and plugged out wall charger to change to USB cable, there was a faint crack and a smell. (I might have caused a short circuit by touching something with the USB cable end, cannot tell.) The Nano still works but it behaves “weakly”, the LCD characters are dark and look funny, the backlight flickers and it does not have enough power to drive the Ethernet module. I have definitely fried something in there.
As the schematic shows, I fed the Ethernet module directly from 3.3V. Later I read that W5100 can draw up to 150mA and the FTDI chip can supply only 40mA. (I have a Dueminalove and I cannot communicate with it over USB when the Ethernet module is connected. I also had to reprogram the FTDI chip to request 200mA, otherwise my setup does not work when plugged into my PC.)
So, although it worked fine for a week, I’m worried so I thought it’s time to ask for some expert opinion. Since the PCB is already completed, I would appreciate a suggestion for an easy fix. For example, can I directly power the W5100 from 5V? Or what happens if I connect it to 5V through a diode? Or is the power consumption too much for the 5V output as well? Currently I don’t have any other power source planned, power just goes in via the USB connector of the Nano.
TIA