Comment faire une Tour de température | Prusa Slicer
Comment faire une Tour de température | Prusa Slicer
Catégorie du document :
Vidéos
Date du jour :
12.04.2021
Catégorie :
Impression 3D
Nom du ou des auteurs :
U Print
Date du document :
26.05.2020
Lien vers l'article :
https://www.youtube.com/watch?v=0qkjHBA9l-I&ab_channel=UPrint
Résolution du capteur DS18B20 sur arduino
Résolution du capteur DS18B20 sur arduino
Catégorie du document :
Articles web
Date du jour :
27.11.2020
Catégorie :
Arduino
Date du document :
06.09.2015
A retenir :
Setup function is pretty simple as well. sensors.begin() initializes the sensor. With sensors.setResolution(address, resolution) we can change the resolution of a sensor. The sensor can output values in 9, 10, 11 or 12 bits. Lower resolution means faster measurements:
9 bits: increments of 0.5C, 93.75ms to measure temperature;
10 bits: increments of 0.25C, 187.5ms to measure temperature;
11 bits: increments of 0.125C, 375ms to measure temperature;
12 bits: increments of 0.0625C, 750ms to measure temperature.
9 bits: increments of 0.5C, 93.75ms to measure temperature;
10 bits: increments of 0.25C, 187.5ms to measure temperature;
11 bits: increments of 0.125C, 375ms to measure temperature;
12 bits: increments of 0.0625C, 750ms to measure temperature.