AtharvSavarkar / ESPTouch-Python

Python Implementation of ESPTouch app for andriod
3 stars 1 forks source link

does not receive any response from esp8266 device #2

Open adityamangal1998 opened 1 year ago

adityamangal1998 commented 1 year ago

This code successfully sends the wifi credentials to esp8266 but when esp8266 is connected to wifi, it sends bssid and IP address in response. But this code does not receive any response. Please help to get the response from eps8266

AtharvSavarkar commented 1 year ago

Please check the port at which ESP chip is transmitting, if it is different than what is pre-defined in the code, you can change it for receiving data. Also check if your device is connected to same wifi network to which you wish to connect ESP chip.