Page 1 of 1

ESP8266 Connect to SSID wrong feedback

Posted: Sun Nov 28, 2021 3:03 pm
by kabouras_33
Hello guys,
I am currently working on a new system using pivc18F27Q10 and an esp01 with AT 1.7.5 firmware.
My problem is that the function Connect to SSID, no matter if it connects or not , it always returns 1.
I need to be able to check if connected to reconnect or not...
Any help appreciated

Re: ESP8266 Connect to SSID wrong feedback

Posted: Mon Nov 29, 2021 7:49 am
by stefan.erni
Hi Kabouras

Just a little question. Would you like to use an ESP32 instead of PIC and ESP8266? Or you can also use the PIC and an ESP32. In the ESP32 you can write programs for WiFi or Bluetooth yourself and connect to the PIC with the UART.

regards


Stefan

Re: ESP8266 Connect to SSID wrong feedback

Posted: Thu Dec 02, 2021 9:52 pm
by Amtor
I think I had that problem, I think I used the get IP address cmd and if a valid address appeared used that to confirm connection.
Mark

Re: ESP8266 Connect to SSID wrong feedback

Posted: Fri Dec 03, 2021 10:24 am
by Amtor
Just checked the AT version of the one I’m using at the moment and it’s 1.3.0.0 (Jul 14 2016)
That one seems to respond correctly.
Mark