>Description  

100% brand new and high quality
Size: 25mm×13mm/0.98"×0.51"(approx)
TThis 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 IICLCD1602 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:

1PCS Standard Voltage Sensor Module For Robot Arduino



>Payment
  • We only accept payment through Paypal.
  • Items will go to post within 1-2 business days after payment confirmed.
  • Please leave note in PayPal when Smaking the payment if you have any special request (colors/size).
>Shipping
  • USA customers: all items will be shipped to address in buyer’s eBay details via ePacket service of USPS & China Post. We’ll offer tracking number for each package. Tracking info can be traced on USPS system.
  • Customers outside of USA: all items will be shipped to address in buyer’s paypal details via Hong Kong post air mail.
  • Before you bid item, please clear you have noticed below details:
  • 7-25 working days: United States
  • 10-25 working days: Canada, United Kingdom, Australia, Japan, New Zealand
  • 2-5 working weeks: Countries in Western Europe, Southeast Asia, Israel, Korea
  • 3-6 working weeks: Russia, Eastern Europe, Mid-East
  • 4-7 working weeks: Mexico, South America
    Because of some post and custom reason, we ship item to worldwide but exclude the following countries and area:
    AFRICA: All countries in Africa;
    ASIA: Afghanistan, Bangladesh, Bhutan, Brunei, Cambodia, China, India, Iraq, Kazakhstan, Kyrgyzstan, Laos, Maldives, Mongolia, Nepal, Philippines, Singapore, Tajikistan, Turkey, Turkmenistan, Uzbekistan, Vietnam;
    Central America and Caribbean;
    South America: Colombia, Ecuador, Peru;
    EUROPE: Italy, Moldova, Romania.
    We are unable to take any responsibility for any custom delay or tax. Reason is because transit time is highly depended and provided by Postal Service (except weekends and holidays).
>Contact Us
  • Normally, we leave positive feedback for you once payment received. We are also hope that you can do me the same. Your support will keep us moving forward forever.
  • If you are not satisfied when you receive your item, please return it within 30 days for a replacement or money back. Please contact me before you return it.
  • If the shipping delay happened, we’re willing to pay refund or resend new item(s).
DataCaciques