EEWORLDEEWORLDEEWORLD

Part Number

Search

DFR0051

Description
GRAVITY: ANALOG VOLTAGE DIVIDER
CategoryDevelopment board/suite/development tools   
File Size243KB,3 Pages
ManufacturerDFRobot
Environmental Compliance
Download Datasheet Parametric View All

DFR0051 Online Shopping

Suppliers Part Number Price MOQ In stock  
DFR0051 - - View Buy Now

DFR0051 Overview

GRAVITY: ANALOG VOLTAGE DIVIDER

DFR0051 Parametric

Parameter NameAttribute value
platformGravity
typePower management
Functionvoltage divider
IC/parts used-
contentplate

DFR0051 Preview

 
 
Analog Voltage Divider SKU: DFR0051
Analog Voltage Divider V2
Contents
1 Introduction
2 Specification
3 Connection Diagram
4 Sample Code
Introduction
Analog Voltage Divider (SKU: DFR0051) The Voltage Divider can detect the supply voltage up to
25V. The DFRobot Voltage Divider module is based on resistor divider principle. The voltage
detection module allows the input voltage to reduce 5 times. As the Arduino analog input voltage is
up to 5V, so voltage detection module's input voltage can not be greater than the 5Vx5 = 25V.
Specification
Interface: Analog
Input voltage (DC): Maximum 25V, Minimum 0.0245V
Detects the supply voltage upto 25V
Size:22x30mm
Connection Diagram
Analog Voltage Divider diagram
Sample Code
void setup()
{
Serial.begin(9600);
}
void loop()
{
int val;
float temp;
val=analogRead(0);//This divider module will divide the measured voltag
e by 5, the maximum voltage it can measure is 25V.
temp=val/40.92; //
val=(int)temp;//
Serial.println(val);
delay(100);
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Powered By DFRobot © 2008-2017

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 913  812  305  184  497  19  17  7  4  10 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号