M
M
Michael2016-06-20 23:59:39
Do it yourself
Michael, 2016-06-20 23:59:39

How to bridge two esp8266 modules?

The question is: there are 2 modules you need to connect them together.
Uart -> esp -> Wifi -> esp -> uart
I am sure that this is real, but I could not find ready-made implementations.
Please share the link if you find it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Saprin, 2016-06-22
@Inkvizitor66

nothing is unnecessary to do, you just need to set up an access point and tsp server on one,
and on the second connection to this point and tsp client
data will be thrown, no need to be smart,
you can configure this program:
esp8266.ru/esplorer

V
Vladimir Tsikunov, 2016-06-21
@abrakada

For esp8266, you can write your own firmware, inside which you can organize communication with another module using any protocol, such as TCP or UDP. Here is the link how to program ESP in Arduino environment https://github.com/esp8266/Arduino

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question