-->
Page 56 of 60

Re: esp-link - serial bridge to uController with OTA update

PostPosted: Fri Feb 19, 2016 5:24 am
by rayellam
Hi Binu,
If you do figure this out can you share your findings. It would seem at the moment you are stuck with using an arduino
to make this work?

Ray

Re: esp-link - serial bridge to uController with OTA update

PostPosted: Fri Feb 19, 2016 7:25 am
by Zeeshan
rayellam wrote:Hi Binu,
If you do figure this out can you share your findings. It would seem at the moment you are stuck with using an arduino
to make this work?

Ray


I'm looking for authentication code for esp8266 in which it asks for username and password before giving access to any client.

Re: esp-link - serial bridge to uController with OTA update

PostPosted: Fri Feb 26, 2016 3:50 am
by n00b
[Moved to new topic]

Re: esp-link - serial bridge to uController with OTA update

PostPosted: Wed Mar 09, 2016 7:57 am
by minoas
Simple question, that I could not find and relevant answer in documentation.

Has anyone managed to implement a bidirectional bridge using this firmware? Assuming that you do not want to connect to the device over a laptop but another smart device , would ESP-Link be able to achieve that?

A typical use case scenario is Arduino UART=> ESP8266 => Wifi => ESP8266=> UART=> Serial peripheral deployed remotely.
Or even better Arduino UART=> ESP8266=> Wifi => Internet => ESP8266 => UART >> Serial peripheral deployed remotely.

Any input is appreciated.