Combi Sensor TABLE OF CONTENTS Overview Pin-Assignment Code Example Arduino Code Example Raspberry Pi Information and take-back obligations Support Published: 27.08.2018 Copyright by Joy-IT...
Combi Sensor OVERVIEW Dear customer, Thank you for choosing our product. In the following, we will show you what to observe during commissioning and use. Should you encounter any unexpected problems during use, please do not hesitate to contact us.
Combi Sensor CODE EXAMPLE ARDUINO This sensor does not output its measurement result as an analog signal on an output pin, but communicates this digitally coded. There are several ways to control this sensor module. The Adafruit_DHT Library, published by Adafruit under the following...
Page 5
Combi Sensor // Here it is checked whether the measurements have run without errors. // If an error is detected, an error message is displayed here (isnan(h) isnan(t)) { Serial.println("Fehler beim Auslesen des Sensors"); return; // Output to the serial console Serial.println("-----------------------------------------------------------");...
Combi Sensor CODE EXAMPLE RASPBERRY PI The program uses the corresponding Adafruit_Python_DHT library from Adafruit to control the DHT11 sensor installed on this sensor module. These were published under the following link unter under the OpenSource-Licence. This must be installed first.
Page 7
Combi Sensor #!/usr/bin/python # coding=utf-8 # Required modules are imported and set up import RPi.GPIO GPIO import Adafruit_DHT import time # The pause of two seconds between measurements is set here sleeptime # Sensor should be set to Adafruit_DHT.DHT11, # Adafruit_DHT.DHT22, or Adafruit_DHT.AM2302.
Possibility of return in your area We will send you a parcel stamp with which you can return the device to us free of charge. Please contact us by e-mail at Service@joy-it.net or by phone. Information about packaging If you do not have suitable packaging material or do not wish to use your own, please contact us and we will send you suitable packaging.
Combi Sensor SUPPORT We also support you after your purchase. If there are any questions left, or if you encounter any problems, please feel free to contact us by mail, phone or by our ticket-system on our website. E-Mail: service@joy-it.net Ticket-System: http://support.joy-it.net...
Need help?
Do you have a question about the Combi Sensor and is the answer not in the manual?
Questions and answers