-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Programming over the air #78
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
Comments
It will be possible yes, but it's not yet. Will be available when all requirements are fulfilled. |
for commercial product, will the firmware be secure? Encrypt bin file. |
@git-tiger that would depend only on your implementation. ArduinoOTA would never make sense to be oversecured ;) it's meant for development, but there will be other options available (SSL server, so on) that would let you transfer updates securely post-production |
@git-tiger Both flash encryption and secure boot are supported in Espressif IDF for ESP32. Arduino-ESP32 framework is built upon it, so it will be somehow supported in future (I guess), but it's too early to speak about it. There is lot of other work to do first. |
implemented ;) |
Have you got ready ESP32 OTA in arduino ide?? |
Hello,
Is it possible to program the Esp32 wireless?
Or is there any idea when it will be possible?
Thanks
The text was updated successfully, but these errors were encountered: