blynkkk / blynk_Issues

6 stars 6 forks source link

SSID not showing up #136

Closed Ad758 closed 3 years ago

Ad758 commented 3 years ago

I've used the Edgent_ESP32 example from the library, but I don't see the SSID showing up on the list of AP's on my phone or laptop to be able to add a new device.

Any help? Thanks

vshymanskyy commented 3 years ago

What is your arduino ide, esp32 core versions, board, hardware configuration, etc? Also, serial console output?

Ad758 commented 3 years ago

Arduino ide is 1.8.15.

ESP32 board is 2.0.0 alpha1

image

Not sure how to get the esp32 core version - will send when I figure that out.

Boards used are ESP32 Wroom-32

image

image

image

Thanks!

vshymanskyy commented 3 years ago

So you have AP IP 0.0.0.0, probably due to some issue with the Beta ESP32 core. Please try the latest stable release of ESP32 sw, we will check the beta in meantime.

On Sun, Jun 20, 2021, 10:21 AM Ad758 @.***> wrote:

Arduino ide is 1.8.15.

ESP32 board is 2.0.0 alpha1

[image: image] https://user-images.githubusercontent.com/71893553/122665335-ec0d4100-d1a6-11eb-8f1f-883fa907e591.png

Not sure how to get the esp32 core version - will send when I figure that out.

Boards used are ESP32 Wroom-32

[image: image] https://user-images.githubusercontent.com/71893553/122665590-65596380-d1a8-11eb-93a9-c37890054658.png

[image: image] https://user-images.githubusercontent.com/71893553/122665546-24614f00-d1a8-11eb-9e06-9619e4cb0a70.png

[image: image] https://user-images.githubusercontent.com/71893553/122665662-cd0fae80-d1a8-11eb-9080-3553f6d470e7.png

Thanks!

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/blynkkk/blynk_Issues/issues/136#issuecomment-864511398, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALP3FGWK3RWH24R7HJG5UTTTWJIPANCNFSM467GHY6A .

Ad758 commented 3 years ago

Thanks for the help, I changed the board to 1.0.6 and it's connecting.

image