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

Fix firmware update of WiFi Coprocessor firmware #4

Closed
makermelissa opened this issue Mar 9, 2021 · 6 comments · Fixed by #6
Closed

Fix firmware update of WiFi Coprocessor firmware #4

makermelissa opened this issue Mar 9, 2021 · 6 comments · Fixed by #6

Comments

@makermelissa
Copy link
Contributor

I'm not sure if the uBlox module on the PyPortal Pynt has the same code as the ESP32. If not, the detection and likely new stub code will need to be added.

@ladyada
Copy link
Member

ladyada commented Mar 9, 2021

its the same

@makermelissa
Copy link
Contributor Author

In that case, I don't recall testing updating coprocessor firmware at all, though it should work in theory.

@makermelissa
Copy link
Contributor Author

I just tested it out and it's not working. It appears to connect momentarily, but returns a "Didn't get enough status bytes" error.

Adafruit WebSerial ESPTool loaded.
Connecting...
Connected successfully.
Timed out after 100 milliseconds
Timed out after 100 milliseconds
Timed out after 100 milliseconds
Timed out after 100 milliseconds
Timed out after 100 milliseconds
Timed out after 100 milliseconds
Timed out after 100 milliseconds
Timed out after 100 milliseconds
Timed out after 3000 milliseconds
Error: Didn't get enough status bytes

@makermelissa makermelissa changed the title Test out with uBlox on PyPortal Pynt Fix firmware update of WiFi Coprocessor firmware Mar 11, 2021
@ladyada
Copy link
Member

ladyada commented Mar 11, 2021

does it work with esptool?

@makermelissa
Copy link
Contributor Author

I've previously used ESPTool successfully in the past, but not anytime recently. Also, I tried with the WebSerial version using a regular PyPortal and had the same result.

@makermelissa
Copy link
Contributor Author

Ok, I figured out it was failing when changing baud rates. Setting it to 115200 fixes the issue. I was able to successfully program mine. I think I should add a message when it's changing baud rates so it's easier to troubleshoot in the future.

makermelissa pushed a commit that referenced this issue Nov 4, 2022
Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.51.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.50.6...v2.51.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

Successfully merging a pull request may close this issue.

2 participants