-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Overview
The TI Wi-Fi booster pack has capabilities to become an access point and host a website that is accessible when connected to the access point. Users will be able to use any Wi-Fi enabled device with a web browser to connect to the AP and access the website where they will be able to edit information stored on the chess board micro. Information they will be able to edit includes the SSID of the network they want the chess board to connect to, the security type of that network, the password for the network (if applicable), and the user's display name. Once changing the information, users should save their changes before selecting the option to close the access point and restart the chess board as normal.
Users will be able to activate this configuration mode by holding down the left and right buttons and then powering on the chess board. The LCD should display that the chessboard is in configuration mode and show the SSID of the AP the user needs to connect to.
Checklist
- Startup code to check if the conditions to launch configuration mode are met
- Capability to start the Wi-Fi booster pack in AP mode
- LCD displays configuration mode information
- Decide on the URL the configuration page will be hosted on
- HTML presented to the user when they are on the configuration page
- Updated information is saved, appropriate API calls are made to update username
- The AP is closed and the chess board restarts normally when "exit and restart" is selected