magnifier
Language
  • English
  • German
Currency

Zoom the image with the mouse

Voltage Detection Sensor Module DC 0-25V for Arduino Analog Single Phase

In stock
Miniarduino
B-01-01-01
Description:  100% brand new and high quality Size: 25mm×13mm/0.98"×0.51"(approx) This module is based on principle of resistive voltage divider design, can make the red terminal connector input vo...
$2.63
$2.63
  customers are viewing this product

Description: 
100% brand new and high quality
Size: 25mm×13mm/0.98"×0.51"(approx)
This module is based on principle of resistive voltage divider design,
can make the red terminal connector input voltage to 5 times smaller.Arduino analog input voltages up to 5 v,
the voltage detection module input voltage not greater than 5Vx5=25V
(if using 3.3V systems, input voltage not greater than 3.3Vx5=16.5V).
Arduino AVR chips have 10-bit AD, so this module simulates a resolution of 0.00489V (5V/1023),
so the minimum voltage of input voltage detection module is 0.00489Vx5=0.02445V.
Voltage input range : DC0-25 V
Voltage detection range : DC0.02445 V-25 V
Voltage analog resolution : 0.00489 V
Output Interface : "+ " connected 5/3.3V, "-" connected GND, "s" connected Arduino AD pins
DC input interface : red terminal positive with VCC, negative with GND
By 3P connector, connect this module with the expansion of board Arduino,
not only makes it easier for you to detect voltage battery,
can also use the IIC LCD1602 LCD to display voltage.

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=((val110)/10);
Serial.println(val2);
delay(1000);
}

Package Included:
1 x Voltage Detection Sensor Module DC 0-25V for Arduino Analog Single Phase

Returns Policy

You may return most new, unopened items within 30 days of delivery for a full refund. We'll also pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.).

You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).

If you need to return an item, simply login to your account, view the order using the 'Complete Orders' link under the My Account menu and click the Return Item(s) button. We'll notify you via e-mail of your refund once we've received and processed the returned item.

Shipping

We can ship to virtually any address in the world. Note that there are restrictions on some products, and some products cannot be shipped to international destinations.

When you place an order, we will estimate shipping and delivery dates for you based on the availability of your items and the shipping options you choose. Depending on the shipping provider you choose, shipping date estimates may appear on the shipping quotes page.

Please also note that the shipping rates for many items we sell are weight-based. The weight of any such item can be found on its detail page. To reflect the policies of the shipping companies we use, all weights will be rounded up to the next full pound.

You have successfully subscribed!