Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:extensions:extothersensor [2018/03/28 13:23]
kniwwelino
en:extensions:extothersensor [2019/04/10 13:30] (current)
kniwwelino [DS18B20]
Line 1: Line 1:
 +====== Adding external Sensors ======
 +
 +External sensors can be connected to the Kniwwelino through the pins available on the outer area. Most Sensors need to be connected to the GND and 3.3V pins of the Kniwwelino, as well as one or more of the outer pins on the lower outer side of the Kniwwelino. Please see the specific sensor section for more details.
 +
 +You can read the sensor data and use it in your application with the specific block, listed in ''Sensors'':
 +
 +===== Supported Sensors =====
 +
 +==== HC SR04P ====
 +  * ** Available Values:**  
 +    * Distance in cm [0-400]
 +  * **Used Library:**  Library 1.0.0 https://github.com/Martinsos/arduino-lib-hc-sr04
 +  * **Connection Pins:** 
 +    * Sensor **Vcc**: 3.3v
 +    * Sensor **Trig**: D0
 +    * Sensor **Echo**: D5
 +    * Sensor **Gnd**: GND
 +
 +==== DS18B20 ====
 +Temperature sensor from Maxim Integrated Products [[https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf|datasheet]]
 +  * ** Available Values:**  
 +    * Temperatur in Celsius [-55-125]
 +  * **Used Libraries:**  
 +    * OneWire 2.3.4 https://github.com/PaulStoffregen/OneWire
 +    * DS18B20 0.1.0 https://github.com/RobTillaart/Arduino/tree/master/libraries/DS18B20
 +  * **Connection Pins:** 
 +    * Sensor **Vcc**: 3.3v
 +    * Sensor **Signal**: D5, D6 or D7
 +    * Sensor **Gnd**: GND
 +    * Sensor Signal to Vcc: 4.7kOhm resistor