- Sat Jan 21, 2017 8:45 pm
#61330
It might be a little less power in amperage, than the ESP8266 is looking for.. the FTDI FT232RL's internal 3V3 pin, is not really designed for powering external circuits, (Per spec sheet at
http://www.ftdichip.com/Support/Documen ... FT232R.pdf ), also the size of the chip, negates even a smaller internal regulator than even the Arduino's 1117L... I've gone the brute-force way, powering most of my 3.3V projects, with a semi-modified (green wire to GND for on/off, 33-Ohm, 5W wire-wound resistor across +5 to GND) ATX power supply (max output 500W, Massive-Overkill-on-a-Galactic-Scale to the 8266's 200mW requirement
). (which, is why they say the Arduino's 3.3V output pin is too weak, causing brown-outs/reset.) I just recently bought two of the ones your link points to (now, old seller has taken their ebay ad down.) I have the version with the ISP & slide switch, but it too, still has +5V VCC pin, I've already tried running a L78L33 regulator from the +5, and it still seems weak. I just fed one of my 8266-01's to a MEGA, running a idle program (no entry for the main & loop voids, and outputting the RX/TX pins from the MEGA16U2 USB/UART., trying to reflash the firmware, failing with going as far as saying it was erasing the flash RAM, and then failing with a "bad header' for the 9600-baud and the 115200 baud versions. I noticed both the red LED (power) and blue LED (active) were fairly weak with the 78L33, and the MEGA's 3.3V output. But, showed a normal brightness to the 8266 just sitting idle, when powering with the external supply.