Skip to content
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

New Example with Arduino OTA and web authentication access #1

Open
D-Tiziano opened this issue Mar 24, 2024 · 1 comment
Open

New Example with Arduino OTA and web authentication access #1

D-Tiziano opened this issue Mar 24, 2024 · 1 comment

Comments

@D-Tiziano
Copy link

Hi
A couple of weeks ago I discovered "ControlAssist".
I've studied and tried some demos and it sounds simply amazing.
Quick and easy to use, very nice.
Before I can use it in one of my applications, however, I need it to be able to work with the Arduino OTA and also to be able to invoke some authentication when accessing the web page.
I've tried several times with OTA and authentication, but I can't get it to work. In OTA tests the ESP32 resets. Isn't there some example with OTA and authentication?
Thank you.

@gemi254
Copy link
Owner

gemi254 commented Mar 26, 2024

Hi..
You can use ConfigAssist for OTA
In order to use OTA just include ConfigAssist in your project
https://github.com/gemi254/ConfigAssist-ESP32-ESP8266
that supports OTA updates..
Check this example
https://github.com/gemi254/ConfigAssist-ESP32-ESP8266/tree/main/examples/ConfigAssist-FirmwareCheck

I am currently working in a project that uses both ConfigAssist for configuration and ControlAssist for the web pages and works fine..
For web page authentication check this example
https://github.com/fhessel/esp32_https_server/blob/master/examples/Authentication/Authentication.ino

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants