Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl

Size: px
Start display at page:

Download "Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl"

Transcription

1 Technical How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred Brandl

2 How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred Brandl Electric scooters are most commonly manufactured and used in China: there, the emphasis is on low cost, and most electric scooters today offer only the most basic features (see Figure 1). In particular, scooters have no fuel gauge or State of Charge (SOC) meter; a voltmeter dial is the only battery measurement provided to the rider, and the battery voltage provides a very crude indication of SOC. The voltage of a lead acid battery tends to maintain a fairly constant voltage through most of its discharge cycle, before dropping sharply as it nears a state of complete discharge. This means that the rider has very little warning that the battery is about to go flat; and, if the battery is partly discharged, no indication of how much energy (and therefore time) is required to completely recharge it. Fig. 1: a typical electric scooter manufactured in China. This model was used in road tests during the development of the SOC gauge described in this article. It would be very convenient for the rider, then, to be able to see an accurate and precise measurement of the battery s SOC. The average range (in kilometres) of a fully-charged battery is easily known. With an accurate reading of the percentage of battery charge remaining, the rider can estimate the remaining range. Page 2 / 8

3 This article describes a way to implement an accurate SOC gauge for four series-connected 12V lead acid batteries, the normal energy storage system in electric scooters and similar vehicles, while keeping to a very low bill-of-materials (BoM) budget, an essential requirement in the electric scooter market. Available as a reference design and a demonstration board, this battery sensor solution uses standard components readily available to electronics manufacturers. Basic architecture of the SOC gauge The SOC gauge system (see Figure 2) is built around a sensor interface IC, the AS8510 from ams, which combines low noise and accuracy with wide dynamic range. Current, voltage and temperature signals are amplified and digitised in the AS8510, which provides a serial digital interface to a simple 8-bit microcontroller (MCU). The MCU uses the inputs from the sensor interface to calculate an SOC value. This value may be displayed to the rider in a variety of ways, with the degree of sophistication of the display depending on the BoM budget available to the designer. UART serial Fig. 2: diagram showing the main functional blocks in the e-scooter fuel gauge reference design Page 3 / 8

4 Achieving high accuracy in current, voltage and temperature measurements The AS8510 sensor interface provides measurements of the total and individual battery voltages, the battery current, the temperature of the most negative battery pole, and the charge flowing in and out of the battery. Furthermore, it enables calculation of the batteries series resistance through synchronous acquisition of current and voltage changes when connected to a dynamic load. Current measurement is accomplished via a 100µΩ shunt of high current-carrying capability. The excellent analogue characteristics of the AS8510 it is virtually offset-free and provides intrinsically linear, low-noise outputs mean that the system can measure accurately across a current range from ±2.5mA to ±1,500A a dynamic range easily wide enough for use in the application described in this article. The device offers two independent 16-bit data acquisition channels which are clocked by the same internal precision RC oscillator for synchronous capture of shunt current and battery voltage. The voltage channel has an internal multiplexer allowing it to switch between measurements of the differential input voltage, two single-ended inputs for external temperature measurements, and an internal temperature sensor. In addition the internal current source can be programmed to drive external temperature sensors. The current measurement circuit consists of the shunt, which delivers its measurement signal through an optional low-pass filter into the sensor interface; this then amplifies the signal with a gain factor of 25. One of the requirements of this application is to measure separately the voltage of each of four batteries: in this reference design, the voltage measurement path is multiplexed between the four batteries in the series string and the temperature channel. This is accomplished through four precision voltage dividers, which are accessed through discrete FET switches controlled by the microcontroller. The sensor measures battery current at a sample rate of 1ms, and the four voltage tabs of nominally 12V, 24V, 36V and 48V sequentially, also at a 1ms interval, each voltage sample synchronous with a current sample. If any of the cells is found to be at a lower voltage than its normal range, a warning signal is produced. Page 4 / 8

5 Fig. 3: the e-scooter SOC gauge reference design board The rest of the board (shown in Figure 3) consists of: An input protection circuit comprised of two diodes and a capacitor to suppress high energy pulses on the supply line The sensor power supply: an AS1360 linear regulator powered from a 12V source. An e- scooter will normally feature a DC-DC converter to power 12V loads. An LED indicator to signal the operating status Connections for the microcontroller s programming interface and the display unit The sensor s operating current is typically 8mA, dropping to a minuscule 100µA in stand-by currentmonitoring mode. As shown above, the analogue front end provides a highly integrated means to deliver accurate voltage, current and temperature measurements across all four batteries. But these signals need to be processed before they can provide a useful SOC reading to the rider. To achieve this, ams developed two sets of firmware. Data logging firmware In the absence of datasheets or evaluation data for the batteries used in the test scooter, a method was devised to measure data during test drives which would enable the evaluation of the battery s performance. In particular, it was important to establish the parameters that would indicate when the battery was fully charged and fully discharged. Page 5 / 8

6 The test method used the sensor circuit described above, connected directly to a standard SD memory card over an SPI interface. The firmware accessed a FAT directory system on the SD card and wrote a log file in.csv format directly to it. Fig. 4: real-world data from test drives of the e-scooter shown in Figure 1 This approach is simple: the developer can remove the SD card from the logger, insert it in a PC and analyse the data using Matlab or Excel. Examples of data from the test drives are shown in Figure 4; they enable the developer to match the behaviour of the battery in the real world with the SOC readings produced by the measurement algorithms. SOC gauge display firmware With the performance data from the batteries in hand, it is possible to implement a simple algorithm to calculate the SOC. Tests showed that the cells had an open circuit voltage (OCV) of around 13.1V when fully charged, and 12V when fully discharged. The algorithm detects when a no-load condition has lasted for at least five minutes (which is the typical recovery time of this type of battery), when it can register the OCV; it then uses a linear interpolation to calculate an estimated SOC from the cell with the lowest voltage (since that is the one most likely to be fully discharged first). This interpolation is informed by voltage data acquired during the course of the road tests. Page 6 / 8

