-->
Page 6 of 7

Re: How to connect: ESP8266 WiFiShield for Arduino Uno

PostPosted: Sun May 22, 2016 4:26 pm
by Frank Spina
I have a ESP 13, it only has two dips, it think when they are off the series port shuts down in the esp. When they are in it is connected to the Arduino serial.

Here is what I have. COnnected from PIN 2,3 on the arduino side of the board to TX,RX on the ESP side does not help. The board is working, it broad cast its own wifi ssid I can get on that and I can set it up to use my network. So its acting as a bridge of some sort. But I can't really get it to talk to the arduino.

http://www.smartarduino.com/esp8266-wif ... 94660.html

Re: How to connect: ESP8266 WiFiShield for Arduino Uno

PostPosted: Sun May 22, 2016 5:32 pm
by DonFL
The manual for that one looks like the rx/tx pins on the shield are wired to connect to pins 0 and 1 of the Uno. https://fineshang.gitbooks.io/esp8266-b ... pter3.html

One thought would be to bend the rx and tx pins on the shield out a bit so they don't plug into the uno connector, and then in the sketch assign your soft serial pins to whatever you want to use (for example, 2 and 3), and then jumper your pins 1 and 2 on the shield to whatever pins you assign for softserial.

You'll notice they show it being used with an arduino mega, which has multiple hardware serial ports, so it would make life a lot easier than with an Uno.

Re: How to connect: ESP8266 WiFiShield for Arduino Uno

PostPosted: Fri Jul 08, 2016 2:37 pm
by electronovice
Hey! If you are complete novice in ESP stuff (like i am), than here is the way to connect ESP8266 to Arduino. I've got Arduino ESP8266 shield by "WangTongze" but it could be any other model (in "WangTongze" case i just bypassed the board and hooked up everything straight to ESP8266 module). It goes like this -

Arduino ESP
--------------------------------------------------
3.3V 3.3V
3.3V CHPD
GND GND
RESET to GND -
TX TXD
RX RXD

Then go to Arduino IDE, choose corresponding port and open serial monitor (Both NL &CR, 115200 baud rate) type any of the "AT" commands and you are good to go.

Re: How to connect: ESP8266 WiFiShield for Arduino Uno

PostPosted: Fri Apr 21, 2017 5:13 pm
by MasterWalkerShop
Hello.

I wrote two articles about this shield:

http://blogmasterwalkershop.com.br/esp8 ... a-arduino/

I put many details on the plate. I have done many researches and tests to write these articles.

It's in Portuguese because I'm from Brazil. (Use Google Translate)

I hope you can help everyone.