Our webstore uses cookies to offer a better user experience and we recommend you to accept their use to fully enjoy your navigation.
0104110000083234
New product
Voltage Sensor Module
14 Item Items
Warning: Last items in stock!
Availability date:
This module is designed based on the principle of resistive voltage division, which can reduce the input voltage of the terminal interface by 5 times. The maximum analog input voltage of Arduino is 5V, so the input voltage of the voltage detection module cannot be greater than 5V×5=25V (if 3.3V is used system, the input voltage cannot be greater than 3.3Vx5=16.5V). Because the AVR chip used by Arduino is 10-bit AD, the analog resolution of this module is 0.00489V (5V/1023), so the minimum input voltage detected by the voltage detection module is 0.00489V×5=0.02445V.
#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);
}
Don't delay. Buy today.
Micro USB Black Cable 1 m
$0.96
Lighter Power Supply Socket for Panel See...
$0.96
Transparent Glue Stick for Glue Gun Diameter:...
$0.31
M2 M2.5 M3 M4 Mini Nut Tool
$0.84
PIR Mini Sensor Module with AM312 See...
$3.24
Features Strong Magnetic Carbon Brush Motor,...
$2.88
60 mm Pink Propeller See description for more...
$0.35
USB Multitester See description for more...
$14.40
Comes with a detailed and user-friendly...
$43.20
LED KCD1-101N Switch See description for more...
$0.48