-->
Page 3 of 5

Re: ESP client to ESP AP/server Arduino IDE

PostPosted: Sun May 29, 2016 11:17 am
by RolfESP
Hello, I had an ESP client connecting to an ESP server, no problems --- until I updated the ESP package in the Arduino IDS (1.6.5) from ESP 2.0.0 to 2.1.0.
With 2.1.0 (and 2.2.0) the client does not connect anymore. rolling back to 2.0.0 fixed the problem.

Re: ESP client to ESP AP/server Arduino IDE

PostPosted: Mon Jul 04, 2016 12:24 pm
by manoelribas
Hi,

I'm trying to build a remote control system using two ESP01, they're connected to arduino uno boards, the client is supposed to be the remote control, with three buttons and three LED's, these buttons activates and deactivates relays in the server unit, nine relays with combinations. I've found many library's that are supposed to do that, but for some reason I'm not being able to do a proper connection, anybody have something to help me on this?

Thanks in advance.

Re: ESP client to ESP AP/server Arduino IDE

PostPosted: Sun Jul 24, 2016 4:18 pm
by tecnojava
Thanks friends !!
i have the same problem , i also include WiFi.mode(WIFI_STA); in client and works fine !!

Re: ESP client to ESP AP/server Arduino IDE

PostPosted: Fri Jul 29, 2016 3:38 pm
by Devx
Thankx for the fix @stoney, without this post it would impossible for me to fix this :mrgreen: