-
Notifications
You must be signed in to change notification settings - Fork 2
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
Visualize upload states #8
Comments
When the upload is done, the box shuts down. So this is, at least for me, a good marker that the upload is done. |
How do you know that the upload actually happened? How do you know that the box has shut down (light off)? |
During the workshop they explained: If you leave the box idling on your desk it will search for the configured WiFI. When it is connected it will upload the collected data and then shut down or go to a deep sleep. |
True. I remember the explanation, too. Thank you for the code pointer. I however would find it useful if I could recognize just by observing the device if an upload happens. Specially, the first time one becomes somewhat uncertain if it works. The WiFi credentials might have a typo. The only way to find out if the upload worked is to check the website. Thus, I would welcome a visual status feedback of the device a UX improvement. |
I thought about this too but one thing kept me from actually implementing this. The powerbank which powers the MCU demands a "minimum energy output". When this minimum energy output is not met the powerbank shuts off(Abschaltautomatik)) This way for example the powerbank would not overcharge your phone if it is at 100%. The senseBox only produces this minimum energy output with all sensors on and connected. So in order to give visual feedback that the upload was successful the box and all its sensors would need to be powered. Now, one could implement a solution which gives visual feedback and then turn the box off after some minutes but not powering anything but the LED would not work here. In the end I decided instead of all the hassle that would come with implementing this, the visual feedback that the box turns off would be more straight forward and easier. I see your point though that some kind of feedback would be nice for the upload states. |
How do you feel about a solution that lets the LED blinks for 5 minutes (according to the different color codes you mentioned) and then shuts itself off ? |
Thank you for the explanation regarding the power bank restrictions.
... to visualize that the upload is taking place. I think this would already be an improvement. ❤️ |
Context
Proposal
The text was updated successfully, but these errors were encountered: