|
|
|
|
|
by joezydeco
4052 days ago
|
|
It doesn't look like the ESP8266 has the necessary I/O to do the audio provisioning trick that the Dash is doing with that hybrid module. Provisioning these things can be a hassle sometimes. The TI CC3xxx has a really wacky one. A custom provisioning app transmits the SSID and password of the target network by sending encrypted packets to nobody: the CC3xxx sniffs the length of the encypted packets and picks up the necessary information from the string of those length bytes. The audio thing is a lot more elegant, but needs some filtering and processing to make it happen. |
|
The audio thing does require an app though to do provisioning, which I suppose isn't a problem for the kinds of people ordering this thing.
My preferred provisioning method is to let the little Dash-like device broadcast some setup or config access point. You connect to it, get an HTML UI to input target AP credentials into, and submit the form. It works from just about any device.