-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add RainMaker WiFI provisioning #42
Comments
Note provisioning starts to work. But there is still an error in the provisioning process:
So it connects to WiFi but it does not get listed in the App as a device. The issue is that BLE needs RAM: With more than 400*300 pixels display buffer an ESP32 without PSRAM it won't work. The WiFi is provisioned but the App stays in a "hanged state" if it does not complete the full process. TODO:
|
This was merged into this branch. |
This tickets needs more testing before closing it. Must say that I already shipped some devices built with this branch and it worked pretty good. |
Let’s reopen this after Espressif launches Rainmaker as a component |
Following examples of https://github.com/espressif/esp-rainmaker add WiFi provisioning in one branch.
It would be the Espressif alternative to send your WiFi credentials to your devices using Android and Iphone devices.
The text was updated successfully, but these errors were encountered: