Difference between revisions of "Temperature D1 (use with mDesigner)"
From Microduino Wiki
(Created page with "The Temperature (D1) sensor is a capable of measuring the current temperature near the sensor. Support for this sensor is found in mDesigner. {| class="wikitable" style="back...") |
(→Temperature/Humidity Read) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
'''Note:'''<br><br> Several sensors may be similar, but this page only covers the '''TEMP.D1''' sensor. | '''Note:'''<br><br> Several sensors may be similar, but this page only covers the '''TEMP.D1''' sensor. | ||
|} | |} | ||
+ | =Compatible Pins= | ||
+ | The following pins on the '''Hub''' or '''mCenter+'s Hub''' support this module: | ||
+ | <div style="width: 80%;"> | ||
+ | <div style="float: left;">[[File:Hub_I2C_Pins.png|thumb|600px]]</div> | ||
+ | <div style="float: left;"> | ||
+ | {| class="wikitable" style="text-align: left;" | ||
+ | |- | ||
+ | ! scope="col"| Pin Name | ||
+ | ! scope="col"| Compatibility | ||
+ | ! scope="col"| Notes | ||
+ | |- | ||
+ | | '''Pin 0''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 1''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 2''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 3''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 4''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 5''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 6''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 7''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 8''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 9''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 10''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 11''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 12''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin 13''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin A0''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin A1''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin A2''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin A3''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin A6''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin A7''' | ||
+ | | style='background: #FDEDEC' | No | ||
+ | | | ||
+ | |- | ||
+ | | '''Pin I2C''' | ||
+ | | style='background: #EAFAF1' | Yes | ||
+ | | Any I2C / IIC pin. | ||
+ | |} | ||
+ | |||
+ | </div> | ||
+ | <br style="clear: left;" /> | ||
+ | </div> | ||
+ | =Block= | ||
+ | ==Temperature/Humidity Read== | ||
+ | This block reads the '''temperature (in Celsius)''' from the sensor and returns the value. | ||
+ | {| class="wikitable" style="background-color:#FEF9E7;" | ||
+ | |'''Note:''' This block looks very similar to the '''Temperature/Humidity Read''' block used with the '''Temperature & Humidity S2''' sensor. '''Ensure you are using the correct block!''' | ||
+ | |} | ||
+ | |||
+ | ::[[File:MDesigner_Temperature_D1_Read.png]] | ||
+ | :Reads and returns the temperature (in Celsius) from the sensor. |
Latest revision as of 21:49, 3 July 2018
The Temperature (D1) sensor is a capable of measuring the current temperature near the sensor. Support for this sensor is found in mDesigner.
Note: |
Compatible Pins
The following pins on the Hub or mCenter+'s Hub support this module:
Pin Name | Compatibility | Notes |
---|---|---|
Pin 0 | No | |
Pin 1 | No | |
Pin 2 | No | |
Pin 3 | No | |
Pin 4 | No | |
Pin 5 | No | |
Pin 6 | No | |
Pin 7 | No | |
Pin 8 | No | |
Pin 9 | No | |
Pin 10 | No | |
Pin 11 | No | |
Pin 12 | No | |
Pin 13 | No | |
Pin A0 | No | |
Pin A1 | No | |
Pin A2 | No | |
Pin A3 | No | |
Pin A6 | No | |
Pin A7 | No | |
Pin I2C | Yes | Any I2C / IIC pin. |
Block
Temperature/Humidity Read
This block reads the temperature (in Celsius) from the sensor and returns the value.
Note: This block looks very similar to the Temperature/Humidity Read block used with the Temperature & Humidity S2 sensor. Ensure you are using the correct block! |