B4R Question How to connect ESP8266 to arduino

cloner7801

Active Member
Licensed User
Longtime User
What do you want to connect them for? Which Arduino board?

You can use SoftwareSerial to connect two boards. However the ESP8266 is a 3.3v and most Arduinos are 5v. So you will need to use a level shifter.
I want to connect ESP8266 to Arduino UNO as a ethernet shield
Arduino UNO has 3.3v pin
 
Upvote 0

derez

Expert
Licensed User
Longtime User
But how can I use this as ethernet shield and send udp pocket to arduino for controll the relay
The idea is to use the ESP instead of the Arduino. The ESP can control the relay by itself. If you want to connect ESP and Arduino you can do it by wires, using SoftwareSerial.
If the devices are separated and you need network - there are several examples how to connect two devices, like in this https://www.b4x.com/android/forum/threads/esp8266-wifi-remote-configuration.68596/
 
Upvote 0

cloner7801

Active Member
Licensed User
Longtime User
I read in internet we can controll relay with esp8266 without any microcontroller

Can we controll a relay with GPIO0 and GPIO2 pins?

upload_2016-10-12_18-29-11.png




in this link you can see , but how can I program in b4r?

http://www.instructables.com/id/WiFi-Internet-Controlled-Relays-using-ESP8266-Quic/


Can I programm with FTDI?

d9b09200-c9e1-46ab-a645-c6a76d8b0273
 

Attachments

  • upload_2016-10-12_18-31-48.png
    upload_2016-10-12_18-31-48.png
    188.5 KB · Views: 747
Last edited:
Upvote 0
Top