Glovebox.IoT.Devices
1.0.17
dotnet add package Glovebox.IoT.Devices --version 1.0.17
NuGet\Install-Package Glovebox.IoT.Devices -Version 1.0.17
<PackageReference Include="Glovebox.IoT.Devices" Version="1.0.17" />
paket add Glovebox.IoT.Devices --version 1.0.17
#r "nuget: Glovebox.IoT.Devices, 1.0.17"
// Install Glovebox.IoT.Devices as a Cake Addin #addin nuget:?package=Glovebox.IoT.Devices&version=1.0.17 // Install Glovebox.IoT.Devices as a Cake Tool #tool nuget:?package=Glovebox.IoT.Devices&version=1.0.17
Windows 10 for IoT Devices
ADC/Convertors - IAdcControllerProvider Interface Compliant
--------------
ADS1015 and MCP3002
Sensors
-------
- BMP280, BME280, BMP180, BMP085 Air Temperature, Pressure, and Humidity
- MCP970X Range of analog temperature sensors - MCP9700A, MCP9701A, MCP9701AE
- HCSR04 and Infrared Distance sensors
- LDR Light Dependent Resistor
Actuators
---------
- LED On Off and Blink support
- Motor Class for use with an H-Bridge. Supports Stop, Forward, Backward, Stop
- Relay - On Off support
- Generalised GPIO Output control - On off support
HATs
----
Explorer Hat Pro (https://shop.pimoroni.com/products/explorer-hat). Pin definitions, on board LEDs, ADS1015 ADC, H-Brigde/Motor (Capacitive touch yet to be implemented)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- UnitsNet (>= 3.20.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.17 | 3,112 | 5/12/2016 |
1.0.16 | 1,945 | 4/24/2016 |
1.0.15 | 2,222 | 11/25/2015 |
1.0.14 | 1,890 | 11/25/2015 |
1.0.12 | 1,901 | 11/25/2015 |
1.0.9 | 1,902 | 11/25/2015 |
1.0.8 | 1,845 | 11/25/2015 |
1.0.7 | 1,860 | 11/25/2015 |
1.0.6 | 1,967 | 11/25/2015 |
1.0.5 | 1,987 | 11/9/2015 |
1.0.4 | 1,667 | 11/9/2015 |
1.0.3 | 1,788 | 11/9/2015 |
1.0.2 | 1,726 | 11/9/2015 |
1.0.1 | 1,789 | 11/9/2015 |
1.0.0 | 2,382 | 10/29/2015 |
Update Log
1.0.17: Update to the BME280 and BMP280 constructors to allow passing in I2C address
1.0.16: Added BME280 Temperature, Humidity and Air Pressure Sensor. Update for Pimoroni Explorer Pro Hat
1.0.15: Added max distance constructor and method for hc-sr04 distance sensor
1.0.8 - 1.0.14 Nuget Packaging issues
1.0.7: Nuget Package fix
1.0.6: Updated HCSR04 ultrasonic distance sensor with a timeout
1.0.3 - 1.0.5 Nuget Packaging issues
1.0.2: misnamed BMP180 constructor
1.0.1: Added BMP180 and BMP085 Air temperature and pressure sensors
1.0.0: Initial release