ESP8266 Connect to SSID wrong feedback

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
kabouras_33
Posts: 3
http://meble-kuchenne.info.pl
Joined: Sat Dec 05, 2020 10:20 pm
Been thanked: 7 times

ESP8266 Connect to SSID wrong feedback

Post 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

stefan.erni
Valued Contributor
Posts: 749
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: ESP8266 Connect to SSID wrong feedback

Post 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

Amtor
Posts: 47
Joined: Thu Dec 17, 2020 4:35 pm
Has thanked: 17 times
Been thanked: 14 times

Re: ESP8266 Connect to SSID wrong feedback

Post 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

Amtor
Posts: 47
Joined: Thu Dec 17, 2020 4:35 pm
Has thanked: 17 times
Been thanked: 14 times

Re: ESP8266 Connect to SSID wrong feedback

Post 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

Post Reply