-->
Page 1 of 1

ESP8266-12E WITH ARDUINO UNO.

PostPosted: Thu Jan 21, 2016 10:52 am
by Neo99
Spent my whole day building a breakout board for my new esp8266-12e, and started connecting it with arduino uno to give it a try, but the first msg it gave me was "invalid" instead of being "ready", super dissapointed.
I have made the following connection-
Vcc-3.3V of arduino
Gnd- Gnd of arduino
CH_PD-3.3V
TXD-Tx of arduino
RXD-Rx of arduino
GPIO00-3.3V
GPIO02-3.3V
GPIO15-GND
Please guide me what to do,ASAP.

Re: ESP8266-12E WITH ARDUINO UNO.

PostPosted: Sat Jan 23, 2016 12:00 pm
by JoeO
The Arduino can not supply enough current on its 3.3 volt output to power the ESP8266. You will need a power supply capable of supplying at least 300 ma. Don't forget to connect the grounds together.
You may have other problems but this is definitely a problem.