ESP8266 Wiring - Arduino UNO
Posted: Fri Aug 07, 2015 11:59 am
Hey !
First, I'm french, sorry for my bad english.
I got a problem. :c
I've an Arduino UNO and a WIFI Module ESP8266 (the littlest) and I have some question about the wiring of the ESP.
For now, I link the ESP with the Arduino UNO this way :
Arduino UNO ---- ESP8266
TX(uno) ---- RX(esp)
RX(uno) ---- TX(esp)
VCC 3.3v(uno) ---- CH_PD + VCC(esp)
Gnd(uno) ---- Gnd(esp)
But I now that this couldn't work.
The 3.3v pin Uno delivers only 50mA and the ESP needs until 300mA.
How should I link them ?
I want to use the ESP to send a Get Request when the UNO detects an event from a sensor.
First, I'm french, sorry for my bad english.
I got a problem. :c
I've an Arduino UNO and a WIFI Module ESP8266 (the littlest) and I have some question about the wiring of the ESP.
For now, I link the ESP with the Arduino UNO this way :
Arduino UNO ---- ESP8266
TX(uno) ---- RX(esp)
RX(uno) ---- TX(esp)
VCC 3.3v(uno) ---- CH_PD + VCC(esp)
Gnd(uno) ---- Gnd(esp)
But I now that this couldn't work.
The 3.3v pin Uno delivers only 50mA and the ESP needs until 300mA.
How should I link them ?
I want to use the ESP to send a Get Request when the UNO detects an event from a sensor.