-
Notifications
You must be signed in to change notification settings - Fork 77
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
Need to throttle updates? #1
Comments
@joreilly I think this is coming from the apa102 RGB LED that are just above the temperature sensor. You could try to dim them off and see if it affect the temperature. |
I commented out code to set LEDs but still seeing temperature steadily going up. I also tried passing in my longer delay (1000000 microseconds for example) to |
Pimoroni recently added the following note to the product page
Maybe we could implement that as an helper function in the Rainbow Hat driver /cc @gguuss |
Here is something to keep the display from flickering with each change. It also converts to Fahrenheit:
|
did anyone try the pimoroni suggestion? what were the results? |
You cannot read the CPU temp on Android Things but even if you could this would not work. I have tried to move the Rainbow Hat away from the Android Things board via a 20cm long 2x20 GPIO cable. The temp sensor still measures data from another reality, e.g. 30C+ at normal room temp. This is a design flaw in the Rainbow Hat itself. |
I'm using this with Raspberry Pi and Rainbow HAT. If I leave it running the temperature shown steadily increases. It might be case that I need to add heatsink to the processor but wondering if perhaps the code should throttle number of updates it does. Not a big issue in the scheme of things (realise this is just a demo).
The text was updated successfully, but these errors were encountered: