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.

How to Edit the HTTP server Website on CC3200

Other Parts Discussed in Thread: CC3200, CC3100

I am a student - rookie with cc3200. I want to use it for My research Project

I want to remove and edit the default HTTP server website on chip. How can i do So

Will really appreciate your help

Niraj Sanghani

Thankyou

  • Hi Niraj,

    I recommend to understand how the entire httpserver example program works first, including the internal webpages.

    Also see the"CC3100\CC3200 SimpleLink™ Wi-Fi® Network Processor Subsystem Programmer's Guide" doc, to help you understand how the httpserver example works.

    - kel
  • You cannot edit the one on the chip, as this is in ROM and as such you cannot alter it. You can however obtain the HTML code by viewing the pages, then save them to your PC, then edit them to your desire. Once you have done so, you can save this modified code on your serial flash. I believe if you use the same file names, it will run what is on the serial flash first. This is however inadvisable, as the ROM based HTML are there as backups. So change the default page to index.html and it should load before main.html.

    And as Markel has detailed, it would be a good idea to learn how the web_server example in the SDK works. You can also use the HTML code from this example instead, as this has much of the same features.

    Glenn.