top of page
Voltage Sensor Module 25V

Voltage Sensor Module 25V

β‚Ή19.00Price

πŸ” What this module is

The Voltage Sensor Module (0–25V) is a simple analog sensor used to measure DC voltage using microcontrollers like Arduino or ESP32.

πŸ‘‰ It does NOT directly measure high voltage
πŸ‘‰ It uses a voltage divider circuit to reduce voltage safely

βš™οΈ Working Principle

  • The module scales down input voltage using resistors

  • Converts:

    • 0–25V input β†’ 0–5V output

  • This output is read by Arduino analog pin

➑️ Internally uses a resistor divider (30kΩ + 7.5kΩ)

βš™οΈ Key Specifications

  • Input Voltage Range: 0 – 25V DC

  • Output Voltage: 0 – 5V (safe for Arduino)

  • Resolution: ~0.00489V (10-bit ADC)

  • Output Type: Analog

  • Operating Voltage: 3.3V–5V

πŸ”Œ Pinout

Input Side (High Voltage)

  • VCC / + β†’ Positive voltage to measure

  • GND / - β†’ Ground

Output Side (Microcontroller)

  • S (Signal) β†’ Analog pin (A0 etc.)

  • + β†’ 5V / 3.3V

  • - β†’ GND

🧠 Formula to Calculate Voltage

Since voltage is divided by 5:

Vinput=VanalogΓ—5V_{input} = V_{analog} \times 5Vinput​=Vanalog​×5

πŸ‘‰ Example:
If Arduino reads 2V, actual voltage = 10V

πŸ’‘ Applications

  • πŸ”‹ Battery voltage monitoring

  • ⚑ Power supply measurement

  • πŸš— Automotive voltage sensing

  • 🌞 Solar panel monitoring

  • πŸ”Œ IoT energy systems

⚠️ Important Notes (Very Important)

  • ❌ Do NOT exceed 25V input β†’ may damage Arduino

  • ❌ Measures only DC voltage (not AC)

  • ❌ Cannot measure negative voltage

  • ⚠️ For ESP32 (3.3V ADC): max measurable β‰ˆ 16.5V

πŸ†š When to use this vs other sensors

SensorUse Case
Voltage Sensor (25V)Simple voltage measurement
INA219 / INA260Voltage + current + power
ZMPT101BAC voltage measurement

πŸ‘ Why it's useful

  • Very cheap & simple

  • No complex library needed

  • Perfect for beginners + quick projects

Quantity
bottom of page