This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM1808-WL1271 web-based sample codes issue.

Other Parts Discussed in Thread: AM1808, WL1271

Hi,

We will use WL1271 Wifi module on AM1808 development kit.

Can we set Wifi configuration by web page?

Does TI have AM1808-WL1271 web-based sample codes to reference?

Sincerely,

Carl

  • What kind of configuration are you referring to? Are you going to use the 1271 as STA or SoftAP?

    In both cases, TI doesn't have a build-in web-server / sample code for configuration.

    In order to implement such a feature you will need first to integrate a commercial/free web server. In addition you will have to create web pages that send commands to the control-interface (wpa-supplicant/hostap)

    For SoftAP you can take some of the pages from DD-WRT open source project. For STA I'm not familiar with already written web pages.