Datasheet
4
3. Demonstration
Here is an example to show you how to read temperature information from the sensor.
We need a Seeeduino V3.0 and a Grove - High Temperature Sensor.
3.1 Hardware Installation
There's a I2C Port on Seeeduino, actually it's connect to A4 and A5 else. So we can use this port to read
data from the sensor.
Let's plug this sensor to I2C port of Seeeduino.
3.2 Download Code and Upload
You can download the library in here
Then extract the library the Library folder of Arduino, open the demo in examples folder.
Then upload it to your Seeeduino.
3.3 Open Serial Monitor and Get Data
Then, open your Serial Monitor, you can find the temperature in Celsius here.