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

Reset Server Confusion #29

Open
brandonkal opened this issue Dec 16, 2017 · 0 comments
Open

Reset Server Confusion #29

brandonkal opened this issue Dec 16, 2017 · 0 comments

Comments

@brandonkal
Copy link

I managed to get this bootloader installed but the reset server example sketch does not seem to work. I get no webpage served on port 80 (by typing in just the IP in the browser) which according to the sketch should serve sensor values.

The reset servers seems to respond at IP:8080/password/reset and I can then upload a sketch. So at least part of it works.

Also, how would I go about including the reset server function in a normal sketch? Do I need to include all the code in the ResetServer example (all #includes and the reset.check() in the main loop)?

Eventually I'd like to use an external watchdog timer to perform resets as well. Is this compatible with the bootloader?

On a seperate note, uploading a sketch.bin of the same name does not seem to work. e.g. if the server is running blink.bin, I cannot simply change the blink frequency in the code, recompile and upload with "tftp> put blink.bin"

If I rename blink.bin to blink5.bin and use "put blink5.bin" the code is accepted by the bootloader.

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

1 participant