CivicTechTO / tRacket-sensor

Design files and source code for the tRacket noise sensor
https://tracket.info
7 stars 0 forks source link

Access point: Create SSID dropdown instead of manual entry #21

Open tcsullivan opened 8 months ago

tcsullivan commented 8 months ago
  1. Create the access point in case the WiFi is not found after some amount of time.
  2. Change SSID form field to a dropdown that's populated from a network scan? Would need to scan before entering AP mode I think...
tcsullivan commented 8 months ago

Added WiFi connection timeout on the onboarding-prep branch.

tcsullivan commented 2 months ago

More than one user has had issues with trying to connect to 5GHz WiFi networks; the ESP32 we're using unfortunately doesn't support these. If we can implement this dropdown, then that should ensure that users can only connect to compatible networks.