{"id":1009,"date":"2020-02-20T12:52:52","date_gmt":"2020-02-20T18:52:52","guid":{"rendered":"https:\/\/delphijustin.biz\/?p=1009"},"modified":"2020-02-28T14:38:59","modified_gmt":"2020-02-28T20:38:59","slug":"diy-battery-load-tester","status":"publish","type":"post","link":"https:\/\/delphijustin.biz\/diy-battery-load-tester\/","title":{"rendered":"DIY Battery Load Tester"},"content":{"rendered":"\n<p>In this blog post I will go over steps of testing a battery. This method is not just for golf cart batteries, it works with most batteries(although the resistance might be different) that give a good wattage without going over the wattage rating of the resistor. Another thing I should tell you is don&#8217;t forget to unhook the resistor when you are not using it. This is so that the battery does not get drained too much. You may be thinking don&#8217;t batteries voltage goes really low if the battery is bad. That is true, but there is a possible chance that the equivalent series resistance goes up and the voltage stays the same.<\/p>\n\n\n\n<p>To figure out the maximum voltage for a a resistor use the following equation,where Vmax is the maximum voltage R is resistance and P is resistor power ratting<\/p>\n\n\n\n<p>$$v_{max}=\\sqrt{PR}$$<\/p>\n\n\n\n<p>So for a <a href=\"https:\/\/www.allelectronics.com\/item\/10-100\/10-ohm-100-watt-resistor\/1.html\">10 ohm 100W resistor<\/a>,for the <a href=\"https:\/\/www.ebay.com\/itm\/Dryer-Heating-Element-for-Whirlpool-Kenmore-3387747-WP3387747-AP6008281-PS117414\/362418866586?pageci=829550c4-5722-4ec0-b7f6-914eec0827c1\">heating element<\/a> tap into a section of the nichrome wire and measure it until you get a good small resistance for what is reasonable. <\/p>\n\n\n\n<p>$$\\sqrt{10*100}=\\sqrt{1000}=31.623V$$<\/p>\n\n\n\n<p>Since our battery is 24V it will work since it is less than 31V. But don&#8217;t stop there is 10 ohms small enough to give out a few amps without going over the amp-hour capacity. You can figure that out with ohms law equation. Where I is current, V is battery voltage and R is resistance:<\/p>\n\n\n\n<p>$$I=\\frac{V}{R}=\\frac{24}{10}=2.4A$$<\/p>\n\n\n\n<p>If we put two 10 ohm resistors in parallel you will get 4.8A and so on&#8230; Just don&#8217;t use too many where the current draws too much. I decided to get four of them. This gives a 2.5 ohm load which draws 9.6A, this is so that the current doesn&#8217;t overload the meter that I have. This will save you money(if you get a heating element. This is because the resistor has to be 100 watts and at all electronics it cost 5 dollars per resistor. Another option is to get a cheap <a href=\"https:\/\/www.ebay.com\/itm\/Dryer-Heating-Element-for-Whirlpool-Kenmore-3387747-WP3387747-AP6008281-PS117414\/362418866586\">heating element<\/a>. The heating element is a better option because you can tap into the resistance needed and higher power. To get the correct resistance from a heater element divide the length of nichrome wire by the following equation:<\/p>\n\n\n\n<p>$$L=\\frac{v_{rated}}{v_{battery}}=\\frac{240}{24}$$<\/p>\n\n\n\n<p>Where Vrated is the original voltage rating(240v is typical dryer voltage) for the heater element,vbattery is the battery voltage and L is the length divider so with 24 volts you must not go below the original length divided by 10. So for element of 20 feet the minimum length is 2 feet,and so on&#8230;<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" loading=\"lazy\" width=\"457\" height=\"279\" src=\"https:\/\/delphijustin.biz\/wp-content\/uploads\/2020\/02\/batterytester.gif\" alt=\"\" class=\"wp-image-1046\"\/><figcaption>Circuit Diagram<\/figcaption><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Testing the battery<\/h2>\n\n\n\n<p>When I say measure I mean MEASURE it! Do not use what the specs say because your meter will probably be a little off. Do it for every time you hookup this circuit. <\/p>\n\n\n\n<p>Step 1 Measure the resistor and do ohm&#8217;s law to figure out the maximum current it will draw. It must not go really over the amp hour rating of the battery<\/p>\n\n\n\n<p>Step 2 Hook up the circuit to the battery and measure it voltage it should not drop below the 80% of the battery voltage for a maximum of 15 seconds.<\/p>\n\n\n\n<p>Step 3. If it hardly dropped it&#8217;s good other wise it is bad, you can take your load test each battery one at a time<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https:\/\/delphijustin.biz\/wp-content\/uploads\/2020\/02\/wp-1582750301749160967389-1024x576.jpg\" alt=\"\" class=\"wp-image-1043\" srcset=\"https:\/\/delphijustin.biz\/wp-content\/uploads\/2020\/02\/wp-1582750301749160967389-1024x576.jpg 1024w, https:\/\/delphijustin.biz\/wp-content\/uploads\/2020\/02\/wp-1582750301749160967389-300x169.jpg 300w, https:\/\/delphijustin.biz\/wp-content\/uploads\/2020\/02\/wp-1582750301749160967389-768x432.jpg 768w, https:\/\/delphijustin.biz\/wp-content\/uploads\/2020\/02\/wp-1582750301749160967389-1568x882.jpg 1568w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>1.6 ohm resistor for 29.1 volts<\/figcaption><\/figure>\n\n\n\nYou can use the calculator below to calculate the lowest safest length of wire.<br>\nOriginally rated voltage:<input id=\"vrated\" value=\"240\" type=\"text\">V<br>\nBattery Voltage:<input id=\"vbattery\" type=\"text\">V<br>\nTotal length of nichrome wire:<input id=\"wl\" value=\"26.25\" type=\"text\">ft Use default for the one I used.<br>\nLowest Length:<span id=\"ll\"><\/span> ft<br>\n<input value=\"Calculate\" onclick=\"makeResistor()\" type=\"button\">\n<script type=\"text\/javascript\">\nfunction makeResistor(){\nvar vrated = document.getElementById(\"vrated\").value*1;\nvbattery = document.getElementById(\"vbattery\").value*1;\nwl = document.getElementById(\"wl\").value*1;\ndl = vrated \/ vbattery;\nll = wl \/ dl;\ndocument.getElementById(\"ll\").innerHTML = ll;\n}<\/script>\n<script type=\"text\/javascript\" src=\"\/\/delphianserver.com\/counter\/ibuiltit.js\"><\/script>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"DIY battery load tester\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/videoseries?list=PLoIgEA5B16EWQILpjT7aqxLdYTSISfb7R\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><figcaption>Youtube Playlist<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>In this blog post I will go over steps of testing a battery. This method is not just for golf cart batteries, it works with most batteries(although the resistance might be different) that give a good wattage without going over the wattage rating of the resistor. Another thing I should tell you is don&#8217;t forget &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/delphijustin.biz\/diy-battery-load-tester\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;DIY Battery Load Tester&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"beyondwords_generate_audio":"","beyondwords_project_id":"","beyondwords_content_id":"","beyondwords_preview_token":"","beyondwords_player_style":"","beyondwords_language_id":"","beyondwords_title_voice_id":"","beyondwords_body_voice_id":"","beyondwords_summary_voice_id":"","beyondwords_error_message":"","beyondwords_disabled":"","beyondwords_delete_content":"","beyondwords_podcast_id":"","beyondwords_hash":"","publish_post_to_speechkit":"","speechkit_hash":"","speechkit_generate_audio":"","speechkit_project_id":"","speechkit_podcast_id":"","speechkit_error_message":"","speechkit_disabled":"","speechkit_access_key":"","speechkit_error":"","speechkit_info":"","speechkit_response":"","speechkit_retries":"","speechkit_status":"","speechkit_updated_at":"","_speechkit_link":"","_speechkit_text":""},"categories":[2],"tags":[179,178,173,174,172,171,177,175],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/posts\/1009"}],"collection":[{"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/comments?post=1009"}],"version-history":[{"count":5,"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/posts\/1009\/revisions"}],"predecessor-version":[{"id":1058,"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/posts\/1009\/revisions\/1058"}],"wp:attachment":[{"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/media?parent=1009"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/categories?post=1009"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/delphijustin.biz\/wp-json\/wp\/v2\/tags?post=1009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}