7 As soon as current starts flowing in or out of the battery, the algorithm switches to a chargeintegration ( coulomb counting ) method of measurement. Benefiting from the highly precise, zerooffset architecture of the AS8510, the system can accurately integrate the measurements of all the charge transferred into and out of the battery, to produce a value for total energy consumption. Since the amount of energy in the battery is known (from the initial OCV measurement), it is possible to continuously estimate a value for SOC, until another OCV event occurs. The algorithm developed for this reference design is quite rudimentary: a more sophisticated algorithm would additionally compensate for temperature and ageing of the battery (the energy capacity of a lead acid battery declines over a number of charge/discharge cycles). Nevertheless, road tests proved that this solution achieves accuracy of better than ±5% - a perfectly adequate performance in this application. To be useful, this accurate SOC estimation needs to be displayed to the reader. Two different display methods have been developed in this reference design. A very low cost, but informative, option is a simple LED stripe display. This uses the AS channel LED driver IC to drive a string of red, orange and green LEDs. The LEDs show the SOC of the battery in the form of a bar graph each LED represents a 6% segment of the battery s total charge. The display is connected directly to the sensor unit via the expansion port, and is accessed via a synchronous serial interface. To demonstrate a more optically pleasing display, ams also implemented code to drive a colour graphics LCD panel from Electronic Assembly (see Figure 5). This display will not only show the SOC as a classic fuel gauge, but also the voltage at each cell, and the current flowing in and out of the battery, which provides interesting information to the rider. Fig. 5: LCD display showing the SOC reading and voltage readings for each of the four batteries Page 7 / 8

8 Conclusion This design shows that for Absorption Glass Mat (AGM) batteries such as those typically used in e- scooters, a good SOC calculation based on OCV and current integration can be made, provided it is based on highly accurate current and voltage measurements. This design, which uses the highly integrated AS8510 sensor interface, and thus requires relatively few, inexpensive associated components, meets the requirement of the e-scooter market for very low cost. Including the simple LED bar graph display described above, a reasonable estimate of the BoM component cost of this reference design in production volumes is around 3. The firmware described in this article is available on request from ams. Assembled demonstration boards are also available on request. For more information about the AS8510 sensor interface, go to For further information ams AG Tel: +43 (0) info@ams.com Page 8 / 8

Accurate and available today: a ready-made implementation of a battery management system for the new 48V automotive power bus

Accurate and available today: a ready-made implementation of a battery management system for the new 48V automotive power bus Accurate and available today: a ready-made implementation of a battery management system for the new 48V automotive power bus Gernot Hehn Today s personal vehicles have an electrical system operating from

More information

Technical Article. How improved magnetic sensing technology can increase torque in BLDC motors. Roland Einspieler

Technical Article. How improved magnetic sensing technology can increase torque in BLDC motors. Roland Einspieler Technical How improved magnetic sensing technology can increase torque in BLDC motors Roland Einspieler How improved magnetic sensing technology can increase torque in BLDC motors Roland Einspieler Across

More information

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 90 94 Advanced in Control Engineering and Information Science Analysis and Design of the Super Capacitor Monitoring System of Hybrid

More information

A New Approach on Battery Management Systems

A New Approach on Battery Management Systems Keywords A New Approach on Battery Management Systems J Chatzakis, K Kalaitzakis, N C Voulgaris Technical University of Crete, Chania, Greece Tel: 302821037210, 302821037213, fax: 302821037530 e-mail:

More information

PRELIMINARY DESIGN REVIEW. LFEV-ESCM-2014 February 13, 2014

PRELIMINARY DESIGN REVIEW. LFEV-ESCM-2014 February 13, 2014 PRELIMINARY DESIGN REVIEW LFEV-ESCM-2014 February 13, 2014 LFEV-Y2-2014 Continuation of Lafayette Formula Electric Vehicle-Energy Storage, Control, and Management (LFEV-ESCM) project for use in the Formula

More information

Designing Applications with Lithium-Ion Batteries

Designing Applications with Lithium-Ion Batteries Application Note Roland van Roy AN025 Sep 2014 Designing Applications with Lithium-Ion Batteries Contents 1. Introduction...1 2. Single Li-Ion Cell as Power Source...2 3. Battery Charging...6 4. Battery

More information

Power Management Solution: Constant Voltage (CV) Pulse Charging of Hybrid Capacitors

Power Management Solution: Constant Voltage (CV) Pulse Charging of Hybrid Capacitors VISHAY BCCOMPONENTS www.vishay.com Aluminum Capacitors By Gerald Tatschl ENYCAP TM 196 HVC SERIES GENERAL INFORMATION Rechargeable energy storage solutions are of high interest because of their flexibility,

More information

SimpliPhi Power PHI Battery

SimpliPhi Power PHI Battery Power. On Your Terms. SimpliPhi Power PHI Battery INTEGRATION GUIDE: VICTRON Optimized Energy Storage & Management for Residential & Commercial Applications Utilizing Efficient, Safe, Non-Toxic, Energy

More information

Motronic MS Electronic design. Functionality. Mechanical data. Conditions for use

Motronic MS Electronic design. Functionality. Mechanical data. Conditions for use Motronic MS 1.10 The MS 1.10 is a highly sophisticated engine management system for high performance engines. The system contains 12 ignition power stages and 24 independent injection power stages. All

More information

ASPIRO & GUARDIAN BATTERY MANAGEMENT WITH ACC EXTENDED CONTROLLER

ASPIRO & GUARDIAN BATTERY MANAGEMENT WITH ACC EXTENDED CONTROLLER DESCRIPTION Battery management is implemented in the Aspiro and Guardian DC Power Systems using the ACC Extended (ACX) controller. ASPIRO & GUARDIAN BATTERY MANAGEMENT WITH ACC EXTENDED CONTROLLER The

More information

AN-1166 Lithium Polymer Battery Charger using GreenPAK State Machine

AN-1166 Lithium Polymer Battery Charger using GreenPAK State Machine AN-1166 Lithium Polymer Battery Charger using GreenPAK State Machine This note describes the design of a complete charging circuit. A single cell Lithium Polymer (LiPol) battery is charged in two stages:

More information

Current Problems with Automotive Electrical Power.

Current Problems with Automotive Electrical Power. Current Problems with Automotive Electrical Power. Hybrid car designers also need accurate current datalogging capabilities. By accurately measuring how efficiently experimental batteries store and deliver

More information

Slippage Detection and Traction Control System

Slippage Detection and Traction Control System Slippage Detection and Traction Control System May 10, 2004 Sponsors Dr. Edwin Odom U of I Mechanical Engineering Department Advisors Dr. Jim Frenzel Dr. Richard Wall Team Members Nick Carter Kellee Korpi

More information

A Battery Smart Sensor and Its SOC Estimation Function for Assembled Lithium-Ion Batteries

A Battery Smart Sensor and Its SOC Estimation Function for Assembled Lithium-Ion Batteries R1-6 SASIMI 2015 Proceedings A Battery Smart Sensor and Its SOC Estimation Function for Assembled Lithium-Ion Batteries Naoki Kawarabayashi, Lei Lin, Ryu Ishizaki and Masahiro Fukui Graduate School of

More information

Introduction Components...3. Functional Description Features Standard Monitoring Functions Alarm Definition...

Introduction Components...3. Functional Description Features Standard Monitoring Functions Alarm Definition... Monitoring Index Introduction... 2 Components...3 Functional Description... 6 Features... 8 Standard Monitoring Functions... 9 Alarm Definition... 9 Technical Data...11 Miscellaneous...13 Applications...16

More information

Technology of Load Management for Enhancement of Power Safety in Vehicles

Technology of Load Management for Enhancement of Power Safety in Vehicles EVS28 KINTEX, Korea, May 3-6, 2015 Technology of Load Management for Enhancement of Power Safety in Vehicles Jong-Min Park 1, Cha-Keon Cheong 2 1 Taesung Elecro-Circuit Systems, Republic of Korea, jmpark@tecstar.co.kr

More information

TECHNICAL BULLETIN Fig #1 - VRLA Battery Components. Intercell Welded Connection Strap joining neg. plates in parallel.

TECHNICAL BULLETIN Fig #1 - VRLA Battery Components. Intercell Welded Connection Strap joining neg. plates in parallel. TECHNICAL BULLETIN 41-7264 IntegrIty testing The valve regulated lead acid (VRLA) battery has several components (Ref. Figure 1), all of which can deteriorate with storage conditions and normal as well

More information

Power Management Solution: Constant Voltage (CV) Pulse Charging of Hybrid Capacitors

Power Management Solution: Constant Voltage (CV) Pulse Charging of Hybrid Capacitors VISHAY BCCOMPONENTS www.vishay.com Aluminum Capacitors By Gerald Tatschl ENYCAP TM 196 HVC SERIES GENERAL INFORMATION In order to fully utilize the performance of ENYCAP 196 HVC capacitors, a reliable

More information

flowtronic Sensor Series S8005 flowtronic Sensor Series S8005 Product Information Version GREGORY Technology GmbH

flowtronic Sensor Series S8005 flowtronic Sensor Series S8005 Product Information Version GREGORY Technology GmbH Product Information Version 11.04.2016 GREGORY Technology GmbH www.flowtronic.de Introduction The flowtronic sensors are developed for fuel consumption measurement of internal combustion engines. Today

More information

Give Your Battery A Rest With A Supercapacitor-based Power Subsystem

Give Your Battery A Rest With A Supercapacitor-based Power Subsystem Give Your Battery A Rest With A Supercapacitor-based Power Subsystem by Greg Lubarsky, National Semiconductor, Santa Clara, Calif. ISSUE: November 2009 Today s mobile handsets are becoming more feature

More information

L, LTC, LTM, LT, Burst Mode, are registered trademarks of Linear Technology Corporation.

L, LTC, LTM, LT, Burst Mode, are registered trademarks of Linear Technology Corporation. DESCRIPTION Demonstration circuits 1376A-A and 1376A-B are High Efficiency USB Power Manager + Triple Step Down DC/DC featuring the LTC3555-1 and LTC3555-3 respectively. The LTC 3555-1/LTC3555-3 are highly

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1020 HIGH EFFICIENCY USB POWER MANAGER + TRIPLE STEP-DOWN DC/DC LTC3555

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 1020 HIGH EFFICIENCY USB POWER MANAGER + TRIPLE STEP-DOWN DC/DC LTC3555 DESCRIPTION Demonstration Circuit 1020 is a High Efficiency USB Power Manager + Three Step-Down DC/DC Converters featuring the LTC 3555. The LTC 3555 is a highly integrated power management and battery

More information

Open-circuit voltages (OCV) of various type cells:

Open-circuit voltages (OCV) of various type cells: Open-circuit voltages (OCV) of various type cells: Re-Chargeable cells: Lead Acid: 2.10V/cell to 1.95 NiMH and NiCd: 1.20 V/cell Li Ion: 3.60 V/cell Non-re-chargeable (primary) cells: Alkaline: 1.50 V/cell

More information

Chapter 1: Battery management: State of charge

Chapter 1: Battery management: State of charge Chapter 1: Battery management: State of charge Since the mobility need of the people, portable energy is one of the most important development fields nowadays. There are many types of portable energy device

More information

MANTECH ELECTRONICS. Stepper Motors. Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS

MANTECH ELECTRONICS. Stepper Motors. Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS MANTECH ELECTRONICS Stepper Motors Basics on Stepper Motors I. STEPPER MOTOR SYSTEMS OVERVIEW 2. STEPPING MOTORS TYPES OF STEPPING MOTORS 1. VARIABLE RELUCTANCE 2. PERMANENT MAGNET 3. HYBRID MOTOR WINDINGS

More information

CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 SEC 1 - SPECIFICATIONS... 3 SEC 2 - DESCRIPTION... 5 SEC 3 - OPERATING INSTRUCTIONS...

CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 SEC 1 - SPECIFICATIONS... 3 SEC 2 - DESCRIPTION... 5 SEC 3 - OPERATING INSTRUCTIONS... CONTENTS SUBJECT PAGE TABLE OF CONTENTS... 1 INTRODUCTION... 2 SEC 1 - SPECIFICATIONS... 3 SEC 2 - DESCRIPTION... 5 SEC 3 - OPERATING INSTRUCTIONS... 8 SEC 4 - BATTERY CHARGING NOTES... 9 SEC 5 - VERIFICATION

More information

Lester Electrical ChargerConnect App User s Guide

Lester Electrical ChargerConnect App User s Guide Lester Electrical ChargerConnect App User s Guide Lester Electrical Summit Series II chargers features Bluetooth wireless communication, which can be accessed using an Apple or Android smart phone, tablet,

More information

Orion BMS Purchasing Guide Rev. 1.2

Orion BMS Purchasing Guide Rev. 1.2 www.orionbms.com Orion BMS Purchasing Guide Rev. 1.2 Main Components... 2 Orion BMS Unit... 2 Current Sensor... 4 Thermistors... 5 CANdapter... 6 Wiring Harnesses... 7 Cell voltage tap wiring harnesses...

More information

Est Battery Data Logger BDL3000

Est Battery Data Logger BDL3000 Est.1968 Battery Data Logger BDL3000 Concept The Thycon Battery Data Logger (BDL) measures, stores, displays and analyses multiple battery parameters continually without user intervention. The BDL combines

More information

Automated Seat Belt Switch Defect Detector

Automated Seat Belt Switch Defect Detector pp. 10-16 Krishi Sanskriti Publications http://www.krishisanskriti.org/publication.html Automated Seat Belt Switch Defect Detector Department of Electrical and Computer Engineering, Sri Lanka Institute

More information

Hand-Held Pressure Measuring Instrument "Manoport"

Hand-Held Pressure Measuring Instrument Manoport Force Pressure Temperature Switch Hand-Held Pressure Measuring Instrument "Manoport" Digital pressure Indicator with microprocessor for external pressure sensors Accuracy: 0.2%, (Option: 0.1%) LCD display

More information

Programming of different charge methods with the BaSyTec Battery Test System

Programming of different charge methods with the BaSyTec Battery Test System Programming of different charge methods with the BaSyTec Battery Test System Important Note: You have to use the basytec software version 4.0.6.0 or later in the ethernet operation mode if you use the

More information

BMS16. Thanks for your purchasing the BMS16 for your vehicle.

BMS16. Thanks for your purchasing the BMS16 for your vehicle. BMS16 BMS for 2S-16S LiPo & LiFe Low power consumption High accuracy 2.8 TFT LCD display Programmable Thanks for your purchasing the BMS16 for your vehicle. Read the ENTIRE instruction manual to become

More information

BMS SV 24S for 2S-24S LiPo, LiFe & LiTO&others Low power consumption High accuracy 2.8 TFT LCD display Programmable

BMS SV 24S for 2S-24S LiPo, LiFe & LiTO&others Low power consumption High accuracy 2.8 TFT LCD display Programmable BMS SV 24S for 2S-24S LiPo, LiFe & LiTO&others Low power consumption High accuracy 2.8 TFT LCD display Programmable Thanks for your purchasing the for your vehicle. Read the ENTIRE instruction manual to

More information

Inverted Pendulum Control: an Overview

Inverted Pendulum Control: an Overview Inverted Pendulum Control: an Overview K. Perev Key Words: Cart pendulum system; inverted pendulum; swing up control; local stabilization. Abstract. This paper considers the problem of inverted pendulum

More information

GeePower Energy Technology Co., Limited

GeePower Energy Technology Co., Limited 1. Scope This specification describes the product performance of the Polymer Li-ion rechargeable batteries, which is Specifications for 72V 200Ah LiFePO4 battery pack manufactured by GeePower Energy Technology

More information

Skilmatic SI 3 3 Electric Fail-Safe Actuators

Skilmatic SI 3 3 Electric Fail-Safe Actuators Introducing the 3 rd generation of Skilmatic SI self-contained electric fail-safe actuators. The SI range of self-contained electro-hydraulic actuators combining the simplicity of electrical operation

More information

DESIGN OF HIGH ENERGY LITHIUM-ION BATTERY CHARGER

DESIGN OF HIGH ENERGY LITHIUM-ION BATTERY CHARGER Australasian Universities Power Engineering Conference (AUPEC 2004) 26-29 September 2004, Brisbane, Australia DESIGN OF HIGH ENERGY LITHIUM-ION BATTERY CHARGER M.F.M. Elias*, A.K. Arof**, K.M. Nor* *Department

More information

Solar Power Energy Harvesting Electrical Integration

Solar Power Energy Harvesting Electrical Integration WHITEPAPER Solar Power Energy Harvesting Electrical Integration Contents Introduction... 1 Solar Cell Electrical Characteristics... 2 Energy Harvesting System Topologies... 4 Design Guide... 6 Indoor Single

More information

Battery Capacity Versus Discharge Rate

Battery Capacity Versus Discharge Rate Exercise 2 Battery Capacity Versus Discharge Rate EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the effects of the discharge rate and battery temperature on the capacity

More information

Technical Note. Management of Sealed Lead Acid Batteries in Reliable Small DC Standby Power Supply Systems

Technical Note. Management of Sealed Lead Acid Batteries in Reliable Small DC Standby Power Supply Systems Technical Note Management of Sealed Lead Acid Batteries in Reliable Small DC Standby Power Supply Systems Automation Products Introduction As more and more remote monitoring is installed on sites ranging

More information

High Efficiency Battery Charger using Power Components [1]

High Efficiency Battery Charger using Power Components [1] APPLICATION NOTE AN:101 High Efficiency Battery Charger using Power Components [1] Marco Panizza Senior Applications Engineer Contents Page Introduction 1 A Unique Converter Control Scheme 1 The UC3906

More information

BMS24. Thanks for your purchasing the BMS24 for your vehicle.

BMS24. Thanks for your purchasing the BMS24 for your vehicle. BMS24 for 2S-24S LiPo & LiFe Low power consumption High accuracy 2.8 TFT LCD display Programmable Thanks for your purchasing the BMS24 for your vehicle. Read the ENTIRE instruction manual to become familiar

More information

AMS1117 1A Adjustable / Fixed Low Dropout Linear Regulator

AMS1117 1A Adjustable / Fixed Low Dropout Linear Regulator 1A Adjustable / Fixed Low Dropout Linear Regulator Description The is a series of low dropout voltage regulators which can provide up to 1A of output current. The is available in six fixed voltage, 1.2,

More information

The Benefits of Cell Balancing

The Benefits of Cell Balancing The Benefits of Cell Balancing Application Note AN141.0 Author: Yossi Drori and Carlos Martinez Introduction In the world of portable consumer products, the single biggest complaint voiced by the consumer

More information

Types E2 and D2. Types Q and L. Including products with: Digital Precision Pressure Gauges

Types E2 and D2. Types Q and L. Including products with: Digital Precision Pressure Gauges JJ Types E-Ex and D-Ex JJ Types E2 and D2 JJ Type J JJ Type P JJ Types Q and L Including products with: Digital Precision Pressure Gauges DS_Digital_Precision_Pressure_gauges 01/2016 Digital precision

More information

Instruction of connection and programming of the VECTOR controller

Instruction of connection and programming of the VECTOR controller Instruction of connection and programming of the VECTOR controller 1. Connection of wiring 1.1.VECTOR Connection diagram Fig. 1 VECTOR Diagram of connection to the vehicle wiring. 1.2.Connection of wiring

More information

Orion 2 BMS Operation Manual

Orion 2 BMS Operation Manual www.orionbms.com Orion 2 BMS Operation Manual The Orion BMS 2 by Ewert Energy Systems is the second generation of the Orion BMS. The Orion BMS 2 is designed to manage and protect Lithium ion battery packs

More information

Switching & Protecting Electronics in Battery-Powered Systems

Switching & Protecting Electronics in Battery-Powered Systems Switching & Protecting Electronics in Battery-Powered Systems By Pinkesh Sachdev Product Marketing Engineer, Mixed Signal Products Linear Technology Corp. Introduction Battery-powered electronics poses

More information

INTRODUCTION. Specifications. Operating voltage range:

INTRODUCTION. Specifications. Operating voltage range: INTRODUCTION INTRODUCTION Thank you for purchasing the EcoPower Electron 65 AC Charger. This product is a fast charger with a high performance microprocessor and specialized operating software. Please

More information

Using Apollo Solar Remote Monitoring Software

Using Apollo Solar Remote Monitoring Software Using Apollo Solar Remote Monitoring Software Apollo Solar, Inc. 23 F. J. Clarke Circle Bethel, Connecticut 06801 USA +1 (203) 790-6400 www.apollosolar.com 1 Overview We will see how all the components

More information

EV Display User Guide

EV Display User Guide EV Display User Guide CleanPowerAuto LLC Brief Description: EV Display is designed to track battery state of charge and other related data in battery powered Electric Vehicle. EV Display is primarily designed

More information

Factory Data: MOSFET Controls Supercapacitor Power Dissipation

Factory Data: MOSFET Controls Supercapacitor Power Dissipation Factory Data: MOSFET Controls Supercapacitor Power Dissipation By ROBERT CHAO, President and CEO, Advanced Linear Devices Recently revealed independent testing data shows that SAB MOSFET arrays designed

More information

Dynamic power path management in battery chargers: a highly integrated implementation

Dynamic power path management in battery chargers: a highly integrated implementation from ams AG Dynamic power path management in battery chargers: a highly integrated implementation By Mark Shepherd Field Applications Engineer (US), ams AG www.ams.com In portable electronic devices with

More information

Lithium Polymer Rechargeable Battery Pack Tested and approved to UN38.3

Lithium Polymer Rechargeable Battery Pack Tested and approved to UN38.3 ENGLISH Datasheet RS Pro Article: 1449405 Lithium Polymer Rechargeable Battery Pack Tested and approved to UN38.3 1. Scope This specification shall be applied to Lithium polymer rechargeable battery. 2.

More information

BMS16T BMS24T. Thanks for your purchasing the BMS16T or BMS24T for your vehicle.

BMS16T BMS24T. Thanks for your purchasing the BMS16T or BMS24T for your vehicle. BMS16T BMS24T for 2S-16S or 2S-24S LiPo, LiFe & LiTO Low power consumption High accuracy 2.8 TFT LCD display Programmable Thanks for your purchasing the BMS16T or BMS24T for your vehicle. Read the ENTIRE

More information

NanoPower P31u / P31uX Datasheet Electric Power System for mission critical space applications with limited resources

NanoPower P31u / P31uX Datasheet Electric Power System for mission critical space applications with limited resources NanoPower P31u / P31uX Datasheet Electric Power System for mission critical space applications with limited resources 1 Table of Contents 1 TABLE OF CONTENTS... 2 2 OVERVIEW... 3 2.1 HIGHLIGHTED FEATURES...

More information

Compression/Tension Testing Machines

Compression/Tension Testing Machines Manual Cement Compression and Flexure Testing Machines UTCM-6310/UTCM-6410 The UTCM-6310 and UTCM-6410 single and double testing chamber Manual compression and flexure testing machines are designed to

More information

Solar Smart Classrooms by Using at Mega 328 Microcontroller

Solar Smart Classrooms by Using at Mega 328 Microcontroller Solar Smart Classrooms by Using at Mega 328 Microcontroller Prof. Mr. Pravin R. Bodade 1 ; Mr. Ashish S. Balpande 2 ; Miss. Ashwini G. Kumare 3 ; Mr. Kartik R. Bhudke 4 & Miss. Pranali P. Deshmukh 5 1

More information

CAPSOL. Solar charge controller. New ViewStar series. Models. Features

CAPSOL. Solar charge controller. New ViewStar series.   Models. Features CAPSOL SOLAR ENERGY SYSTEMS PWM Solar charge controller New ViewStar series CAPSOL ViewStar series solar controller is designed for off-grid solar system, such as street light, solar home system or small

More information

Cordless Drill Motor Control with Battery Charging Using Z8 Encore! F0830 Reference Design

Cordless Drill Motor Control with Battery Charging Using Z8 Encore! F0830 Reference Design Application Note Cordless Drill Motor Control with Battery Charging Using Z8 Encore! F0830 Reference Design AN025504-0910 Abstract Currently, most hand-held electric drilling machines operating on batteries

More information

ELECTRIC MACHINES EUROLAB 0.3 kw

ELECTRIC MACHINES EUROLAB 0.3 kw index SINGLE-PHASE MOTORS SPLIT-PHASE MOTOR DL 30130 CAPACITOR MOTOR DL 30140 UNIVERSAL MOTOR DL 30150 REPULSION MOTOR DL 30170 THREE PHASE ASYNCHRONOUS MOTORS SQUIRREL CAGE THREE PHASE ASYNCHRONOUS MOTOR

More information

Reach Beyond Traditional Powering Scenarios with New Ultralow I Q Buck-Boost Converters

Reach Beyond Traditional Powering Scenarios with New Ultralow I Q Buck-Boost Converters Reach Beyond Traditional Powering Scenarios with New Ultralow I Q Buck-Boost Converters John Bazinet Staff Scientist Power Products David Loconto Design Center Manager Power Products Steve Knoth Senior

More information

SmartON / SmartON+ Installation and Use Manual

SmartON / SmartON+ Installation and Use Manual SmartON / SmartON+ Installation and Use Manual Rev. Date Ver. Ver. Notes document document SmartON SmartViewII 1.0 06/04/2007 3.08 2.30 Pre-release 1.01 10/04/2007 3.08 2.30 Release 1.02 04/10/2007 3.09

More information

Electronic Ballast EVG 2000-T

Electronic Ballast EVG 2000-T Electronic Ballast EVG 2000-T Operating Manual Table of contents 1 Description 1.1 Advantages of this ballast... 3 1.2 Functional principle... 3 1.3 Energization... 4 1.4 Visualization... 5 1.5 Indications

More information

Testing Lead-acid fire panel batteries

Testing Lead-acid fire panel batteries Thames House, 29 Thames Street Kingston upon Thames, Surrey, KT1 1PH Phone: +44 (0) 8549 5855 Website: www.fia.uk.com Testing Lead-acid fire panel batteries 1. Background - Methods of testing batteries

More information

SP5 INSTALLATION AND SETUP MANUAL

SP5 INSTALLATION AND SETUP MANUAL SP5 INSTALLATION AND SETUP MANUAL 1 Installation 1.1 Introduction The SP5 System consists of a Data Acquisition unit (DAQ) with two complete Roller control channels, each Roller Control Channel consists

More information

RENEWABLE ENERGY TRAINER

RENEWABLE ENERGY TRAINER RENEWABLE ENERGY TRAINER Our most advanced training platform, for your most advanced experiments. Explores the cutting-edge science behind renewable energy engineering Features dozens of customizable expansion

More information

DEVELOPMENT OF ELECTRONICALLY CONTROLLED PROPORTIONING DIRECTIONAL SERVO VALVES PROJECT REFERENCE NO.: 38S1453

DEVELOPMENT OF ELECTRONICALLY CONTROLLED PROPORTIONING DIRECTIONAL SERVO VALVES PROJECT REFERENCE NO.: 38S1453 DEVELOPMENT OF ELECTRONICALLY CONTROLLED PROPORTIONING DIRECTIONAL SERVO VALVES COLLEGE BRANCH GUIDE PROJECT REFERENCE NO.: 38S1453 : BAPUJI INSTITUTE OF ENGINEERING AND TECHNOLOGY, DAVANGERE : MECHANICAL

More information

Impulse Voltage Test System, Q Structure, kV

Impulse Voltage Test System, Q Structure, kV TCDYQ Series Impulse Voltage Test System, Q Structure, 200-3600kV Applications: Shunt reactors Power transformers Distribution transformer Instrument transformers Cables (type tests) Bushings Arresters

More information

The MathWorks Crossover to Model-Based Design

The MathWorks Crossover to Model-Based Design The MathWorks Crossover to Model-Based Design The Ohio State University Kerem Koprubasi, Ph.D. Candidate Mechanical Engineering The 2008 Challenge X Competition Benefits of MathWorks Tools Model-based

More information

Series 1780 Dynamometer V2 Datasheet

Series 1780 Dynamometer V2 Datasheet Series 1780 Dynamometer V2 Datasheet Typical use Outrunner brushless motor characterization 25 kgf / 0-100 A 40 kgf / 0-150 A (Plus) Propeller characterization up to 47 Servo testing and control Battery

More information

FUEL DELIVERY IGNITION ANGLE CONTROL BOOST CONTROL TECH INFO

FUEL DELIVERY IGNITION ANGLE CONTROL BOOST CONTROL TECH INFO TECH INFO Analogue signal modification with resolution of 0.005V 2 high current outputs (4A each) Adaptive VR sensor input with true zero cross detection Reverse polarity protection Overvoltage protection

More information

Optimizing Battery Accuracy for EVs and HEVs

Optimizing Battery Accuracy for EVs and HEVs Optimizing Battery Accuracy for EVs and HEVs Introduction Automotive battery management system (BMS) technology has advanced considerably over the last decade. Today, several multi-cell balancing (MCB)

More information

Harness the Power of the Sun

Harness the Power of the Sun Harness the Power of the Sun Solar Controller / Battery Charger User s Manual Nominal Voltage: 12Volts Rated Solar Current: 30Amps / 40Amps Nominal Voltage: 12Volts / 24Volts Auto Rated Solar Current:

More information

Lithium battery charging

Lithium battery charging Lithium battery charging How to charge to extend battery life? Why Lithium? Compared with the traditional battery, lithium ion battery charge faster, last longer, and have a higher power density for more

More information

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT MHZ 3A PEAK SWITCH CURRENT MONOLITHIC STEP-DOWN CONVERTER

QUICK START GUIDE FOR DEMONSTRATION CIRCUIT MHZ 3A PEAK SWITCH CURRENT MONOLITHIC STEP-DOWN CONVERTER DESCRIPTION QUICK START GUIDE FOR DEMONSTRATION CIRCUIT 476 Demonstration circuit 476 is a 1.25MHz 3A monolithic step-down DC/DC switching converter using the. The LT1765 features fast switching speed,

More information

REGENERATIVE BATTERY PACK TEST SYSTEM MODEL 17020

REGENERATIVE BATTERY PACK TEST SYSTEM MODEL 17020 Regenerative Battery Pack Test System Model 17020 Features: Regenerative battery energy discharge Energy saving Environment protection Low heat generate Channels paralleled for higher currents Charge /

More information

AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project

AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project AcuBMS Battery Management System for Rechargeable Lithium-Based Batteries ELECOMP Capstone Design Project 2018-2019 Sponsoring Company: Acumentrics, Inc 10 Walpole Park South Walpole, MA 02081 1-617-935-7877

More information

Get the most out of your rechargeable batteries with this microcontrollerbased. discharger.

Get the most out of your rechargeable batteries with this microcontrollerbased. discharger. Get the most out of your rechargeable batteries with this microcontrollerbased battery discharger. FRED EADY TIMES HAVE CHANGED-YOU'D PROB ably be surprised at the number of devices containing some sort

More information

Review: The West Mountain Radio CBA-IV Battery Analyzer Phil Salas AD5X. Figure 1: West Mountain Radio CBA-IV Battery Analyzer

Review: The West Mountain Radio CBA-IV Battery Analyzer Phil Salas AD5X. Figure 1: West Mountain Radio CBA-IV Battery Analyzer Review: The West Mountain Radio CBA-IV Battery Analyzer Phil Salas AD5X Figure 1: West Mountain Radio CBA-IV Battery Analyzer Introduction There has been more emphasis on battery power of late, particularly

More information

DIN-Rail DC UPS. Powers Loads and Charges Back-Up Battery, Ideal for Automation and Wireless System Transmitter Applications

DIN-Rail DC UPS. Powers Loads and Charges Back-Up Battery, Ideal for Automation and Wireless System Transmitter Applications DIN-Rail DC UPS Powers Loads and Charges Back-Up Battery, Ideal for Automation and Wireless System Transmitter Applications Combines all system power functions: power supply, battery charger, UPS circuitry

More information

Mini Project. Classification of 2 Lithium Iron Phosphate Batteries to increase state of charge estimation accuracy.

Mini Project. Classification of 2 Lithium Iron Phosphate Batteries to increase state of charge estimation accuracy. Mini Project Classification of 2 Lithium Iron Phosphate Batteries to increase state of charge estimation accuracy. James Moore Registration Number: 140127979 Wednesday, 01 July 2015 James Moore P a g e

More information

SOLAR BASED MOBILE CHARGER

SOLAR BASED MOBILE CHARGER SOLAR BASED MOBILE CHARGER PROJECT REFERENCE NO. : 37S1422 COLLEGE : ST. JOSEPH ENGINEERING COLLEGE, MANGALORE. BRANCH : ELECTRONICS AND COMMUNICATION GUIDE : SHAMA B. N. STUDENTS : ASHLESH KUMAR AMRA

More information

EV Display V4 User Guide

EV Display V4 User Guide EV Display V4 User Guide CleanPowerAuto LLC Brief Description: EV Display a.k.a SOC Gauge is designed to track battery state of charge and other related data in battery powered Electric Vehicle. EV Display

More information

Dismantling the Myths of the Ionic Charge Profiles

Dismantling the Myths of the Ionic Charge Profiles Introduction Dismantling the Myths of the Ionic Charge Profiles By: Nasser Kutkut, PhD, DBA Advanced Charging Technologies Inc. Lead acid batteries were first invented more than 150 years ago, and since

More information

A New Buck-Boost Converter for a Hybrid-Electric Drive Stand P. Mašek

