-
-
Notifications
You must be signed in to change notification settings - Fork 162
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
BLE OTA update library #839
Comments
Awesome! Too bad I didn't have this for https://github.com/doudar/SS2kConfigApp and https://github.com/doudar/SmartSpin2k . I had to roll my own. https://github.com/doudar/SmartSpin2k/blob/1c120d4c9b40b99ec6b29e01a72cdc3aa2e9b272/src/BLE_Firmware_Update.cpp Just curious, what are your transmission times for a 2mb firmware? Now you just need to make a flutter library for it, and I'll convert 🥇 |
Great work! Thanks for keep it compatible with my web app! |
I haven't done any proper profiling of it but it's pretty quick for BLE.
Thank you for the web app 😄 |
For anyone interested in OTA updates over BLE on the esp32 using espressif's phone app or @gb88's webapp.
I have created a repo, sponsored by Theengs.
You can find it here and it's super simple to use, hope you enjoy it!
The text was updated successfully, but these errors were encountered: