-
Notifications
You must be signed in to change notification settings - Fork 88
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
Weather board fails to upload every other reading #216
Comments
@MrBisquit First step would be to apply the wifi improvements code in pr #199 as that can sort all sorts of issues including ones similar to what you have described. The files for this are available in a recent build: https://github.com/pimoroni/enviro/actions/runs/8784437254 |
Alright, I'll try that next time I bring it in, thanks :) (I'll close the issue once I've tested it and if it works, which may be a while depending on when I next bring it in) |
@MrBisquit This code is now in main, so upgrade to v0.2.0 and see how you go. |
I think it's actually got worse, now instead of every few that it fails, it's failing like 4 or 5 of them at a time. |
I feel like there could be an option for like if it's going to be plugged into a constant power source (instead of batteries) to have the option to never disconnect from Wi-Fi so that it could possibly prevent this issue. |
My weather board is powered via the USB-Micro cable and when it uploads a reading and takes another one it seems to start flashing red and fails, but then a few tries later it succeeds (Probably a connection issue). I was wondering if there's anyway of me disabling it sleeping because I think that's what the issue is.
The text was updated successfully, but these errors were encountered: