Wessel and GitHub
cb28c38828
fix(t1000e): reclassify P0.04 as sensor power enable GPIO ( #9826 )
...
P0.04 is a digital power-enable pin for the NTC/LUX sensors, not an ADC
input. The old code was calling analogRead() on a floating GPIO that
happened to read ~mid-rail, coincidentally producing reasonable
temperature values.
- Rename T1000X_VCC_PIN to T1000X_SENSOR_EN_PIN and drive it HIGH in
initVariant() for both T1000-E and T1000-S variants
- Read BATTERY_PIN (with ADC_MULTIPLIER) instead, clamped to the 3.0V
LDO output (NTC_REF_VCC) for the NTC resistance calculation
2026-03-06 05:41:37 -06:00
..
2026-01-29 10:58:06 -06:00
2026-01-04 05:15:53 -06:00
2026-03-05 08:54:57 +11:00
2026-01-28 17:09:13 -06:00
2026-02-09 08:54:35 -06:00
2026-02-19 17:11:04 -06:00
2026-02-19 07:16:33 -06:00
2026-01-29 12:51:48 -06:00
2026-02-19 07:16:33 -06:00
2026-01-29 12:51:48 -06:00
2026-01-30 11:54:49 -06:00
2026-02-23 20:42:52 -06:00
2026-02-19 07:16:33 -06:00
2026-02-19 17:11:04 -06:00
2026-03-04 05:17:36 -06:00
2026-02-09 08:54:35 -06:00
2026-01-29 12:51:48 -06:00
2026-02-19 07:16:33 -06:00
2026-02-19 07:16:33 -06:00
2026-02-19 17:11:04 -06:00
2026-01-29 12:51:48 -06:00
2026-01-30 11:54:49 -06:00
2026-02-19 07:16:33 -06:00
2026-01-30 11:54:49 -06:00
2026-01-30 11:54:49 -06:00
2026-01-30 11:54:49 -06:00
2026-01-30 11:54:49 -06:00
2026-02-25 08:26:49 -06:00
2026-01-30 11:54:49 -06:00
2026-02-09 08:54:35 -06:00
2026-02-09 08:54:35 -06:00
2026-03-04 05:17:36 -06:00
2026-02-19 07:16:33 -06:00
2026-01-29 12:51:48 -06:00
2026-01-30 11:54:49 -06:00
2026-02-19 07:16:33 -06:00
2026-01-29 12:51:48 -06:00
2026-02-19 17:11:04 -06:00
2026-02-19 07:16:33 -06:00
2026-02-19 17:11:04 -06:00
2026-02-19 17:11:04 -06:00
2026-02-19 07:16:33 -06:00
2026-03-06 05:41:37 -06:00
2026-02-09 08:54:35 -06:00
2026-01-28 17:09:13 -06:00
2026-03-06 05:41:37 -06:00
2026-01-29 12:51:48 -06:00
2026-02-26 08:11:00 -06:00
2025-12-16 15:38:10 +11:00
2025-12-12 16:23:23 -06:00