Page 1 of 1

ESP32 WIFI

Posted: Thu Dec 17, 2020 9:19 pm
by Alan_37
Hi ,

Just started playing with the esp32 and for now, I am just testing some functions to see
what it can do.

So made this simple Code to create an Access point and I can see that there is a bug,
The access point does not get created and in the rs232 debug messages
can see the following.

[0;32mI (729) wifi: wifi_create_softap(SSID:ESP32WF password:12345678)[0m
W (729) wifi:channel number is out of range""

Another thing, the debug messages are very useful but if I want to use the Uart for something else
this will create a problem is there a way to disable the debug messages when not needed?

Re: ESP32 WIFI

Posted: Fri Dec 18, 2020 11:23 am
by LeighM
Hi,
I had a look at this, but I don't get that error.
I will need more time to investigate further.
Unfortunately, I can't do much for a couple of weeks now.

Re: ESP32 WIFI

Posted: Fri Dec 18, 2020 1:30 pm
by Alan_37
Hi LeighM,

Thanks for your reply, if you don't have the same problem could be that I Installed some different version of
the toolchain or something?

OK this is not urgent so don't worry just playing here, will tackle this after the festive season :)

Enjoy it and stay safe.

Re: ESP32 WIFI

Posted: Fri Dec 18, 2020 4:31 pm
by stefan.erni
Hi Alan

On my computer, there is an error in your software.

I deleted all your code and the error is still there.
I copied your code in a new project and it's working (maybe).

Just try it.

regards

Stefan
Flowcode1Demo.fcfx
(10.85 KiB) Downloaded 736 times

Re: ESP32 WIFI

Posted: Sat Dec 19, 2020 11:21 am
by Alan_37
Hi Stefan

Yes I was able to get rid of that error now I can see the right messages
but still, when I Scan the 2.4ghz I don't see the SSID AP43 in this case .
-
AP.png
AP.png (59.36 KiB) Viewed 7062 times