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

Start Improv after succesfull installation #487

Open
DustinWatts opened this issue Mar 19, 2024 · 2 comments
Open

Start Improv after succesfull installation #487

DustinWatts opened this issue Mar 19, 2024 · 2 comments

Comments

@DustinWatts
Copy link

Hi people who take the time to read this 😄 !

I am a bit stuck/confused. Can any one tell me how do I start Improv after the installation is complete. And what needs to be in my code and what need to be on my website (where I host the web-tools for uploading the binaries.

Your answer or pointing me in the right direction is very much improved!

@balloob
Copy link
Member

balloob commented Mar 20, 2024

You need to implement Improv in your firmware. If your firmware is slow on first boot, you can tweak the config. From the README:

When a firmware is first installed on a device, it might need to do some time consuming tasks like initializing the file system. By default ESP Web Tools will wait 10 seconds to receive an Improv Serial response to indicate that the boot is completed. You can increase this timeout by setting the optional manifest key new_install_improv_wait_time to the number of seconds to wait. Set to 0 to disable Improv Serial detection.

@ldijkman
Copy link

ldijkman commented Apr 22, 2024

if you use arduino ide
in the library manager there is a library with improv example code
https://www.arduino.cc/reference/en/libraries/improv-wifi-library/

https://github.com/jnthas/Improv-WiFi-Library

esp32 demo https://jnthas.github.io/improv-wifi-demo/

but i have some problems with the ESP32 version
https://ldijkman.github.io/async-esp-fs-webserver/

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

3 participants