Search found 8 matches
- Tue May 14, 2019 11:39 am
- Forum: General Discussion
- Topic: AP MODE ISSUE WITH CHROME BROWSER
- Replies: 1
- Views: 3487
AP MODE ISSUE WITH CHROME BROWSER
Hello, In ESP32 module, we recently found an issue with AP mode. When a device enters the AP mode, the response page on the Google Chrome's latest version i.e. 74.0.3729.136, doesn't really show-up. In the code, WiFi was initialized as AP mode and was assigned with an IP address of 192.168.4.1 and p...
- Thu Aug 30, 2018 10:07 am
- Forum: ESP-IDF
- Topic: UART Debugging Deep Sleep
- Replies: 3
- Views: 6377
Re: UART Debugging Deep Sleep
Is ur problem solved??
I also facing same problem with esp32......
I also facing same problem with esp32......
- Wed Jun 13, 2018 5:53 am
- Forum: ESP-IDF
- Topic: Want to change ESP32 tcp port number in AP mode
- Replies: 4
- Views: 6942
Re: Want to change ESP32 tcp port number in AP mode
What are you typing in the browser for port 88? Http://192.168.4.1:88 ? Hello WiFive, Thanks for your response. When I am typing "http://192.168.4.1:80" in the browser it is working. But when I change the port number in my code, the device is not able to push the html page. Suppose if I set the por...
- Tue Jun 12, 2018 9:25 am
- Forum: ESP-IDF
- Topic: Want to change ESP32 tcp port number in AP mode
- Replies: 4
- Views: 6942
Want to change ESP32 tcp port number in AP mode
Hello Admin, I am using ESP 32 with esp-idf v3.0 (stable version). I am using TCP/IP in my application. In my code I have assigned the TCP IP and port number(80) and using browser I am trying to open one html page, and it is working fine. But when I change the port number in my code, the device is n...
- Fri May 25, 2018 12:42 pm
- Forum: ESP-IDF
- Topic: ESP32 getting disconnected after some data transaction with AZURE IOT
- Replies: 9
- Views: 14131
Re: ESP32 getting disconnected after some data transaction with AZURE IOT
Hi, Could you help print the WiFi disconnect reason? And capture some WiFi packets if you are able to do this. Thanks Hi ESP_Alvin, How to capture the WiFi packets and how to get the WiFi disconnect reason? Because it looks like the above log that I shared is not giving enough information and that ...
- Thu May 24, 2018 12:12 pm
- Forum: ESP-IDF
- Topic: ESP32 getting disconnected after some data transaction with AZURE IOT
- Replies: 9
- Views: 14131
Re: ESP32 getting disconnected after some data transaction with AZURE IOT
Hi, david@mandy Would you please help provide logs for this? Thanks. Hi ESP_Alvin, Thank you for your reply. ESP32 is giving this error repeatedly. After giving this error, the module is trying to reconnect with the router, but it fails every time. Below is the log. Here, we have disabled the LOG o...
- Wed May 23, 2018 5:40 am
- Forum: ESP-IDF
- Topic: ESP32 getting disconnected after some data transaction with AZURE IOT
- Replies: 9
- Views: 14131
ESP32 getting disconnected after some data transaction with AZURE IOT
Hi, I am using ESP32 with ESP-IDF v3.0 (stable version). My device has to send and receive messages over Azure IOT server. But after some few data transactions for about 30 to 40 minutes, my device is getting disconnected from the router and retrying for connection. But the re-connection is not happ...
- Tue May 22, 2018 5:22 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi disconnect after 30 to 40 minutes.
- Replies: 0
- Views: 2781
ESP32 WiFi disconnect after 30 to 40 minutes.
Hi, I am using ESP32 module, I am working on azure mqtt sample code, In that ESP32 is disconnecting with the router after 30 to 40 minutes of Data transactions. I am using the stable ESP-IDF v3.0 latest released SDK. I am not able to figure out why this is happening, please give me some suggestions....