Search found 16 matches

by kjames
Wed Jul 24, 2019 10:47 am
Forum: ESP-IDF
Topic: Wifi Configuration (SSID & Password) Over HTTP Web server
Replies: 5
Views: 14418

Wifi Configuration (SSID & Password) Over HTTP Web server

Hello, I am new to ESP32 and I am working on a project that requires setting up an HTTP server on the ESP32 working as a soft AP (using ESP IDF written in C only) - the main question I am running into is, how to configure the Access Point via the web server? This project requires the ability to chan...
by kjames
Wed Jul 10, 2019 10:54 am
Forum: ESP-IDF
Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
Replies: 41
Views: 64600

Re: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?

My apologies for the delay in replying as I was away for several days - my mistake regarding strncpy and entering NULL; I had fixed this and the access point was working, but station mode doesn't seem to be working. I'm not sure what the problem is here but the access point is up and I can connect s...
by kjames
Wed Jul 03, 2019 10:27 am
Forum: ESP-IDF
Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
Replies: 41
Views: 64600

Re: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?

Many thanks again for helping. I am still having an issue here. The access point is starting but the ESP does not connect as a station to my Android (for example) as it normally would in station mode. So it is not functioning as an access point + station, just as an access point and for some reason ...
by kjames
Tue Jul 02, 2019 12:00 pm
Forum: ESP-IDF
Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
Replies: 41
Views: 64600

Re: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?

Thank you again for your help. I'm still having trouble with it as I am trying to combine parameters from the station_example and softAp_example into the event_handler and wifi_init() and leaving the main basically the same. I won't be able to get it working without spending substantial time on this...
by kjames
Tue Jul 02, 2019 8:03 am
Forum: ESP-IDF
Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
Replies: 41
Views: 64600

Re: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?

Hello, thank you for replying so quickly. In the original post, it looks like the problem is that they are not sure of how to configure Station+softAP mode using the available examples. I have seen several posts where there is a similar problem and I have tried unsuccessfully as well. If I have time...
by kjames
Mon Jul 01, 2019 3:48 pm
Forum: ESP-IDF
Topic: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?
Replies: 41
Views: 64600

Re: ESP IDF: Station + soft-AP (WIFI_MODE_APSTA) There is no working example - why? Where is?

Hello, I am also looking for a working example of the APSTA mode (AP+STA example) and I cannot find the working example mentioned in the version 3.2 ESP IDF. I just downloaded version 3.2.2 and looked in the examples->wifi->getting_started folder and only "softAP" and "station" is included there. I ...