·power-budget-calculator
{}

power-budget-calculator

wedsamuel1230/arduino-skills

Calculates total power consumption and battery life for Arduino/ESP32/RP2040 projects. Use when user asks about battery life, power requirements, current draw, or needs to estimate runtime. Includes sleep mode analysis, power optimization tips, and battery sizing recommendations. Run scripts/calculate_power.py for accurate calculations.

6Installs·0Trend·@wedsamuel1230

Installation

$npx skills add https://github.com/wedsamuel1230/arduino-skills --skill power-budget-calculator

SKILL.md

Run scripts/calculatepower.py --interactive for guided calculation, or use this template:

Iavg = (Iactive × tactive + Isleep × tsleep) / ttotal Iavg = ([X]mA × [Y]s + [Z]mA × [W]s) / [T]s Iavg = [result] mA

Capacity: [X] mAh Efficiency factor: 0.8 (80% usable) Effective capacity: [X × 0.8] mAh

Calculates total power consumption and battery life for Arduino/ESP32/RP2040 projects. Use when user asks about battery life, power requirements, current draw, or needs to estimate runtime. Includes sleep mode analysis, power optimization tips, and battery sizing recommendations. Run scripts/calculate_power.py for accurate calculations. Source: wedsamuel1230/arduino-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/wedsamuel1230/arduino-skills --skill power-budget-calculator
Category
{}Data Analysis
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is power-budget-calculator?

Calculates total power consumption and battery life for Arduino/ESP32/RP2040 projects. Use when user asks about battery life, power requirements, current draw, or needs to estimate runtime. Includes sleep mode analysis, power optimization tips, and battery sizing recommendations. Run scripts/calculate_power.py for accurate calculations. Source: wedsamuel1230/arduino-skills.

How do I install power-budget-calculator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/wedsamuel1230/arduino-skills --skill power-budget-calculator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/wedsamuel1230/arduino-skills

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-02-17