![]() |
The Temperature Sensor measures the temperature at the tip of its metal probe. You can measure the temperature in either degrees Celsius (°C) or degrees Fahrenheit (°F). You can use the temperature sensor, for example, to measure the air temperature around your robot, or to track changes in water temperature. |
| Data | Type | Range | Notes |
|---|---|---|---|
| Degrees Celsius | Numeric | -20 to 120 | Temperature in degrees Celsius (°C) |
| Degrees Fahrenheit | Numeric | -4 to 248 | Temperature in degrees Fahrenheit (°F) |



| Block | Mode | Use |
|---|---|---|
| Wait | Temperature Sensor - Compare | Wait for the temperature to reach a certain value. |
| Wait | Temperature Sensor - Change | Wait for the temperature to change by a certain amount. |
| Loop | Temperature Sensor | Repeat a sequence of blocks until the temperature reaches a certain value. |
| Switch | Temperature Sensor | Choose between two sequences of blocks based on the temperature. |
| Temperature Sensor | Measure | Measure the temperature, and get the result on a Numeric data wire. |
| Temperature Sensor | Compare | Compare the temperature to a threshold, and get the result on a Logic data wire. |
| Data Logging | See Data Logging. |