NucuCar/NucuCar.Sensors
2019-11-24 15:12:12 +02:00
..
EnvironmentSensor Add source code docummentation 2019-11-24 15:12:12 +02:00
Properties Rename project Nucucar.BME680Sensor to NucuCar.Sensors 2019-11-09 19:23:07 +02:00
Telemetry Add source code docummentation 2019-11-24 15:12:12 +02:00
appsettings.Development.json Add gRPC support for NucuCar.Sensors project 2019-11-10 14:38:40 +02:00
appsettings.json Rename AzureHubConnectionString to ConnectionString 2019-11-24 14:29:52 +02:00
GrpcStartup.cs Add source code docummentation 2019-11-24 15:12:12 +02:00
NucuCar.Sensors.csproj Remove option PublishSingleFile from NucuCar.Sensors csproj 2019-11-24 14:29:28 +02:00
Program.cs Refactor Telemetry module, move into NucuCar.Domain 2019-11-17 18:27:58 +02:00
Readme.md Refactor Telemetry module, move into NucuCar.Domain 2019-11-17 18:27:58 +02:00

The service will gather sensor data and provide access to it via gRPC.

Environment Sensor

Worker service for the BME680 enviromental sensor from Bosh.

Sensor capabilities:

  • Temperature
  • Barometric Pressure
  • Humidity
  • VOC Gas (Currently not implemented in binding)