Seeed Studio Grove Temperature Element
The Grove temperature element is used to read ambient temperature. This is for using the Seeed Studio Grove Temperature Sensor.
When using the Grove temperature element with the BeagleBone Green Grove Base Cape, make sure to switch the VCC to 5V.
The Grove temperature is a sensor element that can be imported into the Element Toolbox through the Add Element button located in the toolbox from the Embedded tab.
Properties
The following properties can be changed for the Grove temperature element:
Name
The name of the element.
ADC Driver Instance
The ADC driver used to communicate with the sensor.
ADC Pin
The ADC pin the element is connected to.
Triggers
The following triggers are available to execute events from within the Grove temperature element:
Triggered
Execute an event when the source element connected to the Grove temperature triggers.
Temperature Read
Execute an event when temperature data is read.
Abilities
The following abilities are available for the Grove temperature element when its source element triggers:
Trigger
Trigger the element(s) that follow the Grove temperature element.
Read Temperature (°C)
Read the sensor’s temperature data (in Celsius).
Element Resources
Atmosphere includes a selection of resources for users of all levels that demonstrate using the Grove temperature element.
Guides
For a step-by-step guide on creating a project that uses the Grove temperature element, click the guide’s name to learn how to use it within a project.
Name | Hardware | Description |
---|---|---|
Getting Started with BeagleBone Green | BeagleBone Green | Introduction to using the BeagleBone Green with Atmosphere by building a simple project that reads the temperature data from the Grove Temperature Sensor and sends the data to the cloud. |
Demo Projects
To view the Grove temperature element used within a project, click the demo’s name to open the project in Atmosphere and see how the element is set up.
Name | Hardware | Description |
---|---|---|
Grove Temperature Sensor Demo | BeagleBone Green | Demonstrates using the Grove Temperature Sensor on a BeagleBone Green to read temperature sensor data and print the values to a debug console. |