5% off all items, 10% off clearance with code FESTIVE

Free Shipping for orders over ₹999

support@thinkrobotics.com | +91 93183 94903

Load image into Gallery viewer, Voltage Detection Sensor Module 25V
Load image into Gallery viewer, Voltage Detection Sensor Module 25V

Voltage Detection Sensor Module 25V

SKU: ELC5062

Regular price ₹ 39.99
Sale price ₹ 39.99 Regular price
Sale Sold out
Unit price
/per 
Tax included. Shipping calculated at checkout.
This is a pre order item. We will ship it when it comes in stock.

A simple but very useful module which uses a potential divider to reduce any input voltage by a factor of 5. This allows you to use the analogue input of a microcontroller to monitor voltages much higher than it capable of sensing. For example with a 0-5V analogue input range you are able to measure a voltage up to 25V. The module also includes convenient screw terminals for easy and secure connection of a wire.

Specification:

  • Divider ratio: 5:1
  • Resistor Tolerance: 1%
  • Max input voltage: 25V 
  • Resistor Value: 30K/7.5K Ohm


Pinout:

  1. INPUT
    1. Pin 1 - GND
    2. Pin 2 - 0-25V
  2. OUTPUT
    1. Pin 1 - Sense
    2. Pin 2 - NC
    3. Pin 3 - GND

Reference Code:

#include <Wire.h>

int val11;
int val2;

void setup ()
  {
  pinMode (LED1, OUTPUT);
  Serial.begin (9600);
  Serial.println ("Emartee.Com");
  Serial.println ("Voltage:");
  Serial.print ("V");
 }
void loop ()
  {
  float temp;
  val11 = analogRead (1);
  temp = val11 / 4.092;
  val11 = (int) temp; //
  val2 = ((val11% 100) / 10);
  Serial.println (val2);
  delay (1000);
  }
Our team will contact you with bulk pricing!

Want to buy in bulk?

Meet with our team

Custom Requirements?

Discussion Forum

Welcome to the discussion thread for Voltage Detection Sensor Module 25V
Feel free to ask questions, share tips or report issues.