Skip to content

Commit

Permalink
Merge pull request #499 from meshtastic/sensors
Browse files Browse the repository at this point in the history
More RAK / Adafruit sensors
  • Loading branch information
caveman99 committed May 15, 2024
2 parents ef700a5 + 0a84f48 commit bee9ddc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,29 @@ enum TelemetrySensorType {
* Sensirion High accuracy temperature and humidity
*/
SHT4X = 17;

/*
* VEML7700 high accuracy ambient light(Lux) digital 16-bit resolution sensor.
*/
VEML7700 = 18;

/*
* MLX90632 non-contact IR temperature sensor.
*/
MLX90632 = 19;

/*
* TI OPT3001 Ambient Light Sensor
*/
OPT3001 = 20;

/*
* Lite On LTR-390UV-01 UV Light Sensor
*/
LTR390UV = 21;

/*
* AMS TSL25911FN RGB Light Sensor
*/
TSL25911FN = 22;
}

0 comments on commit bee9ddc

Please sign in to comment.