Answer the question
In order to leave comments, you need to log in
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
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
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 questionAsk a Question
731 491 924 answers to any question