Herunterladen Inhalt Inhalt Diese Seite drucken

Maker Factory BN 2134038 Kurzanleitung

Analoger temperatursensor

Werbung

Verfügbare Sprachen

Verfügbare Sprachen

BN 2134038
Analoger Temperatursensor
DE
Kurzanleitung
Version: 1
Lieferumfang
Produkt (2x)
l
Beschreibung
Das Modul ist ein analoger Temperatursensor auf Basis eines Ther-
mistors.
Entwickler Ressourcen
Entwickler-Ressourcen und zusätzliche Produktinformationen sind
verfügbar über:
https://www.conrad.de/
Pinout / Pin Map
Pin
Beschreibung
S
Signal Pin
+
VCC (Referenzspannung: 5 V/DC)
-
GND
https://docs.makerfactory.io/
1

Werbung

Inhaltsverzeichnis
loading

Inhaltszusammenfassung für Maker Factory BN 2134038

  • Seite 1 BN 2134038 Analoger Temperatursensor Kurzanleitung Version: 1 Lieferumfang Produkt (2x) Beschreibung Das Modul ist ein analoger Temperatursensor auf Basis eines Ther- mistors. Entwickler Ressourcen Entwickler-Ressourcen und zusätzliche Produktinformationen sind verfügbar über: https://www.conrad.de/ https://docs.makerfactory.io/ Pinout / Pin Map Beschreibung Signal Pin...
  • Seite 2: Temperaturumrechnung

    Temperaturumrechnung Verwenden Sie die Steinhart-Hart Formel, um die Temperatur zu berechnen. T die Temperature in Kelvin R der Widerstand bei T in Ohm A, B und C sind die Steinhart-Hart Koeffizienten Beachten Sie, dass die Steinhart-Hart Koeffizienten je nach Typ und Modell des verwendeten Thermistors und dem zu berücksichtigenden Temperaturbereich variieren.
  • Seite 3 Code <math.h> #include Thermister( RawADC) { double Temp; double Temp = log(((10240000/RawADC) - 10000)); Temp = 1 / (0.001129148 + (0.000234125 + (0.0000000876741 * Temp * Temp ))* Temp ); Temp = Temp - 273.15; return Temp; setup() { void (9600);...
  • Seite 4: Technische Daten

    Technische Daten Betriebsspannung (max.) 5 V/DC Messbereich -55 bis +125 °C Genauigkeit +/- 0,5 °C Pullup-Widerstand 10 kΩ Abmessungen (ca.) 28 x 15 x 6 mm Gewicht (ca.) Entsorgung Elektronische Geräte sind Wertstoffe und gehören nicht in den Hausmüll. Entsorgen Sie das Produkt am Ende seiner Lebensdauer gemäß...
  • Seite 5: Delivery Content

    BN 2134038 Analogue Temperature Sensor Quick Instructions Version: 1 Delivery Content Product (2x) Description The module is an analog temperature sensor based on a thermistor. Development Resources Development resources and additional product information are avail- able from: https://www.conrad.de/ https://docs.makerfactory.io/ Pinout / Pin Map...
  • Seite 6 Temperature Conversion Use the Steinhart-Hart equation to calculate the temperature. where T is the temperature in Kelvin R is the resistance at T in Ohm A, B, and C are the Steinhart–Hart coefficients Note that the Steinhart–Hart coefficients vary depending on the type and model of thermistor used and the temperature range to be con- sidered.
  • Seite 7: Specifications

    Code <math.h> #include Thermister( RawADC) { double Temp; double Temp = log(((10240000/RawADC) - 10000)); Temp = 1 / (0.001129148 + (0.000234125 + (0.0000000876741 * Temp * Temp ))* Temp ); Temp = Temp - 273.15; return Temp; setup() { void (9600);...
  • Seite 8: Legal Notice

    Disposal Electronic devices are recyclable waste and must not be dis- posed of in the household waste. At the end of its service life, dispose of the product in accordance with applicable regulatory guidelines. You thus fulfill your statutory obligations and contribute to the pro- tection of the environment.

Inhaltsverzeichnis