From 08876d1c25e86f219f9dfdf41c5bed650fa47e35 Mon Sep 17 00:00:00 2001 From: Tom Fifield Date: Thu, 3 Oct 2024 16:25:33 +0800 Subject: [PATCH] Add MLX90614 non-contact IR temperature sensor. Mentioned in https://github.com/meshtastic/firmware/issues/4738 as being most appropriate for sensing animal temperature. Also, according to https://www.sparkfun.com/products/retired/14569, a replacement for the apparently retired MLX90632 --- meshtastic/telemetry.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index c4d7ea5..94aaf39 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -510,6 +510,13 @@ enum TelemetrySensorType { * MAX30102 Pulse Oximeter and Heart-Rate Sensor */ MAX30102 = 30; + + /* + * MLX90614 non-contact IR temperature sensor. + */ + MLX90614 = 31; + + /* } /*