Chat freely about anything...

User avatar
By uhrheber
#5052
dacb wrote:This is a nice idea. I'd have to learn more about the protocol. For the ESP boards with more GPIOs available (i.e. not the -01) the flow control lines could be implemented fully. Even with the ESP-01, the free GPIO could be used as RTS or CTS to initiate an Arduino reset.


I've seen that the Ethersex project has implemented Yport on AVR micros.
http://www.ethersex.de/index.php/Main_Page
https://github.com/ethersex/ethersex/tr ... cols/yport

Ethersex is a great project, that supports all sorts of interfaces and protocols, and even has it's own scripting language.
I'd love to see that ported to the ESP8266.
User avatar
By pabbllo
#5076
dacb wrote:
uhrheber wrote:
pabbllo wrote:How to initialize bridge between 2 arduinos? With 2 ESPs off course.


Disclaimer, I've not tried this, but it seems like one would have to initiate the connection. This firmware, as it stands, only accepts incoming TCP connections. Making outgoing TCP connections is not supported, at this time.


So, I have to setup first ESP 1 with 922 firmware as a AP, and establish connection from ESP 2 with Your firmware as a client?

Which command will send a data from ESP1 to ESP2 port using arduino?