-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add temp display in settings menu #49
Comments
Hello @Zero-Circle you mean MCU temperature, or temperature from external sensor ? I thought about adding support for DHT22, for monitoring the temperature in the box |
Having both would be good. I think im having an issue due to MCU temp atm and having it in the GUI would be nice. |
@Zero-Circle In the next release, I will add MCU temperature display. I will try to add support for the DHT22. I need to find out how many kilobytes of FLASH memory the support for DHT22/DHT11 will take up. |
Any chance the temperature is in Fahrenheit? My module is the cheap ESP32-CAM: There is another reason I believe they are not that hot:
In any case I will reply again when I take some actual temperature readings |
Hello @dc740 . No, themperature is in the celsius. Maybe you have corrupted internal temperature sensor. The temperature is read through the ESP32 library. I will try to check the code, but it works correctly for me. I have maybe 6 ESP32-cam module for testing. My camera boards have averate MCU temperature from 70-80°C |
Per Espressif documentation internal temp sensor on ESP32-S is not supported. It still is there but it's not accurate. |
@Zero-Circle I created now new release, 1.1.0-rc2, and this FW version contain support for the external temperature sensor |
And it would be nice to see this temperature from an external sensor (box temperature) in prusa connect. |
Sorry @kleiner1024 but it is not possible to add temperature to the photo. Maybe in the future developers from Prusa create API in the Prusa connect for sending temperature data |
It would be nice to have a temp readout in the settings menu.
The text was updated successfully, but these errors were encountered: