
High Sensitivity Voltage Sensor Module Arduino Compatible
- Payment Type:
- T/T, Western Union, Paypal, Money Gram
Quantity:
Your message must be between 20 to 2000 characters
Contact NowBasic Info
Basic Info
Place of Origin: | China |
---|---|
Payment Type: | T/T, Western Union, Paypal, Money Gram |
Product Description
Product Description
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
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
Int val11;
Int val2;
Void setup()
{
PinMode(LED1, OUTPUT);
Serial. Begin(9600);
Serial. Println("Emartee");
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);
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
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
Int val11;
Int val2;
Void setup()
{
PinMode(LED1, OUTPUT);
Serial. Begin(9600);
Serial. Println("Emartee");
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);
Related Keywords
Related Keywords
You May Also Like
You May Also Like