-
Notifications
You must be signed in to change notification settings - Fork 7.6k
wificlient doesn´t work #162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
there isn't really much that you are telling here :) please show code, serial output, something that we can look at and troubleshoot. Lots of people are using WiFiClient so it's working :) |
I'm doing something wrong :( I do not have much knowledge about WiFi. This is the example code I use:
and this is that I see in the serial port:
|
sketch looks totally fine, but the WiFi can not connect to your access point. Can you connect to the ESP's WiFi? it looks like it's starting it's AP |
Sometimes, now i have found it and I have connect to the ESP |
@me-no-dev Still does not work, when I load the program I can see the access point of the esp32 and then when I should change to the STA mode I do not see that connect, it is necessary to power the module through an external source instead of connecting it to the pc only? |
please do paste some serial output |
Is the same that yesterday: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT) rst:0x10 (RTCWDT_RTC_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT) Connecting to Xiaomi_8912 |
as I said yesterday, look for a problem with your access point. The esp seems to be OK but can not connect to your AP |
Put back megatinycore BSP URL
Hi,
I am trying to start the wificlient example, when I open the serial port it shows always "wifi: reconnect".
I am working with the esp32 development kit from espressif.
The text was updated successfully, but these errors were encountered: