Giter Site home page Giter Site logo

lipo-battery-charger's Introduction

Lipo charger with mcp73831 and multiple charging speed

this project use MCP73831 for charging lipo with multiple type of connectors.

Charging speed selector

  • 50ma use 20k resistor
  • 100ma use 10k resistor
  • 200ma use 5k resistor
  • 500ma use 2k resistor

You can change resistor with help of this grah (see datasheet for more info HERE)

3d

really easy calculator for charging speed to resistor to set

const charging_speed = 500 // set here your charging speed desired in milliamps
if (charging_speed > 500) 
    alert("Can't charge more than 500ma")
else
    alert(1000/(charging_speed/1000)+"Ohm")

3d view

3d

Schematic screenshot

schematic

Pcb screenshot

pcb

lipo-battery-charger's People

Contributors

rmingon avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.