Skip to content

How to Customize Provisioning Page

Description

The WINC device features a Provisioning Webpage mode that can be used to enter user credentials to connect the WINC device to the desired Access Point. The HTTP server and the actual HTML provisioning webpage is embedded in the WINC firmware, therefore, it cannot be modified from the host MCU.

The Wi-Fi utils include the HTML code used by the WINC for HTTP provisioning and also the necessary scripts to generate a new WINC firmware image with the modifed provisioning web page.

Tip

Before you start download, see Prepare for Setup for prerequisites.

Steps

Perform the following steps to download customized provisioning webpage:

  1. Modify the HTML code in utils/wifi/provisioning_webpage folder as required.

  2. Open CMD and navigate to the directory with the Wi-Fi utils:

    cd .\pitaya-go\utils\wifi
    
  3. Run modify_provisioning_webpage.bat script to generate a new WINC firmware image that includes the customized HTML code.

    modify_provisioning_webpage.bat
    
  4. The generated new firmware image overwrites the default firmware image located in the utils/wifi/firmware folder. The following message appears to indicate that the new firmware is successfully generated.

  5. Follow the steps mentioned in How to Download Wi-Fi Firmware to update the new firmware.

Create an Issue

Interested in contributing to this project? Want to report a bug? Feel free to click here: