Home Companies Shenzhen Shanhai Technology Ltd.

DC 0 - 25 V Voltage Sensor Module

Shenzhen Shanhai Technology Ltd.
Active Member

Contact Us

Address: Room 620 ,yutian building , song lin road , Futian district ,Shenzhen , China

Contact name:

Inquir Now

Shenzhen Shanhai Technology Ltd.

DC 0 - 25 V Voltage Sensor Module

City & Province shenzhen guangdong
Categories Solar Chargers
InquireNow

Product Details

DC 0 - 25 V Voltage Sensor Module

This module is based on resistance points pressure principle, and it can make the input voltage of red terminal reduce 5 times of original voltage.

The max Arduino analog input voltage is 5 V, so the input voltage of this module should be not more than 5 V x 5 = 25 V ( if for 3.3 V system, the input voltage should be not more than 3.3 V x 5 = 16.5 V ).

Because the Arduino AVR chip have 10 bit AD, so this module simulation resolution is 0.00489 V (5 V / 1023), and the input voltage of this module should be more than 0.00489 V x 5 = 0.02445 V.


Special Parameters :

1,Voltage input range : DC0-25 V

2,Voltage detection range : DC0.02445 V-25 V

3,Voltage analog resolution : 0.00489 V

4,DC input interface : red terminal positive with VCC, negative with GND

Connecting Diagram :

 

 




This sensor module come with 3 Pin Dual-female Jumper Wire length 300mm as below :
 
 


Application :

Connect this vlotage sensor module with Arduino sensor shield through 3 Pin sensor cable, not only can easily realize to detect and control the voltage, but also can display the voltage through the IIC LCD1602 LCD module and make voltage monitor, as following :


 


 

Referrence Test 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);
}

 

 

Hot Products

DC 0 - 25 V Voltage Sensor Module This module is based on resistance points pressure principle, and ...
Adjustable Sensitivity Mini Sound Sensor Specification : 1,Can detect the surrounding sound then ...
8 bit microcontrol DHT11 Temperature And Humidity Sensor This DHT11 Temperature and Humidity Sensor ...
Infrared Digital PIR Motion Sensor We can build electronics projects just as easy as piling bricks. ...
Arduino Compatible ArduPilot Mega V2.5 Fully Assembled Kit With GPS ArduPlane is the Arduino...
ArduPilot Mega V2.5 Fully Assembled Kit Without GPS Description : ArduPlane is the Arduino...