Temp and humidity sensor log while printing.
-
We would like to install temperature and humidity sensors inside the printer enclosure in the future, and collect this ambient information during printing.
Connecting the temperature and humidity sensors should be relatively straightforward if we use I2C, SPI on any available IO on the board (6XD, 6HC, Mini 5+). We have already seen some implementations in terms of the HW.
But how to generate a humidity and temperature log sync during printing, linked to a specific .Gcode file independent of the slicer used? E.g. such a file printed at given date had these conditions of ambient temperature and humidity.
Any idea or hint?
Thx -
@Marcossf use daemon.g to write the information to a file when the printer is printing. Should be fairly simple to do. At the moment the only sensor that does humidity is the DHT22. The BME280 is being supported in 3.5