Skip to main content

Everything About Battery !

ব্যাটারি সমাচার!  
চার্জার সমাচার!
কতক্ষন চলবে জ্বলবে সমাচার 😁!

Battery : 5000mAh 
So you should need 15-25%(min) current supply for charging

( current: you shouldn’t take much because the higher current is never good for Battery health, maximum current for GEL type is 50% and AGM type 30% )

Consider 20% current supply for our charger.
Charger should be: 1000mA, 5v

( voltage shouldn’t be more than 30-40% than the Battery for Lithium-ION and not more than 15% for LED acid Battery and others like led acid type ) 

>>Now it will take :5000mAh/1000mA = 5 hours  to full the battery.
Now again considering charging loss up to max 40% 

So battery new rating to charge : 5000+ 5000*40% = 7000mAh 

>>So charging time will be: 7000/1000= 7 hours
-------------------------
Here I am considering a 3.7v 5000mAh mobile battery, using a charger of 5v, 1000mA outputs 

Example 2: 
So 12v 12Ah  led acid battery needs a transfer of  240/16, 2A 
 Why this is because this type of transformer is available in the market.
Now reduce the voltage to 13.8v using your own circuit using Resistor and IC (78xx) and 2A should be dropped by 0.2A to get 1.8A :) 

Which will took: 12Ah/1.8A = 10 hours for a full charge. Ok??
With loss :16.8Ah/1.2A =14 hours 
-------------------------

Now come to the next point 
::Uses:: 

If your battery rating is 5000mAh 
And you are using a led strip having 10 SMD led (0.5W 2850 SMD LED
) which are in parallel

and 

each one SMD takes 150mA then total current consumption till the reduction of battery from 3.6v to 2.8v (forward voltage for led) will be 150*10= 1500mA 

Then 5000mAh/1500mA=3.33 hours
So your led strip will be alive for 3 Hours for one full charge. 
( by this you can calculate anything, how much it will be alive) 

You can get specifications from the internet,  this could give you an idea about Battery handling 🙂
@jikrul_18:21_14_05_2020_001

Add caption

Comments

Post a Comment

Popular posts from this blog

Tutorials Download Link | Software Download Link

  ====================================================== BooKs ====================================================== Ebooks Collection : Click Here ====================================================== Tutorials ======================================================   All Useful Google Drive Links 300 TB Link – https://drive.google.com/drive/folders/1oCMgJeBc55NuEasPcgwjx2FuPdQd8neu Heaven 50TB – https://drive.google.com/drive/folders/1hxe7Des-ooQpamAtjyR7CX-k_hyqlQ7Q Plenty Of Udemy Courses – https://drive.google.com/drive/u/0/folders/1RDGY0Q3WBO_OE1gyImUn1W2ybFuFo6AQ 1.25 TB Course Collection – https://drive.google.com/drive/u/0/folders/1ASdn3H_kF_HsNswsQc4F3rh_PHmGNjKK DK English Books – https://drive.google.com/drive/u/1/folders/13NgYNawnbS3YqExM9Zi3y2YYSqyVr7Xd SAT Books & Past Exams – https://drive.google.com/drive/u/0/folders/14P77CHMXbErX19AUc5A05lEb_UcEAT8E Mixed Folder – https://drive.google.com/drive/folders/1DsvR68wjyT1WbNZb6tgzFep_3-hzecXm TKT Books – https:...

Government Job Opportunities for EEE, ECE & ETE Graduates in Bangladesh

🚀 Government Job Opportunities for EEE, ECE & ETE Graduates in Bangladesh If you are a graduate in Electrical and Electronic Engineering (EEE) , Electronics and Communication Engineering (ECE)  or Electronics and Telecommunication Engineering (ETE) , you have a vast field of career possibilities within the government sector of Bangladesh. Whether it's power, energy, telecom, infrastructure, or scientific research, your academic background aligns directly with the technical needs of numerous public organizations. Many of these entities publish regular job circulars , making them a prime target for stable and prestigious employment. Here's a comprehensive list of government organizations and entities where you can build a solid and impactful career: ⚡ Power Division: This is one of the most active fields for EEE graduates, offering roles in electricity distribution, transmission, generation , and policy & planning . 1. Distribution Companies: BPDB (Bangladesh ...

Configure QUANTUM ESPRESSO Parallel execution Setup/Installation procedure

To install QE with Parallel:  extract QE download from [www.quantum-espresso.org] & Extract. goto inside qe-6.6 or Download From Here ................. Open a Terminal ..................... >> sudo apt-get update >> sudo apt-get upgrade >> sudo apt-get install gfortran >> ./configure >> sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev [you must have to install libopenmpi-dev or intel mpi  so that the mpi can communicate with processor otherwise it will be serial] >> ./configure  >> make all ...................... If after configuration if it shows ( ./configure ) Parallel environment detected successfully.\ Configured for compilation of parallel executables. For more info, read the ESPRESSO User's Guide (Doc/users-guide.tex). -------------------------------------------------------------------- configure: success Then ................................. Done ................................