PowerShell module for working with Texas Instruments TMP102 temp sensor.
This repository contains a PowerShell function to read TI's TMP102 temp sensor on a Raspberry Pi. I chose this sensor because it is very cheap. This module is using the Microsoft PowerShell IOT module. The protocol used by the module is I2C.
You can install this module by copying the Powershell.IOT.TMP102 folder to your PowerShell Modules directory.
Here is a blog post about how to wire the pins from the sensor to the board.
PowerShell.IoT.TMP102 Function | Description |
---|---|
Get-TMP102Temp | Gets the temperature in both celsius and fahrenheit. |
Get-TMP102Temp