Skip to content

Commit

Permalink
Merge pull request #540 from dhskinner/new-sensor-types
Browse files Browse the repository at this point in the history
Additional Telemetry sensors - BMP388, ICM-20948, MAX17048
  • Loading branch information
thebentern authored Aug 11, 2024
2 parents a0c758d + 25df63b commit 071fd93
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,21 @@ enum TelemetrySensorType {
* NAU7802 Scale Chip or compatible
*/
NAU7802 = 25;

/*
* BMP3XX High accuracy temperature and pressure
*/
BMP3XX = 26;

/*
* ICM-20948 9-Axis digital motion processor
*/
ICM20948 = 27;

/*
* MAX17048 1S lipo battery sensor (voltage, state of charge, time to go)
*/
MAX17048 = 28;
}

/*
Expand Down

0 comments on commit 071fd93

Please sign in to comment.