Search the Community
Showing results for tags 'AP mode'.
-
Been working on an application that would: 1. Start the CC3200 and setup a webserver on 192.168.1.1 on port 80. 2. The user connects to the WiFi networks created by the CC3200 and subsequently this webserver and enters their network credentials. 3. The CC3200 parses these credentials and stores it in a buffer called credential_buffer and the SSID and password are pointed to by accSSID and accPWD. I now want to use these credentials to connect to the users WiFi network and this is where I run aground. I swtich the CC3200 from the AP to STN mode using sl_WlanSetMode(ROLE_STA) but that
-
Hi, I am trying to connect my CC3200 to the home WiFi using the AP mode. I was wondering if there is any sample code for that? I have difficulty to communicate with the CC3200 webserver and send my WiFi info through the html form. I tried to use Webduino but no success. Thanks,