DIY Li-ion Capacity Tester ! | Arduino

Поділитися
Вставка
  • Опубліковано 30 чер 2018
  • Check out JLCPCB
    $2 PCB Prototype (10pcs,10*10cm): jlcpcb.com
    More project information on Instructables:- www.instructables.com/id/Li-i...
    Website,
    NematicsLab.com
    Patreon,
    / nematicslab
    For Sponsorships or Endorsements ONLY!
    Business@Nematicslab.com
    For project-related questions use Facebook or Twitter @NematicsLab
    Electronics Starter kit Tools:
    Soldering Iron - www.banggood.in/custlink/DKGK...
    Solder wire - www.banggood.in/custlink/mv3v...
    Helping Hands - www.banggood.in/custlink/vmvm...
    Hot Glue - www.banggood.in/custlink/D3GD...
    Music: This Feeling
    link: / lakeyinspired
    --------- Affiliate ---------
    Gearbest- bit.ly/2KD54KD
    Banggod- bit.ly/2xgJIK5
    LCSC - bit.ly/2KD0hJ0
    --------- Social Media ---------
    Facebook - bit.ly/2FC5lJz
    Instagram - bit.ly/2XddQpe
    Twitter - bit.ly/2IUhqMm
  • Наука та технологія

КОМЕНТАРІ • 74

  • @hamohamo234
    @hamohamo234 6 років тому +3

    How to connect I2C OLED to this board?

    • @Nematics_Lab
      @Nematics_Lab  6 років тому

      I had SPI oled which I converted to I2C, so connection are same

    • @hamohamo234
      @hamohamo234 6 років тому

      Nematic ! Thank you 👍

    • @WalterMadrassa
      @WalterMadrassa 5 років тому

      Connect the SDA of the display to A4 and SCL of the display to A5 of the Arduino Nano. Then GND and VCC! Check if your display is for 5V ! mine was for 3 V so I had to use 3.3V regulator and a diode afte it so I get 3V for the display VCC.

    • @nehemiahjudah2009
      @nehemiahjudah2009 2 роки тому

      i guess it's quite randomly asking but do anyone know a good place to watch newly released tv shows online?

    • @zevroy5700
      @zevroy5700 2 роки тому

      @Nehemiah Judah i dunno try Flixportal. You can find it by googling :P -zev

  • @kosa2004
    @kosa2004 2 роки тому

    My pcb has arrived today and cant wait to solder it. Thanks for this video :)

  • @mission_critical
    @mission_critical 6 років тому

    amazing idea, would love to use this for my upcoming Electric Bike Project, as i will build my battery pack using OLD Laptop Batteries.
    thank you sharing, really awesome project.

  • @bartekd3577
    @bartekd3577 5 років тому

    Czy możesz zmienić program i schemat dla np. 3 ogniw? (3S)?

  • @batterypoweredgardener8181
    @batterypoweredgardener8181 3 роки тому

    Where can I find the pcb in this video?

  • @nschindel
    @nschindel 2 роки тому

    Hi...
    Great project. But instructables link is broken. Could you, please, fix it? Thanks

  • @Techbooze
    @Techbooze 6 років тому

    Awesome video bhai

  • @electronic7979
    @electronic7979 5 років тому

    Excellent

  • @bartekd3577
    @bartekd3577 5 років тому

    Czy mogę użyć wewnętrznego źródła 1,1 V i dać dzielnik napięcia? Łatwiej i nie trzeba ciągle mierzyć napięcia aref. Tak?

  • @weissbornjr
    @weissbornjr 6 років тому

    What wattage soldering iron do/did you use for this? Seems like my iron is never hot enough but it is a cheap Radio Shack model

  • @emrepolat5284
    @emrepolat5284 5 років тому +2

    Do we need to use the voltage (internal resistance affected) or the EMF of the battery to do the calculations?

    • @Nematics_Lab
      @Nematics_Lab  5 років тому

      Internal voltage reference is used

    • @emrepolat5284
      @emrepolat5284 5 років тому

      @@Nematics_Lab So if a cell has 4.1V EMF, and when it connected to a source, the voltage drops, for example, 3.7V because of the internal resistance. Do I need to use 4.1V while calculating or 3.7V? I didn't get the Internal voltage reference.

    • @Nematics_Lab
      @Nematics_Lab  5 років тому

      Use voltage for calculating not EMF

    • @emrepolat5284
      @emrepolat5284 5 років тому

      @@Nematics_Lab Thank you

  • @hoangquochung9574
    @hoangquochung9574 6 років тому

    You have great job.How i use this for capacity test for multy battery at the same time ? Thank

    • @Nematics_Lab
      @Nematics_Lab  6 років тому

      This won't work for multiple batteries I'm working on new one

    • @hoangquochung9574
      @hoangquochung9574 6 років тому

      Nematic ! Thank for quick reply, I am looking forward for your new project

  • @microtech.corp.2260
    @microtech.corp.2260 4 роки тому

    Can i use this for monitoring capasity? So, it have another load.

    • @Nematics_Lab
      @Nematics_Lab  4 роки тому

      You can only test capacity of Li-Ion cells, not monitor them

  • @adistef
    @adistef 4 роки тому +1

    Hello! I have this questions: why do we need the voltage divider, because the battery voltage = 4.2 v max, the pins can handle this; the voltage drop on the resistor is low enough for a 10bit resolution ADC, if we halve it with the voltage divider it`s even worse.

    • @warlockd
      @warlockd 2 роки тому

      The internal refrence for the nano is configured for 2.56V so its why its haled. If you want to use 5v you have to tie it to the aref pin with a regulated 5v source. However the 2.56v ref source in the nano is far more accurate and would give better accuracy as long as you used a good resistor divider.

  • @korishan
    @korishan 6 років тому

    You can make your Arduino voltage reading more accurate by reading the internal voltage and using that to set your offset values. Because the power to the arduino can vary, depending on what other stuff is plugged in on the usb, or the power brick, this can effect the internal voltage. Fortunately, the IRef can be read accurately regardless and the offset can be set.
    IRef with a solid 5V supplied via the usb, will be 1.1V. Any variation of input voltage will cause the IRef to float slightly. Using the internal ADC, you can measure extremely accurate variations in the IRef to less than 0.05mV.
    No extra wiring is required, just a little bit of code additions and calculations. Just do a google search for "arduino voltmeter"

  • @princemiro7241
    @princemiro7241 3 роки тому

    the instructables is not working anymore any update?

  • @michaeljoshuamanallo1742
    @michaeljoshuamanallo1742 2 роки тому

    why is the mosfet irfz44n and the diagram shows irlz44n??

  • @muhagungr
    @muhagungr 5 років тому

    Sir only 10ohm resistor load work ? can use 5ohm 10watt or any resistor for load?

    • @Nematics_Lab
      @Nematics_Lab  5 років тому +2

      You can use 5 ohm but then you have to change code but I won't recommend doing that as inaccuracy will increase.

  • @AV-81
    @AV-81 4 роки тому +1

    You could use the SPI OLED along with the remaining analog inputs to test multiple cells at the same time!
    The nano can test upto 4 cells at a time if you use all the inputs 😃

  • @dipakkarena2242
    @dipakkarena2242 3 роки тому

    please provide link for code... Instruction link is broken in description.

  • @bartekd3577
    @bartekd3577 4 роки тому

    Do you have a DIY project for measuring internal resistance 18650?

  • @DomsedCZ
    @DomsedCZ 5 років тому

    what is the maximum current of discharging ?

    • @Nematics_Lab
      @Nematics_Lab  5 років тому

      If you change value of resistor it will change accordingly

  • @eralpdemirkazik9142
    @eralpdemirkazik9142 5 років тому

    Hi great video. İ will try to make same . But i have a question. Can we discharge more than one like4 batteries at the same time? How can we change the code?
    I will multiply the resistor and components. Bu how can i change the code?
    Thanks for help.

    • @Nematics_Lab
      @Nematics_Lab  5 років тому +1

      Check instructables article there I have uploaded code just use Arduino IDE to edit code

    • @eralpdemirkazik9142
      @eralpdemirkazik9142 5 років тому

      @@Nematics_Lab thank you very much

  • @ict3412
    @ict3412 4 роки тому

    Can I use this for 12V battery

  • @iforce2d
    @iforce2d 4 роки тому +3

    4:28 "so that's it for this video" uhh... wait, you didn't actually run it to see how well capacity was measured...

  • @omsingharjit
    @omsingharjit 2 роки тому

    Nice

  • @johndenverrasco6978
    @johndenverrasco6978 2 роки тому

    Can I ask the code?

  • @valerioguagnelliscanzani643
    @valerioguagnelliscanzani643 4 роки тому +1

    You didn't show how it works at the end.

  • @Agent-mu1pz
    @Agent-mu1pz 4 роки тому

    Hey bro I like your project, are you selling one, if yes... What would be the cost.. can I do charging/dis-charging with this for 18650 battery. Can you deliver to Bangalore

  • @anterocelllumajang
    @anterocelllumajang Рік тому

    Link is dead

  • @somogyimiklos9875
    @somogyimiklos9875 3 роки тому

    send arduino code please

  • @muhagungr
    @muhagungr 5 років тому

    sir link broken

  • @sivaramakrissh
    @sivaramakrissh 8 місяців тому

    Code

  • @ABID5
    @ABID5 5 років тому +2

    Ar ... du ... ee...noo
    ok??

  • @lhxperimental
    @lhxperimental 5 років тому +7

    Adreno? Adreno is a GPU by Qualcomm. Arduino is pronounced R-DU-E-NO

    • @Nematics_Lab
      @Nematics_Lab  5 років тому

      Yeah my microphone does not capture that pronunciation properly

    • @lhxperimental
      @lhxperimental 5 років тому +5

      @@Nematics_Lab Ya, must be the microphone.

    • @apurvmj
      @apurvmj 4 роки тому

      Have seen many ppl saying it as Adrino. 🙄

    • @sanketthakur2297
      @sanketthakur2297 4 роки тому

      Actually..

  • @ABID5
    @ABID5 5 років тому

    But you forgot to test it brother.

    • @Nematics_Lab
      @Nematics_Lab  5 років тому

      May be sometimes you need to trust me :P

    • @ABID5
      @ABID5 5 років тому

      yea, like you test a 2200 mah, if it is really 2200 mah

    • @Nematics_Lab
      @Nematics_Lab  5 років тому

      Not exactly but close

    • @ABID5
      @ABID5 5 років тому

      Where is the code?? Link broken
      I need it now.