-->
Page 42 of 77

Re: "universal I/O bridge"

PostPosted: Thu Nov 09, 2017 7:35 am
by wchpikus
eriksl wrote:I have nothing to do with arduino. I am using the IP implementation from Espressif, that means 99% LWIP and 1% from Espressif itself. Because of it's small RAM, the IP implementation is limited.

And as I said before, if you reset a device without closing the socket properly, the other end of the socket will keep waiting for the socket to become closed for some time until it timeouts. So either don't reset but close the socket properly or use UDP, which is designed for that use.


Maybe you have right, i try find solution for that.
So is a little strange, the same client on HLK module works perfect.
I will try close socket to the end of send data.

Re: "universal I/O bridge"

PostPosted: Wed Dec 13, 2017 4:53 pm
by dhouston
In client mode can the ESP8266 connect to a hidden SSID?

Re: "universal I/O bridge"

PostPosted: Tue Jan 02, 2018 2:32 pm
by eriksl
No, hidden SSID's are not supported. There is no use for it.

Re: "universal I/O bridge"

PostPosted: Fri Jan 05, 2018 1:34 pm
by dhouston
eriksl wrote:No, hidden SSID's are not supported. There is no use for it.

Security guidelines for Home networks recommend hiding the router SSID.

I want to use this to WiFi-enable a legacy home automation device. The device uses RI (Ring Indicator) to wake a sleeping PC. Will your firmware relay RI via WiFi?

Also, for one device, it would simplify things if the serial signals could be active high. Is this possible?