From dbc3358a0ddcf66fc80bcc221ab3948efd12dc8a Mon Sep 17 00:00:00 2001 From: IoTThinks Date: Sun, 28 Dec 2025 09:23:55 +0700 Subject: [PATCH] Update sensor addition instructions in firmware doc Clarified power consumption details for PowerSaving firmware. --- firmware/Add-sensors-to-repeaters.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/firmware/Add-sensors-to-repeaters.md b/firmware/Add-sensors-to-repeaters.md index 687c856..ddf5f2c 100644 --- a/firmware/Add-sensors-to-repeaters.md +++ b/firmware/Add-sensors-to-repeaters.md @@ -2,7 +2,10 @@ This is the instruction to add sensors to repeaters: - The list is based on the official MeshCore firmware and the [PowerSaving MeshCore firmware](https://github.com/IoTThinks/EasySkyMesh?tab=readme-ov-file#1-powersaving-meshcore-firmware). - The list will be updated for new sensors. -- PowerSaving firmware has powersaving feature (9mA power consumption) and additional features. + +PowerSaving firmware has powersaving feature and additional features. +- 9mA power consumption for most ESP32S3 boards (Except Xiao S3) +- 8.5mA power consumption for all NRF52 boards. ## 1. Quick Wiring Ping us to add your boards in [Discussion](https://github.com/IoTThinks/EasySkyMesh/discussions/categories/ideas)