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.

CC3235SF: How to Disable Default Wi-Fi Configuration Page and Load a Custom Web Page in AP Mode on CC3235SF?

Part Number: CC3235SF

Tool/software:

I am new to the CC3235SF controller and FreeRTOS, and I am implementing a local web server on a controller by setting it to AP mode. The goal is to read incoming requests on the controller's IP address and serve a local web page for data entry. However, when a connected device accesses the controller's IP, it opens the follwing default mysimplelink Wi-Fi configuration page instead of my custom web page.

How can I disable this default page and ensure that my local web page is served instead?

  • Helo Saurabh,

    You can start by loading a new index.html to file system.

    keep in mind you will need to re-implement all of the http operations to match yours.

    You will find this in the response callbacks in code.