ESP32 WIFI

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
Alan_37
Posts: 141
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 7:23 pm
Has thanked: 43 times
Been thanked: 19 times

ESP32 WIFI

Post 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?
Attachments
Flowcode1.fcfx
(11.93 KiB) Downloaded 176 times

LeighM
Valued Contributor
Posts: 402
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 75 times
Been thanked: 220 times

Re: ESP32 WIFI

Post 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.

Alan_37
Posts: 141
Joined: Thu Dec 03, 2020 7:23 pm
Has thanked: 43 times
Been thanked: 19 times

Re: ESP32 WIFI

Post 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.

stefan.erni
Valued Contributor
Posts: 798
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 157 times
Been thanked: 185 times

Re: ESP32 WIFI

Post 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 197 times

Alan_37
Posts: 141
Joined: Thu Dec 03, 2020 7:23 pm
Has thanked: 43 times
Been thanked: 19 times

Re: ESP32 WIFI

Post 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 3136 times

Post Reply