A New Buck-Boost Converter for a Hybrid-Electric Drive Stand P. Mašek A New Buck-Boost Converter for a Hybrid-Electric Drive Stand P. Mašek This paper describes work on the laboratory working stand for a hybrid-electric drive located in laboratory T2:H1-26.The basic idea

More information

C4012B for up to 12S LiPo & LiFe & LiTo 5mV voltage accuracy 1500W charge power at AC 500W charge power at DC 1.2A balance current 2.

C4012B for up to 12S LiPo & LiFe & LiTo 5mV voltage accuracy 1500W charge power at AC 500W charge power at DC 1.2A balance current 2. C4012B for up to 12S LiPo & LiFe & LiTo 5mV voltage accuracy 1500W charge power at AC 500W charge power at DC 1.2A balance current 2.8 TFT LCD display Thanks for your purchasing the 1500W CHARGER for your

More information

Hydraulic Valves «DSV»

Hydraulic Valves «DSV» Hydraulic Valves «DSV» Edition 09 01 Hydraulic Valves «DSV» Table of contents General information Integrated electronics amplifier and controller «DSV»...1.13-75 Product over-view and/or data sheets Proportional

More information

Automatic DC Power Supply/Battery Charger

Automatic DC Power Supply/Battery Charger Automatic DC Power Supply/Battery Charger PATENTED U.S. 9,270,140; 9,385,556; 9,413,186; 9,509,164 NEW in 2015: Field selectable AC input voltage in high-powered units Automatic battery commissioning mode

More information

Measuring equipment for the development of efficient drive trains using sensor telemetry in the 200 C range

Measuring equipment for the development of efficient drive trains using sensor telemetry in the 200 C range News Measuring equipment for the development of efficient drive trains using sensor telemetry in the 200 C range Whether on the test stand or on the road MANNER Sensortelemetrie, the expert for contactless

More information

Accurate Technology for Easy, Secure Fuel Gauging You Can Trust. By Bakul Damle, Mobile Power Business Management Director

Accurate Technology for Easy, Secure Fuel Gauging You Can Trust. By Bakul Damle, Mobile Power Business Management Director Accurate Technology for Easy, Secure Fuel Gauging You Can Trust By Bakul Damle, Mobile Power Business Management Director April 2017 Table of Contents Abstract...1 Introduction...2 Fuel Gauging Methodologies...3

More information

HIGH-RELIABILITY POUCH CELL CONNECTION AND COST ASPECTS OF A ROBUST BMS SOLUTION

HIGH-RELIABILITY POUCH CELL CONNECTION AND COST ASPECTS OF A ROBUST BMS SOLUTION HIGH-RELIABILITY POUCH CELL CONNECTION AND COST ASPECTS OF A ROBUST BMS SOLUTION 3rd Israeli Power Sources, Batteries, Fuel-Cells, Smart-Grid & EV Conference May 29 th / 30 th 2013, Herzelia Dr. Uwe Wiedemann

More information

5006B 5008B 50010B for up to 10S LiPo & LiFe 5mV voltage accuracy 500W charge power 1.3A balance current 2.8 TFT LCD display

5006B 5008B 50010B for up to 10S LiPo & LiFe 5mV voltage accuracy 500W charge power 1.3A balance current 2.8 TFT LCD display 5006B 5008B 50010B for up to 10S LiPo & LiFe 5mV voltage accuracy 500W charge power 1.3A balance current 2.8 TFT LCD display Thanks for your purchasing the 500W CHARGER for your RC. Read the ENTIRE instruction

More information

Reference: Photovoltaic Systems, p References: Photovoltaic Systems, Chap. 7 National Electrical Code (NEC), Articles 110,

Reference: Photovoltaic Systems, p References: Photovoltaic Systems, Chap. 7 National Electrical Code (NEC), Articles 110, Charge controllers are required in most PV systems using a battery to protect against battery overcharging and overdischarging. There are different types of charge controller design, and their specifications

More information

RF80-M. Features. Lead Acid Batteries Multistep Programmable. Automatic Operation Stores 100 Programs

RF80-M. Features. Lead Acid Batteries Multistep Programmable. Automatic Operation Stores 100 Programs RF80-M CHRISTIE Aircraft Battery Charger / Analyzer Features Nickel Cadmium Batteries Lead Acid Batteries Multistep Programmable Automatic Operation Stores 100 Programs Unique ReFLEX Charging Exclusive

More information

Vehicle Diagnostic Logging Device

Vehicle Diagnostic Logging Device UCCS SENIOR DESIGN Vehicle Diagnostic Logging Device Design Requirements Specification Prepared by Mackenzie Lowrance, Nick Hermanson, and Whitney Watson Sponsor: Tyson Hartshorn with New Planet Technologies

More information

General Description. BADICHEQ 3000 (Battery Diagnostic & Charge Equalizing) The compact solution for perfect battery management

General Description. BADICHEQ 3000 (Battery Diagnostic & Charge Equalizing) The compact solution for perfect battery management General Description BADICHEQ 3000 1 Chapter1: Introduction I: The problem General Description BADICHEQ 3000 (Battery Diagnostic & Charge Equalizing) The compact solution for perfect battery management

More information

U-514 Using the bq2010 A Tutorial for Gas Gauging

U-514 Using the bq2010 A Tutorial for Gas Gauging U-514 Using the bq2010 A Tutorial for Gas Gauging Introduction This tutorial introduces the bq2010 Gas Gauge IC (secondary battery available charge monitor). The tutorial should be used with the bq2010

More information

Nickel Cadmium and Nickel Hydride Battery Charging Applications Using the HT48R062

Nickel Cadmium and Nickel Hydride Battery Charging Applications Using the HT48R062 ickel Cadmium and ickel Hydride Battery Charging Applications Using the HT48R062 ickel Cadmium and ickel Hydride Battery Charging Applications Using the HT48R062 D/: HA0126E Introduction This application

More information