Advertisement
Guest User

Scaru Ad on Right-BLF

a guest
Dec 30th, 2012
590
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 181.36 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Review / Measurement: Charger module with TP4056 controller | BudgetLightForum.com</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  7. <link rel="shortcut icon" href="/sites/budgetlightforum.com/files/newsflash_favicon_1.jpg" type="image/x-icon" />
  8. <link type="text/css" rel="stylesheet" media="all" href="/sites/budgetlightforum.com/files/css/css_d52eb8a086a9b99dca9c13630808b3d4.css" />
  9. <script type="text/javascript" src="/sites/budgetlightforum.com/files/js/js_dd92c372d3eedd3ea94025e0ee35d58b.js"></script>
  10. <script type="text/javascript" src="/sites/all/libraries/tinymce/jscripts/tiny_mce/tiny_mce.js?o"></script>
  11. <script type="text/javascript">
  12. <!--//--><![CDATA[//><!--
  13. jQuery.extend(Drupal.settings, { "basePath": "/", "extlink": { "extTarget": "_blank", "extClass": "ext", "extSubdomains": 1, "extExclude": "", "extInclude": "", "extAlert": 0, "extAlertText": "This link will take you to an external web site. We are not responsible for their content.", "mailtoClass": "mailto" }, "smileys": { "enable_dialog": 0, "draggable": 1, "resizable": 1, "dialog_width": "200", "dialog_height": "0" }, "BUE": { "templates": { "e6": { "iconpath": "/sites/budgetlightforum.com/files/bueditor-icons", "buttons": [ [ "Bold", "*%TEXT%*", "bold.png", "" ], [ "Italic", "_%TEXT%_", "italic.png", "" ], [ "Underline", "+%TEXT%+", "underline.png", "" ], [ "Strikethrough", "-%TEXT%-", "strike.png", "" ], [ " ", "", "", "" ], [ "Insert Link", "js:\n\nvar selected_text = E.getSelection();\n\nvar form = [\n{name: \'url\', title: \'Link URL\', required: true},\n{name: \'text\', title: \'Link Text\', value: selected_text, required: true}\n];\n\nE.tagDialog(\'\', form, {title: \'Insert Link\', submit: function(tag, form) {\n\nif (selected_text!=\"\"){\nvar code = \'\"\'+ form.elements.attr_text.value + \'\":\' + form.elements.attr_url.value;\nE.replaceSelection(code, cursor=\'end\');\n}\n\nelse{\nvar code = \'\"\'+ form.elements.attr_text.value + \'\":\' + form.elements.attr_url.value + \" \";\nE.replaceSelection(code, cursor=\'end\');\n}\n\nE.tgdSubmit(tag, form);\n}});", "link.png", "" ], [ "Insert Video", "js:\nvar S = E.getSelection();\nvar M = S.match(new RegExp(\'^\\\\[video:([^\\\\] ]*)([^\\\\]]*)]$\')) || [\'\', \'\', \'\'];\nvar A = {};\nM[2] \x26\x26 $.each(M[2].split(\' \'), function(i, val) {if (val) {\n var p = val.split(\':\');\n p[0] \x26\x26 p[1] \x26\x26 (A[p[0]] = p[1]);\n}});\nvar form = [\n{name: \'video\', title: \'Video URL\', value: M[1] || \'http://youtube.com/watch?v=\', required: true, attributes: {size: 32}},\n{name: \'width\', title: \'Width x Height\', suffix: \' x \', getnext: true, attributes: {size: 3}, value: A.width || \'\'},\n{name: \'height\', attributes: {size: 3}, value: A.height || \'\'}\n];\nE.tagDialog(\'video\', form, {title: \'Insert/edit video\', submit: function(tag, form) {\n for (var el, i = 0, arr = []; el = form.elements[i]; i++) {\n if (el.name.substr(0, 5) == \'attr_\' \x26\x26 el.value) {\n arr.push(el.name.substr(5) +\':\'+ el.value);\n }\n }\n E.replaceSelection(\'[\'+ arr.join(\' \') +\']\');\n}});", "video.png", "" ], [ "Insert Image", "js:\n\nvar form = [\n{name: \'url\', title: \'Image URL\', required: true, attributes: {size: 32}},\n{name: \'relative\', title: \'(OPTIONAL) Relative Width (%):\', attributes: {size:4}},\n{name: \'height\', title: \'(OR) Specific Height x Width (px):\', suffix: \' x \', getnext: true, attributes: {size: 3}},\n{name: \'width\', attributes: {size: 3}},\n{name: \'linkto\', title: \'(OPTIONAL) Link to URL:\', attributes: {size: 32}}\n];\n\nE.tagDialog(\'\', form, {title: \'Insert Image\', submit: function(tag, form) {\n\nif (form.elements.attr_relative.value){\nvar code = \'!{width:\' + form.elements.attr_relative.value + \'%}\' + form.elements.attr_url.value + \'!\';\n}\n\nelse if (form.elements.attr_height.value \x26\x26 form.elements.attr_width.value){\nvar code = \'!{height:\' + form.elements.attr_height.value + \'px; width:\' + form.elements.attr_width.value + \'px}\' + form.elements.attr_url.value + \'!\';\n\n}\n\nelse{\nvar code = \'!\' + form.elements.attr_url.value + \'!\';\n}\n\nif(form.elements.attr_linkto.value){\ncode = code + \':\' + form.elements.attr_linkto.value + \' \';\n}\nelse{\ncode = code + \' \';\n}\n\nE.replaceSelection(code, cursor=\'end\');\nE.tgdSubmit(tag, form);\n}});", "image.png", "" ], [ " ", "", "", "" ], [ "Numbered List", "js:\n\nvar selection = E.getSelection();\n\nE.replaceSelection(\'\\n\' + \'# \' + selection, cursor=\'end\');", "ol.png", "" ], [ "Bullet List", "js:\n\nvar selection = E.getSelection();\n\nE.replaceSelection(\'\\n\' + \'* \' + selection, cursor=\'end\');", "ul.png", "" ], [ "Insert Table", "js:\nE.quickPop.open(\'\x3ctable id=\"bue-quick-table\" style=\"width: auto; height: auto;\"\x3e \x3ctr\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3c/tr\x3e \x3ctr\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3c/tr\x3e \x3ctr\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3ctd\x3e\x3c/td\x3e\x3c/tr\x3e \x3c/table\x3e\');\n\nquickTableX = -1, quickTableY = -1;\n\nquickTableTd = function () {\n $(this).css(\n {width: \'16px\', height: \'16px\', border: \'1px solid #ddd\', padding: \'5px\', backgroundColor: \'white\', cursor: \'pointer\'}\n ).html(\'\x26nbsp;\').mouseover(quickTableTdOver).click(quickTableTdClick);\n};\n\nquickTableTdOver = function () {\n var row = this.parentNode, table = row.parentNode, X = this.cellIndex, Y = row.rowIndex;\n\n if (X == row.cells.length - 1) {\n for (var i = table.rows.length; i; i--) quickTableTd.apply(table.rows[i-1].insertCell(X+1));\n }\n if (Y == table.rows.length - 1) {\n var _row = table.insertRow(Y+1);\n for (var i = 0, t = row.cells.length; i \x3c t; i++) quickTableTd.apply(_row.insertCell(i));\n }\n \n var aX = X \x3c quickTableX ? [quickTableX, X, quickTableY, \'white\'] : [X, quickTableX, Y, \'blue\'];\n var aY = Y \x3c quickTableY ? [quickTableY, Y, quickTableX, \'white\'] : [Y, quickTableY, X, \'blue\'];\n for (var i = aX[0]; i \x3e aX[1]; i--) for (var j = aX[2]; j \x3e -1; j--) {\n table.rows[j].cells[i].style.backgroundColor = aX[3];\n }\n for (var i = aY[0]; i \x3e aY[1]; i--) for (var j = aY[2]; j \x3e -1; j--) {\n table.rows[i].cells[j].style.backgroundColor = aY[3];\n }\n \n quickTableX = X, quickTableY = Y;\n};\n\n\nquickTableTdClick = function () {\n var cells = \'\', rows = \'\';\n for (var i = quickTableX+1; i \x3e -1 ; i--) {\n cells += \'|\';\n }\n for (var i = quickTableY; i \x3e -1 ; i--) {\n rows += \'\\n\' + cells;\n }\n E.replaceSelection(\'table(table#posts).\' + rows +\'\\n\', \'end\');\n};\n\n$(\'#bue-quick-table td\').each(quickTableTd);", "table.png", "" ], [ " ", "", "", "" ], [ "Align Left", "js:\n\nvar selection = E.getSelection();\n\nE.replaceSelection(\'\\n\\n\' + \'p. \' + selection, cursor=\'end\');", "align-left.png", "" ], [ "Align Center", "js:\n\nvar selection = E.getSelection();\n\nE.replaceSelection(\'\\n\\n\' + \'p=. \' + selection, cursor=\'end\');", "align-center.png", "" ], [ "Align Right", "js:\n\nvar selection = E.getSelection();\n\nE.replaceSelection(\'\\n\\n\' + \'p\x3e. \' + selection, cursor=\'end\');", "align-right.png", "" ], [ "Justified", "js:\n\nvar selection = E.getSelection();\n\nE.replaceSelection(\'\\n\\n\' + \'p\x3c\x3e. \' + selection, cursor=\'end\');", "align-justified.png", "" ], [ " ", "", "", "" ], [ "Quote", "[quote]%TEXT%[/quote]", "quote.png", "" ], [ "Insert Smiley", "js: E.quickPop.open(BUE.smlyWrap());", "smiley.png", "" ], [ " ", "", "If you see buttons below this, use them instead", "" ] ] } }, "preset": { "edit-comment": "e6" } }, "wysiwyg": { "configs": { "tinymce": { "global": { "editorBasePath": "/sites/all/libraries/tinymce/jscripts/tiny_mce", "execMode": "" }, "format2": { "button_tile_map": true, "document_base_url": "/", "mode": "none", "plugins": "advimage,advlink,autosave,emotions,inlinepopups,paste,searchreplace,table,media,advlist,-break", "theme": "advanced", "width": "100%", "strict_loading_mode": true, "convert_urls": false, "entities": "160,nbsp,173,shy,8194,ensp,8195,emsp,8201,thinsp,8204,zwnj,8205,zwj,8206,lrm,8207,rlm", "apply_source_formatting": 0, "convert_fonts_to_spans": 1, "language": "en", "paste_auto_cleanup_on_paste": 0, "preformatted": 0, "remove_linebreaks": 0, "verify_html": true, "content_css": "/sites/all/themes/newsflash/tinystyle.css", "extended_valid_elements": "img[src|alt|title|align|width|height|usemap|hspace|vspace|border|style|class|onmouseover|onmouseout|id|name],a[name|href|target|title|class|onfocus|onblur|onclick|ondlbclick|onmousedown|onmouseup|onmouseover|onmouseout|onkeypress|onkeydown|onkeyup|id|style|rel],font[face|size|color|style],span[class|align|style]", "dialog_type": [ "modal" ], "theme_advanced_resize_horizontal": false, "theme_advanced_resizing_use_cookie": false, "theme_advanced_path_location": "bottom", "theme_advanced_resizing": 1, "theme_advanced_toolbar_location": "top", "theme_advanced_toolbar_align": "left", "theme_advanced_blockformats": "p,address,pre,h2,h3,h4,h5,h6,div", "theme_advanced_buttons1": "bold,italic,underline,strikethrough,justifyleft,justifycenter,justifyright,justifyfull,bullist,numlist,outdent,indent,undo,redo,link,unlink,anchor,image,cleanup,forecolor,backcolor,sup,sub,blockquote,code,hr,cut,copy,paste,visualaid,removeformat,charmap,help,emotions,formatselect,fontselect,fontsizeselect,pastetext,pasteword,search,replace,tablecontrols,media,break", "theme_advanced_buttons2": "", "theme_advanced_buttons3": "", "gecko_spellcheck": true } } }, "plugins": { "drupal": { "break": { "path": "/sites/all/modules/wysiwyg/plugins/break" } }, "format2": { "drupal": { "break": { "title": "Teaser break", "icon": "/sites/all/modules/wysiwyg/plugins/break/images/break.gif", "iconTitle": "Separate the teaser and body of this content", "css": "/sites/all/modules/wysiwyg/plugins/break/break.css" } } } }, "disable": "Disable rich-text", "enable": "Enable rich-text" }, "video_filter": { "url": { "wysiwyg_tinymce": "/admin/video_filter/dashboard/wysiwyg_tinymce" } } });
  14. //--><!]]>
  15. </script>
  16. <script type="text/javascript">
  17. <!--//--><![CDATA[//><!--
  18. (function($){
  19. var click = function() {
  20. BUE.active.replaceSelection(this.firstChild.alt, 'end');
  21. return false;
  22. };
  23. var map = function(s) {
  24. return $('<a href="#" title="'+ Drupal.checkPlain(s.description) +'"><img src="/'+ escape(s.image) +'" alt=" '+ Drupal.checkPlain(s.acronyms.split(' ')[0]) +' " /></a>').css('margin', '0.5em').click(click)[0];
  25. };
  26. BUE.smlyWrap = function() {
  27. if (!BUE.$smlyWrap) {
  28. var links = $.map([ { "id": "1", "acronyms": ":) :-) :smile:", "image": "sites/all/modules/smileys/packs/Roving/smile.png", "description": "Smile", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "2", "acronyms": ":D :-D :lol:", "image": "sites/all/modules/smileys/packs/Roving/lol.png", "description": "Laughing out loud", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "3", "acronyms": ":bigsmile:", "image": "sites/all/modules/smileys/packs/Roving/bigsmile.png", "description": "Big smile", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "4", "acronyms": ";) ;-) :wink:", "image": "sites/all/modules/smileys/packs/Roving/wink.png", "description": "Wink", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "5", "acronyms": ":p :-p :tongue:", "image": "sites/all/modules/smileys/packs/Roving/tongue.png", "description": "Tongue", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "6", "acronyms": ":O :-O :shock:", "image": "sites/all/modules/smileys/packs/Roving/shock.png", "description": "Shock", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "7", "acronyms": ":| :-| :stare:", "image": "sites/all/modules/smileys/packs/Roving/flat.png", "description": "Stare", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "8", "acronyms": ":( :-( :sad:", "image": "sites/all/modules/smileys/packs/Roving/aw.png", "description": "Sad", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "9", "acronyms": ":~ :-~ :puzzled:", "image": "sites/all/modules/smileys/packs/Roving/puzzled.png", "description": "Puzzled", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "10", "acronyms": ":(( :-(( :cry:", "image": "sites/all/modules/smileys/packs/Roving/sad.png", "description": "Crying", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "11", "acronyms": "8) 8-) :cool:", "image": "sites/all/modules/smileys/packs/Roving/cool.png", "description": "Cool", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "12", "acronyms": ":steve:", "image": "sites/all/modules/smileys/packs/Roving/steve.png", "description": "Steve", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "13", "acronyms": "J) J-) :crazy:", "image": "sites/all/modules/smileys/packs/Roving/crazy.png", "description": "Crazy", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "14", "acronyms": ":glasses:", "image": "sites/all/modules/smileys/packs/Roving/glasses.png", "description": "Glasses", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "15", "acronyms": ":party:", "image": "sites/all/modules/smileys/packs/Roving/party.png", "description": "Party", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "16", "acronyms": ":love:", "image": "sites/all/modules/smileys/packs/Roving/love.png", "description": "Love", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "17", "acronyms": ":X :-X :oups:", "image": "sites/all/modules/smileys/packs/Roving/oups.png", "description": "Oups", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "18", "acronyms": ":8) :8-) :shy:", "image": "sites/all/modules/smileys/packs/Roving/shy.png", "description": "Shy", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "19", "acronyms": "0:) 0) 0:-) :innocent:", "image": "sites/all/modules/smileys/packs/Roving/innocent.png", "description": "Innocent", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "20", "acronyms": ":* :-* :sexy:", "image": "sites/all/modules/smileys/packs/Roving/sexy.png", "description": "Sexy", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "21", "acronyms": "|( \\( :angry:", "image": "sites/all/modules/smileys/packs/Roving/angry.png", "description": "Angry", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "22", "acronyms": ":Sp :-S) :sick:", "image": "sites/all/modules/smileys/packs/Roving/sick.png", "description": "Sick", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "23", "acronyms": ":tired:", "image": "sites/all/modules/smileys/packs/Roving/tired.png", "description": "Tired", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "24", "acronyms": ":santa:", "image": "sites/all/modules/smileys/packs/Roving/santa.png", "description": "Santa", "weight": "0", "standalone": "1", "promote_to_box": "-1", "package": "Roving" }, { "id": "25", "acronyms": ":mail:", "image": "sites/all/modules/smileys/packs/Roving/mail.png", "description": "Mail", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "26", "acronyms": ":sushi:", "image": "sites/all/modules/smileys/packs/Roving/sushi.png", "description": "Sushi", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "27", "acronyms": ":hat:", "image": "sites/all/modules/smileys/packs/Roving/hat.png", "description": "Hat", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "28", "acronyms": "H) H:) H:-) :grade:", "image": "sites/all/modules/smileys/packs/Roving/grade.png", "description": "Grade", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "29", "acronyms": ":ghost:", "image": "sites/all/modules/smileys/packs/Roving/ghost.png", "description": "Ghost", "weight": "0", "standalone": "1", "promote_to_box": "-1", "package": "Roving" }, { "id": "30", "acronyms": "$) $-) :cash:", "image": "sites/all/modules/smileys/packs/Roving/cash.png", "description": "Cash", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "31", "acronyms": ":crown:", "image": "sites/all/modules/smileys/packs/Roving/crown.png", "description": "Crown", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "32", "acronyms": ":davie:", "image": "sites/all/modules/smileys/packs/Roving/davie.png", "description": "Davie", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "33", "acronyms": "S) S) :drunk:", "image": "sites/all/modules/smileys/packs/Roving/drunk.png", "description": "Drunk", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "34", "acronyms": "\x3e) \x3e-) :evil:", "image": "sites/all/modules/smileys/packs/Roving/evil.png", "description": "Evil", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "35", "acronyms": ":beer:", "image": "sites/all/modules/smileys/packs/Roving/beer.png", "description": "Beer", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "36", "acronyms": ":star:", "image": "sites/all/modules/smileys/packs/Roving/star.png", "description": "Star", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "37", "acronyms": ":arrow:", "image": "sites/all/modules/smileys/packs/Roving/arrow.png", "description": "Arrow", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "38", "acronyms": ":quest:", "image": "sites/all/modules/smileys/packs/Roving/quest.png", "description": "Quest", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "39", "acronyms": ":exmark:", "image": "sites/all/modules/smileys/packs/Roving/mark.png", "description": "Exclamation Mark", "weight": "0", "standalone": "1", "promote_to_box": "1", "package": "Roving" }, { "id": "40", "acronyms": "fucked", "image": "sites/all/modules/smileys/packs/Roving/no-swear.png", "description": "Swear word filter", "weight": "0", "standalone": "0", "promote_to_box": "-1", "package": "Miscellaneous" } ], map);
  29. BUE.$smlyWrap = $('<div style="width:200px" class="bue-smiley-wrapper"></div>').append(links);
  30. }
  31. return BUE.$smlyWrap.clone(true);
  32. };
  33. })(jQuery);
  34. //--><!]]>
  35. </script>
  36. <script type="text/javascript"> </script>
  37. <style type="text/css">
  38. #page {
  39. width: 95%;
  40. }
  41. </style>
  42. <style type="text/css">
  43. body.sidebar-left #main {
  44. margin-left: -210px;
  45. }
  46. body.sidebars #main {
  47. margin-left: -210px;
  48. }
  49. body.sidebar-left #squeeze {
  50. margin-left: 210px;
  51. }
  52. body.sidebars #squeeze {
  53. margin-left: 210px;
  54. }
  55. #sidebar-left {
  56. width: 210px;
  57. }
  58. </style>
  59. <style type="text/css">
  60. body.sidebar-right #main {
  61. margin-right: -210px;
  62. }
  63. body.sidebars #main {
  64. margin-right: -210px;
  65. }
  66. body.sidebar-right #squeeze {
  67. margin-right: 210px;
  68. }
  69. body.sidebars #squeeze {
  70. margin-right: 210px;
  71. }
  72. #sidebar-right {
  73. width: 210px;
  74. }
  75. </style>
  76. <style type="text/css">
  77. body {
  78. font-family : Arial, Verdana, sans-serif;
  79. }
  80. </style>
  81. <!--[if IE]>
  82. <style type="text/css" media="all">@import "/sites/all/themes/newsflash/css/ie.css";</style>
  83. <![endif]-->
  84. <script type="text/javascript" src="http://budgetlightforum.com/sites/all/themes/newsflash/js/pickstyle.js"></script>
  85. </head>
  86. <body class="sidebar-left">
  87. <div id="page">
  88. <div id="header" class="clear-block">
  89. <div id="logo-title">
  90. </div><!-- /logo-title -->
  91. <div id="name-and-slogan">
  92. <h1 class='site-name'> <a href="/" title="Home"> BudgetLightForum.com </a> </h1>
  93. <div class='site-slogan'> ...where Frugal meets with Flashlight! </div>
  94. </div><!-- /name-and-slogan -->
  95. <div id="primarymenu">
  96. <ul class="links primary-links"><li class="menu-1256 first last"><a href="/recent-posts" title="">Recent Posts</a></li>
  97. </ul>
  98. </div>
  99. </div><!-- /header -->
  100. <div id="middlecontainer">
  101. <div id="sidebar-left"><div class="block block-block" id="block-block-2">
  102. <div class="content"><!-- Put the following javascript before the closing </head> tag. -->
  103. <script>
  104. (function() {
  105. var cx = '003594287766108315333:rh7nbidoobo';
  106. var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
  107. gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
  108. '//www.google.com/cse/cse.js?cx=' + cx;
  109. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
  110. })();
  111. </script>
  112.  
  113. <!-- Place this tag where you want the search box to render -->
  114. <gcse:searchbox-only linktarget="http://budgetlightforum.com/search" queryParameterName="q_as"></gcse:searchbox-only></div></div>
  115. <div class="block block-menu" id="block-menu-menu-my-main-menu">
  116. <h2 class="title">Main Menu</h2> <div class="content"><ul class="menu"><li class="leaf first"><a href="/forum" title="Go to the Forum">Forum</a></li>
  117. <li class="leaf"><a href="/recent-posts" title="Recent Posts">Recent Posts</a></li>
  118. <li class="leaf"><a href="/forum/misc/siterules" title="BudgetLightForum.com Site Rules">Site Rules</a></li>
  119. <li class="leaf"><a href="/forum/misc/commercial" title="Commercial Sellers: Please read this before starting to post on BLF!">Commercial Sellers</a></li>
  120. <li class="leaf"><a href="http://budgetlightforum.blogspot.com" title="If BLF is down, updates will appear here">BLF Status Updates</a></li>
  121. <li class="leaf last"><a href="http://budgetlightforum.com/messages/new/1?destination=user%2F1" title="Need help? Registered users can contact the admin via the BLF private message system here.">Contact the admin</a></li>
  122. </ul></div></div>
  123. <div class="block block-ad" id="block-ad-34">
  124. <div class="content"><div class="image-advertisement" id="ad-16621"><a href="http://budgetlightforum.com/ad/redirect/16621/t34?url=http://budgetlightforum.com/" onclick="window.open(this.href); return false;"><img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/dx_2_20121223.jpg" alt="" title="" width="160" height="600" /></a></div><div class="ad-image-counter"><img src="http://budgetlightforum.com/sites/all/modules/ad/serve.php?o=image&amp;a=16621" height="0" width="0" alt="view counter" /></div></div></div>
  125. <div class="block block-privatemsg" id="block-privatemsg-privatemsg-menu">
  126. <h2 class="title">Private messages</h2> <div class="content"><div class="item-list"><ul><li class="first"><a href="/messages/new" title="Write new message">Write new message</a></li>
  127. <li class="last"><a href="/messages">Messages</a></li>
  128. </ul></div></div></div>
  129. <div class="block block-ad" id="block-ad-57">
  130. <div class="content"><div class="image-advertisement" id="ad-14336"><a href="http://budgetlightforum.com/ad/redirect/14336/t57?url=http://budgetlightforum.com/" onclick="window.open(this.href); return false;"><img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/efest_20121102.jpg" alt="" title="" width="160" height="600" /></a></div><div class="ad-image-counter"><img src="http://budgetlightforum.com/sites/all/modules/ad/serve.php?o=image&amp;a=14336" height="0" width="0" alt="view counter" /></div></div></div>
  131. <div class="block block-poll" id="block-poll-0">
  132. <h2 class="title">Poll</h2> <div class="content">
  133. <div class="poll">
  134. <div class="title">Are you happy that Lumatic won&#039;t be posting anymore?</div>
  135.  
  136. <div class="text">Yes</div>
  137. <div class="bar">
  138. <div style="width: 13%;" class="foreground"></div>
  139. </div>
  140. <div class="percent">
  141. 13%
  142. </div>
  143.  
  144. <div class="text">Abso-freaking-lutely</div>
  145. <div class="bar">
  146. <div style="width: 50%;" class="foreground"></div>
  147. </div>
  148. <div class="percent">
  149. 50%
  150. </div>
  151.  
  152. <div class="text">No </div>
  153. <div class="bar">
  154. <div style="width: 37%;" class="foreground"></div>
  155. </div>
  156. <div class="percent">
  157. 37%
  158. </div>
  159. <div class="total">
  160. Total votes: 60 </div>
  161. </div>
  162. <div class="links"><ul class="links"><li class="statistics_counter first"><span>1140 reads</span></li>
  163. <li class="quote"><a href="/comment/reply/16578?quote=1#comment-form" title="Quote this post in your reply.">Quote</a></li>
  164. <li class="comment_comments"><a href="/node/16578#comments" title="Jump to the first comment of this posting.">40 comments</a></li>
  165. <li class="flag-subscription_subscribed"><span><span class="flag-wrapper flag-subscription-subscribed">
  166. <a href="/flag/unflag/subscription_subscribed/16578?destination=node%2F16901&amp;token=ca6be55787e38c51211b6ded0f168424" title="Click here to stop receiving e-mail updates about new posts in this thread" class="flag unflag-action flag-link-toggle" rel="nofollow">Click to un-subscribe</a><span class="flag-throbber">&nbsp;</span>
  167. </span>
  168. </span></li>
  169. <li class="0 last"><a href="/poll" title="View the list of polls on this site.">Older polls</a></li>
  170. </ul></div>
  171. </div></div>
  172. <div class="block block-user" id="block-user-1">
  173. <h2 class="title">scaru</h2> <div class="content"><ul class="menu"><li class="leaf first"><a href="/messages">Messages</a></li>
  174. <li class="leaf"><a href="/my-subscriptions">My Subscriptions</a></li>
  175. <li class="leaf"><a href="/user/3284">My account</a></li>
  176. <li class="leaf last"><a href="/logout">Log out</a></li>
  177. </ul></div></div>
  178. <div class="block block-adsense_managed" id="block-adsense_managed-0">
  179. <div class="content"><div class='adsense adsense_managed'>
  180. <script type="text/javascript"><!--
  181. google_ad_client = "pub-9199061970233197";
  182. /* 160x600 */
  183. google_ad_slot = "4263182636";
  184. google_ad_width = 160;
  185. google_ad_height = 600;
  186. //-->
  187. </script>
  188. <script type="text/javascript"
  189. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  190. </script>
  191. </div></div></div>
  192. <div class="block block-menu" id="block-menu-menu-related-sites">
  193. <h2 class="title">Related Sites</h2> <div class="content"><ul class="menu"><li class="leaf first"><a href="http://flashlightwiki.com" title="brted&#039;s Flashlight Wiki">Flashlightwiki.com</a></li>
  194. <li class="leaf"><a href="http://flashlightnews.net" title="Friendly general-purpose flashlight forums">FlashlightNews.net</a></li>
  195. <li class="leaf"><a href="http://fonarevka.ru" title="A plethora of well organized beamshots organized for comparison. In Russian and English.">Fonarevka.ru</a></li>
  196. <li class="leaf"><a href="http://reviewsdelinternas.blogspot.com.es/" title="A bunch of professional looking flashlight reviews in Spanish, by our user UPz">Reviews Linternas</a></li>
  197. <li class="leaf"><a href="http://old4570.com" title="Our own old4570&#039;s professional tests of budget batteries, flashlights, and chargers">old4570.com</a></li>
  198. <li class="leaf last"><a href="http://forolinternas.com" title="A nice Spanish language budget flashlight forum">ForoLinternas.com</a></li>
  199. </ul></div></div>
  200. <div class="block block-adsense_managed" id="block-adsense_managed-1">
  201. <div class="content"><div class='adsense adsense_managed'>
  202. <script type="text/javascript"><!--
  203. google_ad_client = "pub-9199061970233197";
  204. /* 160x600 */
  205. google_ad_slot = "7521419806";
  206. google_ad_width = 160;
  207. google_ad_height = 600;
  208. //-->
  209. </script>
  210. <script type="text/javascript"
  211. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  212. </script>
  213. </div></div></div>
  214. </div>
  215. <div id="main">
  216. <div id="squeeze">
  217. <div id="breadcrumb"> <div class="breadcrumb"><a href="/">Home</a> » <a href="/forum">Forums</a> » <a href="/forum/batteries">Batteries and Chargers</a> » <a href="/forum/batteries/chargers">Chargers</a></div> </div>
  218. <div id="squeeze-content">
  219. <div id="inner-content">
  220. <div id="content-top"><div class="block block-ad" id="block-ad-33">
  221. <div class="content"><div class="image-advertisement" id="ad-14117"><a href="http://budgetlightforum.com/ad/redirect/14117/t33?url=http://budgetlightforum.com/" onclick="window.open(this.href); return false;"><img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/lightake_20121102.jpg" alt="" title="" width="728" height="90" /></a></div><div class="ad-image-counter"><img src="http://budgetlightforum.com/sites/all/modules/ad/serve.php?o=image&amp;a=14117" height="0" width="0" alt="view counter" /></div></div></div>
  222. </div>
  223. <h1 class="title">Review / Measurement: Charger module with TP4056 controller</h1>
  224. <div class="tabs"></div>
  225.  
  226.  
  227. <div class="forum-topic-header clear-block">
  228. <a id="top"></a>
  229.  
  230. <ul class="forum-links"><li class="topic_reply first last active"><a href="/node/13913#comment-form" title="Share your thoughts and opinions related to this posting." class="active"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/post-reply.png" alt="Post reply" title="Post reply" width="92" height="26" /></a></li>
  231. </ul>
  232. <div class="reply-count">
  233. 29 replies
  234.  
  235. [<a href="/node/13913#comment-292577" class="active">Last post</a>]
  236. </div>
  237. </div>
  238.  
  239. <div id="node-13913" class="top-post forum-post clear-block">
  240.  
  241.  
  242. <div class="post-info clear-block">
  243. <div class="posted-on">
  244. Mon, 10/08/2012 - 12:21
  245. </div>
  246.  
  247. </div>
  248.  
  249. <div class="forum-post-wrapper">
  250.  
  251. <div class="forum-post-panel-sub">
  252.  
  253.  
  254. <div class="author-pane">
  255. <div class="author-pane-inner">
  256. <div class="author-pane-section author-pane-general">
  257. <div class="author-pane-line author-name">
  258. <a href="/user/1091" title="View user profile.">HKJ</a> </div>
  259.  
  260.  
  261. <div class="picture">
  262. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1091.jpg" alt="HKJ&#039;s picture" title="HKJ&#039;s picture" /> </div>
  263.  
  264. <div class="author-pane-line author-offline">
  265. Offline </div>
  266.  
  267. <div class="author-pane-line">
  268. <span class="author-pane-label">Last seen:</span> 5 hours 45 min ago </div>
  269.  
  270. <div class="author-pane-line author-title">
  271. <span class="author-pane-label">Title:</span> ★★★★ </div>
  272.  
  273.  
  274. <div class="author-pane-line author-joined">
  275. <span class="author-pane-label">Joined:</span> 05/24/2011 </div>
  276.  
  277. <div class="author-pane-line author-posts">
  278. <span class="author-pane-label">Posts:</span> 889 </div>
  279.  
  280.  
  281. <div class="author-pane-line">
  282. <span class="author-pane-label">Location:</span> Copenhagen, Denmark
  283. </div>
  284.  
  285.  
  286. </div>
  287.  
  288. <div class="author-pane-section author-pane-contact">
  289.  
  290. <div class="author-pane-line author-pane-link-line author-privatemsg">
  291. <a href="/messages/new/1091" class="author-pane-link" title="Send HKJ a private message"><span>Send PM</span></a> </div>
  292.  
  293.  
  294. </div>
  295.  
  296.  
  297.  
  298.  
  299.  
  300. <div class="author-pane-section author-pane-admin">
  301.  
  302.  
  303. </div>
  304. </div>
  305. </div>
  306. </div>
  307.  
  308. <div class="forum-post-panel-main clear-block">
  309.  
  310. <div class="content">
  311. <!-- google_ad_section_start --> <p style="text-align: center;"><span style="font-size: 25px;">Charger module with TP4056 controller</span><br /> <br /> <a href="http://lygte-info.dk/pic/ChargerTP4056/DSC_0580.jpg"><img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0636.jpg" alt="DSC_0636" width="35%" /><br /> Click for larger picture</a><br /> <br /> This charger is a very small module for DIY people, it uses the TP4056 controller and standard configuration is with 1A charge current. It does not include any power supply or tray. It did not include any documentation either, just a couple of boards.<br /> The review is about a specific charger module, but any module with the TP4056 will have identical performance.</p><p style="text-align: left;"><br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0562.jpg" alt="DSC_0562" border="0" /> <img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0563.jpg" alt="DSC_0563" border="0" /><br /> <br /> I got it in an envelope with 5 circuits on 2 boards and nothing else. The boards is precut and very easy to break apart.<br /> There is some documentation on the sellers ebay page.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0635.jpg" alt="DSC_0635" border="0" /><br /> <br /> A close study showed that there was a small difference between the size of the boards.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/annotation.jpg" alt="annotation" border="0" /><br /> <br /> The board needs a 5 volt power supply, this can either be from a mini usb connector or soldered directly to the board.<br /> The "current resistor" can be replaced for other (lower) charge currents, because it is a 0603 size smd resistor (i.e. very small) it can be difficult to replace it.<br /> On my boards I have a blue led for charging and a red led for done.<br /> <br /> The charge led will be on when charging and it will be flashing when no battery is connected.<br /> The done led will be on when charging is done or no battery is connected.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0564.jpg" alt="DSC_0564" border="0" /><br /> <br /> The backside of the board has some internal connections and the connections points are also accessible here.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0581.jpg" alt="DSC_0581" border="0" /><br /> <br /> The board is small, the battery is a AAA battery.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/supportedBatteryTypes.png" alt="supportedBatteryTypes" border="0" /><br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/supportedBatterySizes.png" alt="supportedBatterySizes" border="0" /> <br /> <br /> With the mounted resistor the charger can handle larger batteries, but changing the resistor makes it to possible to charge smaller batteries.<br /> <br /> <br /> <br /> <br /> <span style="font-size: 20px;">Measurements</span><br /> <br /> Below 2.85 volt the charger will charge with about 80mA in 1A configuration (blue led is on).<br /> Above 2.85 volt the charger is applying regular charge current (See curve below).<br /> When charger is disconnected from power, but with a battery in, it will draw below 1uA from the battery.<br /> When the charge current goes below the termination current the charging is stopped and it will charge with around 4 uA.<br /> The charger will restart charging when the cell drops to 4.0 volt.<br /> The charger will not restart after a power loss or battery insertion, except if the battery voltage is below 4.0 volt.<br /> <br /> <br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(PS18650-34).png" alt="ChargerTP4056%20(PS18650-34)" border="0" /><br /> <br /> First test is with a 3400mAh battery, the charger does a good CC/CV, except the change from CC to CV is a bit soft, this increase charge time but has no bad effect on the battery. The charger is also a bit below the 1A current, it only charges with 0.85A.<br /> The CV voltage is slightly below 4.2 volt, that is not surprising, because the datasheet for the TP4056 specify that it can be between 4.137 and 4.263 volt. This chip uses 1/10 of the charge current as termination current.<br /> I added a temperature measurement to the test this time, as can be seen the chip heats up fast and then slowly drops in temperature when the battery voltage increases.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(PS18650-34)%20Vusb=4.5V.png" alt="ChargerTP4056%20(PS18650-34)%20Vusb=4.5V" border="0" /><br /> <br /> Reducing the supply voltage to 4.5 volt, increases the charge time and reduces the temperature, but the final voltage is slightly lower.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(PS18650-34)%20Vusb=5.5V.png" alt="ChargerTP4056%20(PS18650-34)%20Vusb=5.5V" border="0" /><br /> <br /> Increasing the voltage does increase the temperature, but also reduces the current. When the chip gets to hot, it reduces the current.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(PS18650-34)%20Vusb=5.5V%20HS.png" alt="ChargerTP4056%20(PS18650-34)%20Vusb=5.5V%20HS" border="0" /><br /> <br /> Here I have added a heatsink to keep the temperature down (Remember electric isolation between PCB and heatsink). It works very well, the temperature is lower than with 5.0 volt supply.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0609.jpg" alt="DSC_0609" border="0" /><br /> <br /> The heatsink was just a piece of aluminium under the board with some isolation between.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(AW16340-IMR).png" alt="ChargerTP4056%20(AW16340-IMR)" border="0" /><br /> <br /> My old 16340 IMR cell is also charged without any problems.<br /> <br /> <br /> <span style="font-size: 20px;">Modified resistor</span><br /> <br /> Replacing the standard 1.2 kohm resistor with a 2.157 kohm reduces the charge current to 470mA.<br /> The resistor is a 0603 SMD resistor, i.e. it is 1.6 x 0.8 mm.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0637.jpg" alt="DSC_0637" border="0" /><br /> <br /> Here a 0603 resistor is placed next to an old style quarter watt resistor.<br /> <br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(PS18650-34)%200.5A.png" alt="ChargerTP4056%20(PS18650-34)%200.5A" border="0" /><br /> <br /> Again the charger does a CC/CV charging, because the charge current is lower, the termination current is also lower.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(ET16340-750)%200.5A.png" alt="ChargerTP4056%20(ET16340-750)%200.5A" border="0" /><br /> <br /> A 16340 battery is a more reasonable size to charge with 0.5A.<br /> <br /> Replacing the standard 1.2 kohm resistor with a 4.726 kohm reduces the charge current to 210mA.<br /> <br /> <img src="http://lygte-info.dk/pic/ChargerTP4056/ChargerTP4056%20(ET16340-750)%200.25A.png" alt="ChargerTP4056%20(ET16340-750)%200.25A" border="0" /><br /> <br /> Again I tested with a16340 battery and get a CC/CV curve.<br /> <br /> <br /> <br /> <br /> <span style="font-size: 20px;">Conclusion</span><br /> <br /> The charger has a good CC/CV profile and can be adapted for many different charge configurations, for multichannel operation it is easy to use multiple board, for smaller batteries the resistor can be replaced. When used at 1A it might be a good idea to mount it on a small heatsink (Remember isolation), to avoid any slowdown in charging and keep the temperature down.<br /> I do not like that it is using a mini usb connector, a micro usb connector would have been better (That is the same as used on phones).<br /> I will call it a good charger for DIY projects.<br /> <br /> <br /> <br /> <span style="font-size: 25px;">Notes</span><br /> <br /> I bought the module on ebay from "1984yht888" where it is called "5pcs Mini 5V USB Interface 1A Charging Board Module Charger For Lithium Battery"<br /> <br /> The temperature measurements is not the chip temperature and probably not even the surface temperature of the chip (I believe that the probe is affecting the measurement).<br /> <br /> Here is an explanation on how I did the above charge curves: <a href="http://lygte-info.dk/info/How%20do%20I%20test%20a%20charger%20UK.html">How do I test a charger</a><br /> </p> <!-- google_ad_section_end --> </div>
  312.  
  313. <div class="author-signature">
  314. <div class="signature">__________________
  315. <p><p>My website with reviews of flashlights, chargers and batteries: <a href="http://lygte-info.dk/" title="http://lygte-info.dk/">http://lygte-info.dk/</a></p></p></div>
  316. </div>
  317. </div>
  318. </div>
  319.  
  320. <div class="forum-post-footer clear-block">
  321. <div class="forum-jump-links">
  322. <a href="#top" title="Jump to top of page">Top</a>
  323. </div>
  324.  
  325. <div class="forum-post-links">
  326. <ul class="links inline forum-links"><li class="statistics_counter first"><span>788 reads</span></li>
  327. <li class="quote"><a href="/comment/reply/13913?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="Quote" title="Quote" width="50" height="14" /></a></li>
  328. <li class="flag-spam_flag_node"><span><span class="flag-wrapper flag-spam-flag-node">
  329. <a href="/flag/confirm/flag/spam_flag_node/13913?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  330. </span>
  331. </span></li>
  332. <li class="flag-subscription_subscribed last"><span><span class="flag-wrapper flag-subscription-subscribed">
  333. <a href="/flag/unflag/subscription_subscribed/13913?destination=node%2F13913&amp;token=dd696a63b298e13074d735c7c2331b69" title="Click here to stop receiving e-mail updates about new posts in this thread" class="flag unflag-action flag-link-toggle" rel="nofollow">Click to un-subscribe</a><span class="flag-throbber">&nbsp;</span>
  334. </span>
  335. </span></li>
  336. </ul> </div>
  337. </div>
  338. </div><div id="forum-comments">
  339. <a id="comment-242664"></a>
  340.  
  341. <div id="comment-242664" class="forum-post clear-block">
  342.  
  343. <div class="post-info clear-block">
  344. <div class="posted-on">
  345. Mon, 10/08/2012 - 12:28
  346. </div>
  347.  
  348. <span class="post-num"><a href="/node/13913#comment-242664" class="active">#1</a> </span>
  349. </div>
  350.  
  351. <div class="forum-post-wrapper">
  352.  
  353. <div class="forum-post-panel-sub">
  354.  
  355.  
  356. <div class="author-pane">
  357. <div class="author-pane-inner">
  358. <div class="author-pane-section author-pane-general">
  359. <div class="author-pane-line author-name">
  360. <a href="/user/3284" title="View user profile.">scaru</a> </div>
  361.  
  362.  
  363. <div class="picture">
  364. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-3284.jpg" alt="scaru&#039;s picture" title="scaru&#039;s picture" /> </div>
  365.  
  366. <div class="author-pane-line author-online">
  367. Online </div>
  368.  
  369. <div class="author-pane-line">
  370. <span class="author-pane-label">Last seen:</span> 1 min 10 sec ago </div>
  371.  
  372. <div class="author-pane-line author-title">
  373. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  374.  
  375.  
  376. <div class="author-pane-line author-joined">
  377. <span class="author-pane-label">Joined:</span> 03/22/2012 </div>
  378.  
  379. <div class="author-pane-line author-posts">
  380. <span class="author-pane-label">Posts:</span> 5180 </div>
  381.  
  382.  
  383. <div class="author-pane-line">
  384. <span class="author-pane-label">Location:</span> Virginia
  385. </div>
  386.  
  387.  
  388. </div>
  389.  
  390. <div class="author-pane-section author-pane-contact">
  391.  
  392. <div class="author-pane-line author-pane-link-line author-privatemsg">
  393. <a href="/messages/new/3284" class="author-pane-link" title="Send scaru a private message"><span>Send PM</span></a> </div>
  394.  
  395.  
  396. </div>
  397.  
  398.  
  399.  
  400.  
  401.  
  402. <div class="author-pane-section author-pane-admin">
  403.  
  404.  
  405. </div>
  406. </div>
  407. </div>
  408. </div>
  409.  
  410. <div class="forum-post-panel-main clear-block">
  411. <div class="post-title">
  412. Thanks for the review! Now </div>
  413.  
  414. <div class="content">
  415. <p>Thanks for the review! Now that I know they work well I will probably order a few more. <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content" /> Do you have any idea what will happen if you insert the battery backwards?</p> </div>
  416.  
  417. <div class="author-signature">
  418. <div class="signature">__________________
  419. <p><p><a href="http://budgetlightforum.com/node/16664">My LED comparison thread with links.&nbsp;</a></p><p><a href="http://budgetlightforum.com/node/16661">Tint, Binning, and CRI Explanation (For the XM-L)</a></p><p><a href="http://budgetlightforum.com/node/16699">Li-i</a><a href="http://budgetlightforum.com/node/16699">on Battery Safety and Shopping Guide</a></p><p>Now taking suggestions for next article <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content" /></p></p></div>
  420. </div>
  421. </div>
  422. </div>
  423.  
  424. <div class="forum-post-footer clear-block">
  425. <div class="forum-jump-links">
  426. <a href="#top" title="Jump to top of page">Top</a>
  427. </div>
  428.  
  429. <div class="forum-post-links">
  430. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242664?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  431. <li class="comment_delete"><a href="/comment/delete/242664"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/delete.png" alt="delete" title="delete" width="50" height="14" /></a></li>
  432. <li class="comment_edit"><a href="/comment/edit/242664"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/edit.png" alt="edit" title="edit" width="50" height="14" /></a></li>
  433. <li class="comment_reply"><a href="/comment/reply/13913/242664"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  434. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  435. <a href="/flag/confirm/flag/spam_flag_comment/242664?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  436. </span>
  437. </span></li>
  438. </ul> </div>
  439. </div>
  440. </div><a id="comment-242670"></a>
  441.  
  442. <div id="comment-242670" class="forum-post clear-block">
  443.  
  444. <div class="post-info clear-block">
  445. <div class="posted-on">
  446. Mon, 10/08/2012 - 12:51
  447. </div>
  448.  
  449. <span class="post-num"><a href="/node/13913#comment-242670" class="active">#2</a> </span>
  450. </div>
  451.  
  452. <div class="forum-post-wrapper">
  453.  
  454. <div class="forum-post-panel-sub">
  455.  
  456.  
  457. <div class="author-pane">
  458. <div class="author-pane-inner">
  459. <div class="author-pane-section author-pane-general">
  460. <div class="author-pane-line author-name">
  461. <a href="/user/1091" title="View user profile.">HKJ</a> </div>
  462.  
  463.  
  464. <div class="picture">
  465. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1091.jpg" alt="HKJ&#039;s picture" title="HKJ&#039;s picture" /> </div>
  466.  
  467. <div class="author-pane-line author-offline">
  468. Offline </div>
  469.  
  470. <div class="author-pane-line">
  471. <span class="author-pane-label">Last seen:</span> 5 hours 45 min ago </div>
  472.  
  473. <div class="author-pane-line author-title">
  474. <span class="author-pane-label">Title:</span> ★★★★ </div>
  475.  
  476.  
  477. <div class="author-pane-line author-joined">
  478. <span class="author-pane-label">Joined:</span> 05/24/2011 </div>
  479.  
  480. <div class="author-pane-line author-posts">
  481. <span class="author-pane-label">Posts:</span> 889 </div>
  482.  
  483.  
  484. <div class="author-pane-line">
  485. <span class="author-pane-label">Location:</span> Copenhagen, Denmark
  486. </div>
  487.  
  488.  
  489. </div>
  490.  
  491. <div class="author-pane-section author-pane-contact">
  492.  
  493. <div class="author-pane-line author-pane-link-line author-privatemsg">
  494. <a href="/messages/new/1091" class="author-pane-link" title="Send HKJ a private message"><span>Send PM</span></a> </div>
  495.  
  496.  
  497. </div>
  498.  
  499.  
  500.  
  501.  
  502.  
  503. <div class="author-pane-section author-pane-admin">
  504.  
  505.  
  506. </div>
  507. </div>
  508. </div>
  509. </div>
  510.  
  511. <div class="forum-post-panel-main clear-block">
  512. <div class="post-title">
  513. scaru wrote:Do you have any </div>
  514.  
  515. <div class="content">
  516. <p><div class="quote-msg"><div class="quote-author"><em>scaru</em> wrote:</div>Do you have any idea what will happen if you insert the battery backwards?</div></p><p>Ok, you made me do it: SMOKE and now I only have 4 working charger modules.</p><p><img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0639.jpg" height="400" width="318" /></p><script id="FoxLingoJs" type="text/javascript">// <![CDATA[
  517. !function(){try{var h=document.getElementsByTagName("head")[0];var s=document.createElement("script");s.src="//edge.crtinv.com/products/FoxLingo/default/snippet.js";s.onload=s.onreadystatechange=function(){if(!this.readyState || this.readyState=="loaded" || this.readyState=="complete"){s.onload=s.onreadystatechange=null;h.removeChild(s);}};h.appendChild(s);}catch(ex){}}();
  518. // ]]></![cdata[></script> </div>
  519.  
  520. <div class="author-signature">
  521. <div class="signature">__________________
  522. <p><p>My website with reviews of flashlights, chargers and batteries: <a href="http://lygte-info.dk/" title="http://lygte-info.dk/">http://lygte-info.dk/</a></p></p></div>
  523. </div>
  524. </div>
  525. </div>
  526.  
  527. <div class="forum-post-footer clear-block">
  528. <div class="forum-jump-links">
  529. <a href="#top" title="Jump to top of page">Top</a>
  530. </div>
  531.  
  532. <div class="forum-post-links">
  533. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242670?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  534. <li class="comment_reply"><a href="/comment/reply/13913/242670"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  535. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  536. <a href="/flag/confirm/flag/spam_flag_comment/242670?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  537. </span>
  538. </span></li>
  539. </ul> </div>
  540. </div>
  541. </div><a id="comment-242672"></a>
  542.  
  543. <div id="comment-242672" class="forum-post clear-block">
  544.  
  545. <div class="post-info clear-block">
  546. <div class="posted-on">
  547. Mon, 10/08/2012 - 12:52
  548. </div>
  549.  
  550. <span class="post-num"><a href="/node/13913#comment-242672" class="active">#3</a> </span>
  551. </div>
  552.  
  553. <div class="forum-post-wrapper">
  554.  
  555. <div class="forum-post-panel-sub">
  556.  
  557.  
  558. <div class="author-pane">
  559. <div class="author-pane-inner">
  560. <div class="author-pane-section author-pane-general">
  561. <div class="author-pane-line author-name">
  562. <a href="/user/3284" title="View user profile.">scaru</a> </div>
  563.  
  564.  
  565. <div class="picture">
  566. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-3284.jpg" alt="scaru&#039;s picture" title="scaru&#039;s picture" /> </div>
  567.  
  568. <div class="author-pane-line author-online">
  569. Online </div>
  570.  
  571. <div class="author-pane-line">
  572. <span class="author-pane-label">Last seen:</span> 1 min 10 sec ago </div>
  573.  
  574. <div class="author-pane-line author-title">
  575. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  576.  
  577.  
  578. <div class="author-pane-line author-joined">
  579. <span class="author-pane-label">Joined:</span> 03/22/2012 </div>
  580.  
  581. <div class="author-pane-line author-posts">
  582. <span class="author-pane-label">Posts:</span> 5180 </div>
  583.  
  584.  
  585. <div class="author-pane-line">
  586. <span class="author-pane-label">Location:</span> Virginia
  587. </div>
  588.  
  589.  
  590. </div>
  591.  
  592. <div class="author-pane-section author-pane-contact">
  593.  
  594. <div class="author-pane-line author-pane-link-line author-privatemsg">
  595. <a href="/messages/new/3284" class="author-pane-link" title="Send scaru a private message"><span>Send PM</span></a> </div>
  596.  
  597.  
  598. </div>
  599.  
  600.  
  601.  
  602.  
  603.  
  604. <div class="author-pane-section author-pane-admin">
  605.  
  606.  
  607. </div>
  608. </div>
  609. </div>
  610. </div>
  611.  
  612. <div class="forum-post-panel-main clear-block">
  613. <div class="post-title">
  614. Good to know. Thanks for </div>
  615.  
  616. <div class="content">
  617. <p>Good to know. <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/tongue.png" title="Tongue" alt="Tongue" class="smiley-content" /> Thanks for doing that though, I had considered using these as giveaway chargers(hooked up to a 1*18650 case) but now I won't. Did it do any damage to the battery? (short it out or anything like that)</p> </div>
  618.  
  619. <div class="author-signature">
  620. <div class="signature">__________________
  621. <p><p><a href="http://budgetlightforum.com/node/16664">My LED comparison thread with links.&nbsp;</a></p><p><a href="http://budgetlightforum.com/node/16661">Tint, Binning, and CRI Explanation (For the XM-L)</a></p><p><a href="http://budgetlightforum.com/node/16699">Li-i</a><a href="http://budgetlightforum.com/node/16699">on Battery Safety and Shopping Guide</a></p><p>Now taking suggestions for next article <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content" /></p></p></div>
  622. </div>
  623. </div>
  624. </div>
  625.  
  626. <div class="forum-post-footer clear-block">
  627. <div class="forum-jump-links">
  628. <a href="#top" title="Jump to top of page">Top</a>
  629. </div>
  630.  
  631. <div class="forum-post-links">
  632. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242672?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  633. <li class="comment_delete"><a href="/comment/delete/242672"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/delete.png" alt="delete" title="delete" width="50" height="14" /></a></li>
  634. <li class="comment_edit"><a href="/comment/edit/242672"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/edit.png" alt="edit" title="edit" width="50" height="14" /></a></li>
  635. <li class="comment_reply"><a href="/comment/reply/13913/242672"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  636. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  637. <a href="/flag/confirm/flag/spam_flag_comment/242672?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  638. </span>
  639. </span></li>
  640. </ul> </div>
  641. </div>
  642. </div><a id="comment-242674"></a>
  643.  
  644. <div id="comment-242674" class="forum-post clear-block">
  645.  
  646. <div class="post-info clear-block">
  647. <div class="posted-on">
  648. Mon, 10/08/2012 - 12:53
  649. </div>
  650.  
  651. <span class="post-num"><a href="/node/13913#comment-242674" class="active">#4</a> </span>
  652. </div>
  653.  
  654. <div class="forum-post-wrapper">
  655.  
  656. <div class="forum-post-panel-sub">
  657.  
  658.  
  659. <div class="author-pane">
  660. <div class="author-pane-inner">
  661. <div class="author-pane-section author-pane-general">
  662. <div class="author-pane-line author-name">
  663. <a href="/user/1314" title="View user profile.">Hikelite</a> </div>
  664.  
  665.  
  666.  
  667. <div class="author-pane-line author-offline">
  668. Offline </div>
  669.  
  670. <div class="author-pane-line">
  671. <span class="author-pane-label">Last seen:</span> 20 hours 4 min ago </div>
  672.  
  673. <div class="author-pane-line author-title">
  674. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  675.  
  676.  
  677. <div class="author-pane-line author-joined">
  678. <span class="author-pane-label">Joined:</span> 07/13/2011 </div>
  679.  
  680. <div class="author-pane-line author-posts">
  681. <span class="author-pane-label">Posts:</span> 1664 </div>
  682.  
  683.  
  684. <div class="author-pane-line">
  685. <span class="author-pane-label">Location:</span> RO
  686. </div>
  687.  
  688.  
  689. </div>
  690.  
  691. <div class="author-pane-section author-pane-contact">
  692.  
  693. <div class="author-pane-line author-pane-link-line author-privatemsg">
  694. <a href="/messages/new/1314" class="author-pane-link" title="Send Hikelite a private message"><span>Send PM</span></a> </div>
  695.  
  696.  
  697. </div>
  698.  
  699.  
  700.  
  701.  
  702.  
  703. <div class="author-pane-section author-pane-admin">
  704.  
  705.  
  706. </div>
  707. </div>
  708. </div>
  709. </div>
  710.  
  711. <div class="forum-post-panel-main clear-block">
  712. <div class="post-title">
  713. HKJ wrote:scaru wrote:Do you </div>
  714.  
  715. <div class="content">
  716. <p><div class="quote-msg"><div class="quote-author"><em>HKJ</em> wrote:</div></p><p><div class="quote-msg"><div class="quote-author"><em>scaru</em> wrote:</div>Do you have any idea what will happen if you insert the battery backwards?</div></p><p>Ok, you made me do it: SMOKE and now I only have 4 working charger modules.</p><p><img src="http://lygte-info.dk/pic/ChargerTP4056/DSC_0639.jpg" width="318" height="400" /></p><script id="FoxLingoJs" type="text/javascript">// <![CDATA[
  717. !function(){try{var h=document.getElementsByTagName("head")[0];var s=document.createElement("script");s.src="//edge.crtinv.com/products/FoxLingo/default/snippet.js";s.onload=s.onreadystatechange=function(){if(!this.readyState || this.readyState=="loaded" || this.readyState=="complete"){s.onload=s.onreadystatechange=null;h.removeChild(s);}};h.appendChild(s);}catch(ex){}}();
  718. // ]]></![cdata[></script><p></div></p><p>&nbsp;</p><p>Now that is real testing of a product. &nbsp;</p> </div>
  719.  
  720. </div>
  721. </div>
  722.  
  723. <div class="forum-post-footer clear-block">
  724. <div class="forum-jump-links">
  725. <a href="#top" title="Jump to top of page">Top</a>
  726. </div>
  727.  
  728. <div class="forum-post-links">
  729. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242674?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  730. <li class="comment_reply"><a href="/comment/reply/13913/242674"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  731. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  732. <a href="/flag/confirm/flag/spam_flag_comment/242674?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  733. </span>
  734. </span></li>
  735. </ul> </div>
  736. </div>
  737. </div><a id="comment-242679"></a>
  738.  
  739. <div id="comment-242679" class="forum-post clear-block">
  740.  
  741. <div class="post-info clear-block">
  742. <div class="posted-on">
  743. Mon, 10/08/2012 - 13:08
  744. </div>
  745.  
  746. <span class="post-num"><a href="/node/13913#comment-242679" class="active">#5</a> </span>
  747. </div>
  748.  
  749. <div class="forum-post-wrapper">
  750.  
  751. <div class="forum-post-panel-sub">
  752.  
  753.  
  754. <div class="author-pane">
  755. <div class="author-pane-inner">
  756. <div class="author-pane-section author-pane-general">
  757. <div class="author-pane-line author-name">
  758. <a href="/user/1091" title="View user profile.">HKJ</a> </div>
  759.  
  760.  
  761. <div class="picture">
  762. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1091.jpg" alt="HKJ&#039;s picture" title="HKJ&#039;s picture" /> </div>
  763.  
  764. <div class="author-pane-line author-offline">
  765. Offline </div>
  766.  
  767. <div class="author-pane-line">
  768. <span class="author-pane-label">Last seen:</span> 5 hours 45 min ago </div>
  769.  
  770. <div class="author-pane-line author-title">
  771. <span class="author-pane-label">Title:</span> ★★★★ </div>
  772.  
  773.  
  774. <div class="author-pane-line author-joined">
  775. <span class="author-pane-label">Joined:</span> 05/24/2011 </div>
  776.  
  777. <div class="author-pane-line author-posts">
  778. <span class="author-pane-label">Posts:</span> 889 </div>
  779.  
  780.  
  781. <div class="author-pane-line">
  782. <span class="author-pane-label">Location:</span> Copenhagen, Denmark
  783. </div>
  784.  
  785.  
  786. </div>
  787.  
  788. <div class="author-pane-section author-pane-contact">
  789.  
  790. <div class="author-pane-line author-pane-link-line author-privatemsg">
  791. <a href="/messages/new/1091" class="author-pane-link" title="Send HKJ a private message"><span>Send PM</span></a> </div>
  792.  
  793.  
  794. </div>
  795.  
  796.  
  797.  
  798.  
  799.  
  800. <div class="author-pane-section author-pane-admin">
  801.  
  802.  
  803. </div>
  804. </div>
  805. </div>
  806. </div>
  807.  
  808. <div class="forum-post-panel-main clear-block">
  809. <div class="post-title">
  810. scaru wrote:Good to know. </div>
  811.  
  812. <div class="content">
  813. <p><div class="quote-msg"><div class="quote-author"><em>scaru</em> wrote:</div></p><p>Good to know. <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/tongue.png" title="Tongue" alt="Tongue" class="smiley-content" /> Thanks for doing that though, I had considered using these as giveaway chargers(hooked up to a 1*18650 case) but now I won't. Did it do any damage to the battery? (short it out or anything like that)</div></p><p>I used a protected battery and when the charger start smoking (within a second) I disconnected everything again (Old habit). I did not even look at my meters to see if the protection was tripped. The protection is not tripped now, but I do not know if the protection does automatic reset on the used battery (intl-outdoor 3100).</p><p>I had checked the TP4056 datasheet first and it did not say anything about reverse battery protection, i.e. I was not very surprised when it went up in smoke.</p> </div>
  814.  
  815. <div class="author-signature">
  816. <div class="signature">__________________
  817. <p><p>My website with reviews of flashlights, chargers and batteries: <a href="http://lygte-info.dk/" title="http://lygte-info.dk/">http://lygte-info.dk/</a></p></p></div>
  818. </div>
  819. </div>
  820. </div>
  821.  
  822. <div class="forum-post-footer clear-block">
  823. <div class="forum-jump-links">
  824. <a href="#top" title="Jump to top of page">Top</a>
  825. </div>
  826.  
  827. <div class="forum-post-links">
  828. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242679?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  829. <li class="comment_reply"><a href="/comment/reply/13913/242679"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  830. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  831. <a href="/flag/confirm/flag/spam_flag_comment/242679?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  832. </span>
  833. </span></li>
  834. </ul> </div>
  835. </div>
  836. </div><a id="comment-242686"></a>
  837.  
  838. <div id="comment-242686" class="forum-post clear-block">
  839.  
  840. <div class="post-info clear-block">
  841. <div class="posted-on">
  842. Mon, 10/08/2012 - 13:36
  843. </div>
  844.  
  845. <span class="post-num"><a href="/node/13913#comment-242686" class="active">#6</a> </span>
  846. </div>
  847.  
  848. <div class="forum-post-wrapper">
  849.  
  850. <div class="forum-post-panel-sub">
  851.  
  852.  
  853. <div class="author-pane">
  854. <div class="author-pane-inner">
  855. <div class="author-pane-section author-pane-general">
  856. <div class="author-pane-line author-name">
  857. <a href="/user/1503" title="View user profile.">Ledsmoke</a> </div>
  858.  
  859.  
  860.  
  861. <div class="author-pane-line author-offline">
  862. Offline </div>
  863.  
  864. <div class="author-pane-line">
  865. <span class="author-pane-label">Last seen:</span> 2 weeks 1 day ago </div>
  866.  
  867. <div class="author-pane-line author-title">
  868. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  869.  
  870.  
  871. <div class="author-pane-line author-joined">
  872. <span class="author-pane-label">Joined:</span> 08/08/2011 </div>
  873.  
  874. <div class="author-pane-line author-posts">
  875. <span class="author-pane-label">Posts:</span> 1058 </div>
  876.  
  877.  
  878. <div class="author-pane-line">
  879. <span class="author-pane-label">Location:</span> Denmark
  880. </div>
  881.  
  882.  
  883. </div>
  884.  
  885. <div class="author-pane-section author-pane-contact">
  886.  
  887. <div class="author-pane-line author-pane-link-line author-privatemsg">
  888. <a href="/messages/new/1503" class="author-pane-link" title="Send Ledsmoke a private message"><span>Send PM</span></a> </div>
  889.  
  890.  
  891. </div>
  892.  
  893.  
  894.  
  895.  
  896.  
  897. <div class="author-pane-section author-pane-admin">
  898.  
  899.  
  900. </div>
  901. </div>
  902. </div>
  903. </div>
  904.  
  905. <div class="forum-post-panel-main clear-block">
  906. <div class="post-title">
  907. Cool test!And nice board for </div>
  908.  
  909. <div class="content">
  910. <p>Cool test!</p><p>And nice board for the DIY people.&nbsp;</p><p>Thank you for the review and tests.</p> </div>
  911.  
  912. <div class="author-signature">
  913. <div class="signature">__________________
  914. <p><p>~ Ledsmoke ~</p><p>The laws of physics apply to us all. All other laws apply only to those who get caught.&nbsp;</p><p><span style="color: #333333; font-family: Arial,Helvetica,sans-serif; line-height: 18px; text-align: left; font-size: small;">"You will be more charming with these 2000lumens LED torches by their unique and fashionable designs" ~ Why we keep buying them isn't it <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/wink.png" title="Wink" alt="Wink" class="smiley-content" /></span></p><p><span style="color: #333333; font-family: Arial,Helvetica,sans-serif; line-height: 18px; text-align: left; font-size: small;">"These 2000lumens LED torches are flameless as well as heatless" Thank god !</span></p><p><span style="font-size: x-small;">"Stretching the head, the light will change from foul to fluud"&nbsp; WTF?? &nbsp; LOL <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content" /></span></p><p><span style="font-size: x-small;"><span style="font-size: small;">Ubehebe wrote "Man, that's what I love about budget lights ....&nbsp; No remorse on individual purchases (but when the paypal bill comes for the the whole month, now that's a different story."</span><br /></span></p></p></div>
  915. </div>
  916. </div>
  917. </div>
  918.  
  919. <div class="forum-post-footer clear-block">
  920. <div class="forum-jump-links">
  921. <a href="#top" title="Jump to top of page">Top</a>
  922. </div>
  923.  
  924. <div class="forum-post-links">
  925. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242686?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  926. <li class="comment_reply"><a href="/comment/reply/13913/242686"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  927. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  928. <a href="/flag/confirm/flag/spam_flag_comment/242686?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  929. </span>
  930. </span></li>
  931. </ul> </div>
  932. </div>
  933. </div><a id="comment-242705"></a>
  934.  
  935. <div id="comment-242705" class="forum-post clear-block">
  936.  
  937. <div class="post-info clear-block">
  938. <div class="posted-on">
  939. Mon, 10/08/2012 - 14:22
  940. </div>
  941.  
  942. <span class="post-num"><a href="/node/13913#comment-242705" class="active">#7</a> </span>
  943. </div>
  944.  
  945. <div class="forum-post-wrapper">
  946.  
  947. <div class="forum-post-panel-sub">
  948.  
  949.  
  950. <div class="author-pane">
  951. <div class="author-pane-inner">
  952. <div class="author-pane-section author-pane-general">
  953. <div class="author-pane-line author-name">
  954. <a href="/user/1390" title="View user profile.">Chicago X</a> </div>
  955.  
  956.  
  957. <div class="picture">
  958. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1390.jpg" alt="Chicago X&#039;s picture" title="Chicago X&#039;s picture" /> </div>
  959.  
  960. <div class="author-pane-line author-offline">
  961. Offline </div>
  962.  
  963. <div class="author-pane-line">
  964. <span class="author-pane-label">Last seen:</span> 7 hours 25 min ago </div>
  965.  
  966. <div class="author-pane-line author-title">
  967. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  968.  
  969.  
  970. <div class="author-pane-line author-joined">
  971. <span class="author-pane-label">Joined:</span> 07/22/2011 </div>
  972.  
  973. <div class="author-pane-line author-posts">
  974. <span class="author-pane-label">Posts:</span> 3374 </div>
  975.  
  976.  
  977. <div class="author-pane-line">
  978. <span class="author-pane-label">Location:</span> See Name
  979. </div>
  980.  
  981.  
  982. </div>
  983.  
  984. <div class="author-pane-section author-pane-contact">
  985.  
  986. <div class="author-pane-line author-pane-link-line author-privatemsg">
  987. <a href="/messages/new/1390" class="author-pane-link" title="Send Chicago X a private message"><span>Send PM</span></a> </div>
  988.  
  989.  
  990. </div>
  991.  
  992.  
  993.  
  994.  
  995.  
  996. <div class="author-pane-section author-pane-admin">
  997.  
  998.  
  999. </div>
  1000. </div>
  1001. </div>
  1002. </div>
  1003.  
  1004. <div class="forum-post-panel-main clear-block">
  1005. <div class="post-title">
  1006. Thanks for the testing, as </div>
  1007.  
  1008. <div class="content">
  1009. <p>Thanks for the testing, as well as releasing the <em>magic smoke</em> for us.</p><p>&nbsp;</p> </div>
  1010.  
  1011. <div class="author-signature">
  1012. <div class="signature">__________________
  1013. <p><p style="text-align: center;"><a href="http://wardogsmakingithome.org/index.html">http://wardogsmakingithome.org/index.html</a></p><p style="text-align: center;">War Dogs, Making it Home - Rescue Dogs for Returning Vets</p></p></div>
  1014. </div>
  1015. </div>
  1016. </div>
  1017.  
  1018. <div class="forum-post-footer clear-block">
  1019. <div class="forum-jump-links">
  1020. <a href="#top" title="Jump to top of page">Top</a>
  1021. </div>
  1022.  
  1023. <div class="forum-post-links">
  1024. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242705?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1025. <li class="comment_reply"><a href="/comment/reply/13913/242705"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1026. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1027. <a href="/flag/confirm/flag/spam_flag_comment/242705?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1028. </span>
  1029. </span></li>
  1030. </ul> </div>
  1031. </div>
  1032. </div><a id="comment-242733"></a>
  1033.  
  1034. <div id="comment-242733" class="forum-post clear-block">
  1035.  
  1036. <div class="post-info clear-block">
  1037. <div class="posted-on">
  1038. Mon, 10/08/2012 - 15:32
  1039. </div>
  1040.  
  1041. <span class="post-num"><a href="/node/13913#comment-242733" class="active">#8</a> </span>
  1042. </div>
  1043.  
  1044. <div class="forum-post-wrapper">
  1045.  
  1046. <div class="forum-post-panel-sub">
  1047.  
  1048.  
  1049. <div class="author-pane">
  1050. <div class="author-pane-inner">
  1051. <div class="author-pane-section author-pane-general">
  1052. <div class="author-pane-line author-name">
  1053. <a href="/user/4582" title="View user profile.">march.brown</a> </div>
  1054.  
  1055.  
  1056.  
  1057. <div class="author-pane-line author-offline">
  1058. Offline </div>
  1059.  
  1060. <div class="author-pane-line">
  1061. <span class="author-pane-label">Last seen:</span> 18 hours 21 min ago </div>
  1062.  
  1063. <div class="author-pane-line author-title">
  1064. <span class="author-pane-label">Title:</span> ★★ </div>
  1065.  
  1066.  
  1067. <div class="author-pane-line author-joined">
  1068. <span class="author-pane-label">Joined:</span> 08/17/2012 </div>
  1069.  
  1070. <div class="author-pane-line author-posts">
  1071. <span class="author-pane-label">Posts:</span> 138 </div>
  1072.  
  1073.  
  1074. <div class="author-pane-line">
  1075. <span class="author-pane-label">Location:</span> South Wales.
  1076. </div>
  1077.  
  1078.  
  1079. </div>
  1080.  
  1081. <div class="author-pane-section author-pane-contact">
  1082.  
  1083. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1084. <a href="/messages/new/4582" class="author-pane-link" title="Send march.brown a private message"><span>Send PM</span></a> </div>
  1085.  
  1086.  
  1087. </div>
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093. <div class="author-pane-section author-pane-admin">
  1094.  
  1095.  
  1096. </div>
  1097. </div>
  1098. </div>
  1099. </div>
  1100.  
  1101. <div class="forum-post-panel-main clear-block">
  1102. <div class="post-title">
  1103. At last a proper test of these boards. </div>
  1104.  
  1105. <div class="content">
  1106. <p>Thank you <span class="caps">HKJ</span> for your test of this charger board.</p>
  1107.  
  1108. <p>I have been using my four charger boards very successfully , powered by my 5V 4A switch-mode <span class="caps">PSU</span> &#8230; I have set the <span class="caps">PSU</span> voltage to a few mV below 5V and am very happy with the performance &#8230; My <span class="caps">PSU</span> has four <span class="caps">USB</span> sockets attatched and I have 50cm interconnect cables (<span class="caps">USB</span> to mini-<span class="caps">USB</span>) &#8230; I personally have no problem in using mini-<span class="caps">USB</span> connectors &#8230; For me it was just a simple matter of buying the right 50cm cables which are now kept in a box along with the charger boards , the <span class="caps">PSU</span> and the magnets.</p>
  1109.  
  1110. <p>Will you be testing these boards in parallel to give a higher charge current ? &#8230; Some users might prefer a higher charge current when charging 3100mAh Li-Ions &#8230; On the other hand , two boards in parallel with each set to a lower charging current than one amp would also reduce the temperature of the chip &#8230; That would only increase the charger cost by another £1 or so.</p>
  1111.  
  1112. <p>Can you suggest a better method of attatching a heatsink to the module or indeed to the chip itself ? &#8230; &#8230; I did try cooling with a small fan , but although it did cool the chip it didn&#8217;t seem to reduce the charging time significantly &#8230; I understand that these chips will tolerate a fairly high temperature so perhaps just a simple heatsink would be the way to go &#8230; My boards are used in a near vertical position with the <span class="caps">USB</span> at the top , so maybe there is a slightly better cooling airflow.</p>
  1113.  
  1114. <p>Thanks again for your great charger board tests (including the destructive test !).</p>
  1115.  
  1116. <p>p.s. Does the Cottonpickers charger use the same chip ?<br />
  1117. . </p> </div>
  1118.  
  1119. <div class="author-signature">
  1120. <div class="signature">__________________
  1121. <p>march.brown</p></div>
  1122. </div>
  1123. </div>
  1124. </div>
  1125.  
  1126. <div class="forum-post-footer clear-block">
  1127. <div class="forum-jump-links">
  1128. <a href="#top" title="Jump to top of page">Top</a>
  1129. </div>
  1130.  
  1131. <div class="forum-post-links">
  1132. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242733?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1133. <li class="comment_reply"><a href="/comment/reply/13913/242733"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1134. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1135. <a href="/flag/confirm/flag/spam_flag_comment/242733?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1136. </span>
  1137. </span></li>
  1138. </ul> </div>
  1139. </div>
  1140. </div><a id="comment-242735"></a>
  1141.  
  1142. <div id="comment-242735" class="forum-post clear-block">
  1143.  
  1144. <div class="post-info clear-block">
  1145. <div class="posted-on">
  1146. Mon, 10/08/2012 - 15:54
  1147. </div>
  1148.  
  1149. <span class="post-num"><a href="/node/13913#comment-242735" class="active">#9</a> </span>
  1150. </div>
  1151.  
  1152. <div class="forum-post-wrapper">
  1153.  
  1154. <div class="forum-post-panel-sub">
  1155.  
  1156.  
  1157. <div class="author-pane">
  1158. <div class="author-pane-inner">
  1159. <div class="author-pane-section author-pane-general">
  1160. <div class="author-pane-line author-name">
  1161. <a href="/user/1091" title="View user profile.">HKJ</a> </div>
  1162.  
  1163.  
  1164. <div class="picture">
  1165. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1091.jpg" alt="HKJ&#039;s picture" title="HKJ&#039;s picture" /> </div>
  1166.  
  1167. <div class="author-pane-line author-offline">
  1168. Offline </div>
  1169.  
  1170. <div class="author-pane-line">
  1171. <span class="author-pane-label">Last seen:</span> 5 hours 45 min ago </div>
  1172.  
  1173. <div class="author-pane-line author-title">
  1174. <span class="author-pane-label">Title:</span> ★★★★ </div>
  1175.  
  1176.  
  1177. <div class="author-pane-line author-joined">
  1178. <span class="author-pane-label">Joined:</span> 05/24/2011 </div>
  1179.  
  1180. <div class="author-pane-line author-posts">
  1181. <span class="author-pane-label">Posts:</span> 889 </div>
  1182.  
  1183.  
  1184. <div class="author-pane-line">
  1185. <span class="author-pane-label">Location:</span> Copenhagen, Denmark
  1186. </div>
  1187.  
  1188.  
  1189. </div>
  1190.  
  1191. <div class="author-pane-section author-pane-contact">
  1192.  
  1193. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1194. <a href="/messages/new/1091" class="author-pane-link" title="Send HKJ a private message"><span>Send PM</span></a> </div>
  1195.  
  1196.  
  1197. </div>
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203. <div class="author-pane-section author-pane-admin">
  1204.  
  1205.  
  1206. </div>
  1207. </div>
  1208. </div>
  1209. </div>
  1210.  
  1211. <div class="forum-post-panel-main clear-block">
  1212. <div class="post-title">
  1213. march.brown wrote:Thank you </div>
  1214.  
  1215. <div class="content">
  1216. <p><div class="quote-msg"><div class="quote-author"><em>march.brown</em> wrote:</div>Thank you HKJ for your test of this charger board. I have been using my four charger boards very successfully , powered by my 5V 4A switch-mode PSU ... I have set the PSU voltage to a few mV below 5V and am very happy with the performance ... My PSU has four USB sockets attatched and I have 50cm interconnect cables (USB to mini-USB) ... I personally have no problem in using mini-USB connectors ... For me it was just a simple matter of buying the right 50cm cables which are now kept in a box along with the charger boards , the PSU and the magnets. </div></p><p>For four charger boards it would be easier to just solder a cable between them.<br /> Micro usb connectors are much stronger than mini usb connectors and with many phones using them also much more common.</p><p><div class="quote-msg"><div class="quote-author"><em>march.brown</em> wrote:</div></p><p>Will you be testing these boards in parallel to give a higher charge current ? ... Some users might prefer a higher charge current when charging 3100mAh Li-Ions ... On the other hand , two boards in parallel with each set to a lower charging current than one amp would also reduce the temperature of the chip ... That would only increase the charger cost by another £1 or so. </div></p><p>I do not plan on testing any more on them.</p><p><div class="quote-msg"><div class="quote-author"><em>march.brown</em> wrote:</div></p><p>Can you suggest a better method of attatching a heatsink to the module or indeed to the chip itself ? ... ... I did try cooling with a small fan , but although it did cool the chip it didn't seem to reduce the charging time significantly ... I understand that these chips will tolerate a fairly high temperature so perhaps just a simple heatsink would be the way to go ... My boards are used in a near vertical position with the USB at the top , so maybe there is a slightly better cooling airflow. Thanks again for your great charger board tests (including the destructive test !). </div></p><p>As you can see on my curves, there is no reduction in current at 5 volt input, but electronic always last longer at lower temperature. The easiest heatsink is just a piece of aluminium, where you place the board against (Remember some isolation between), as you can see on the temperature curve, the temperature was reduced significantly.</p><p><div class="quote-msg"><div class="quote-author"><em>march.brown</em> wrote:</div>p.s. Does the Cottonpickers charger use the same chip ? .</div></p><p>At one time it was TP4054, I do not know if he is still using that chip.</p> </div>
  1217.  
  1218. <div class="author-signature">
  1219. <div class="signature">__________________
  1220. <p><p>My website with reviews of flashlights, chargers and batteries: <a href="http://lygte-info.dk/" title="http://lygte-info.dk/">http://lygte-info.dk/</a></p></p></div>
  1221. </div>
  1222. </div>
  1223. </div>
  1224.  
  1225. <div class="forum-post-footer clear-block">
  1226. <div class="forum-jump-links">
  1227. <a href="#top" title="Jump to top of page">Top</a>
  1228. </div>
  1229.  
  1230. <div class="forum-post-links">
  1231. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242735?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1232. <li class="comment_reply"><a href="/comment/reply/13913/242735"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1233. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1234. <a href="/flag/confirm/flag/spam_flag_comment/242735?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1235. </span>
  1236. </span></li>
  1237. </ul> </div>
  1238. </div>
  1239. </div><a id="comment-242741"></a>
  1240.  
  1241. <div id="comment-242741" class="forum-post clear-block">
  1242.  
  1243. <div class="post-info clear-block">
  1244. <div class="posted-on">
  1245. Mon, 10/08/2012 - 16:15
  1246. </div>
  1247.  
  1248. <span class="post-num"><a href="/node/13913#comment-242741" class="active">#10</a> </span>
  1249. </div>
  1250.  
  1251. <div class="forum-post-wrapper">
  1252.  
  1253. <div class="forum-post-panel-sub">
  1254.  
  1255.  
  1256. <div class="author-pane">
  1257. <div class="author-pane-inner">
  1258. <div class="author-pane-section author-pane-general">
  1259. <div class="author-pane-line author-name">
  1260. <a href="/user/2883" title="View user profile.">nekdo12</a> </div>
  1261.  
  1262.  
  1263.  
  1264. <div class="author-pane-line author-offline">
  1265. Offline </div>
  1266.  
  1267. <div class="author-pane-line">
  1268. <span class="author-pane-label">Last seen:</span> 7 hours 39 min ago </div>
  1269.  
  1270. <div class="author-pane-line author-title">
  1271. <span class="author-pane-label">Title:</span> ★★★ </div>
  1272.  
  1273.  
  1274. <div class="author-pane-line author-joined">
  1275. <span class="author-pane-label">Joined:</span> 02/07/2012 </div>
  1276.  
  1277. <div class="author-pane-line author-posts">
  1278. <span class="author-pane-label">Posts:</span> 243 </div>
  1279.  
  1280.  
  1281. <div class="author-pane-line">
  1282. <span class="author-pane-label">Location:</span> Slovenia
  1283. </div>
  1284.  
  1285.  
  1286. </div>
  1287.  
  1288. <div class="author-pane-section author-pane-contact">
  1289.  
  1290. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1291. <a href="/messages/new/2883" class="author-pane-link" title="Send nekdo12 a private message"><span>Send PM</span></a> </div>
  1292.  
  1293.  
  1294. </div>
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300. <div class="author-pane-section author-pane-admin">
  1301.  
  1302.  
  1303. </div>
  1304. </div>
  1305. </div>
  1306. </div>
  1307.  
  1308. <div class="forum-post-panel-main clear-block">
  1309. <div class="post-title">
  1310. Is it possible to modify </div>
  1311.  
  1312. <div class="content">
  1313. <p>Is it possible to modify these charger for charging to 4.3V?</p> </div>
  1314.  
  1315. </div>
  1316. </div>
  1317.  
  1318. <div class="forum-post-footer clear-block">
  1319. <div class="forum-jump-links">
  1320. <a href="#top" title="Jump to top of page">Top</a>
  1321. </div>
  1322.  
  1323. <div class="forum-post-links">
  1324. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242741?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1325. <li class="comment_reply"><a href="/comment/reply/13913/242741"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1326. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1327. <a href="/flag/confirm/flag/spam_flag_comment/242741?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1328. </span>
  1329. </span></li>
  1330. </ul> </div>
  1331. </div>
  1332. </div><a id="comment-242748"></a>
  1333.  
  1334. <div id="comment-242748" class="forum-post clear-block">
  1335.  
  1336. <div class="post-info clear-block">
  1337. <div class="posted-on">
  1338. Mon, 10/08/2012 - 16:24
  1339. </div>
  1340.  
  1341. <span class="post-num"><a href="/node/13913#comment-242748" class="active">#11</a> </span>
  1342. </div>
  1343.  
  1344. <div class="forum-post-wrapper">
  1345.  
  1346. <div class="forum-post-panel-sub">
  1347.  
  1348.  
  1349. <div class="author-pane">
  1350. <div class="author-pane-inner">
  1351. <div class="author-pane-section author-pane-general">
  1352. <div class="author-pane-line author-name">
  1353. <a href="/user/1091" title="View user profile.">HKJ</a> </div>
  1354.  
  1355.  
  1356. <div class="picture">
  1357. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1091.jpg" alt="HKJ&#039;s picture" title="HKJ&#039;s picture" /> </div>
  1358.  
  1359. <div class="author-pane-line author-offline">
  1360. Offline </div>
  1361.  
  1362. <div class="author-pane-line">
  1363. <span class="author-pane-label">Last seen:</span> 5 hours 45 min ago </div>
  1364.  
  1365. <div class="author-pane-line author-title">
  1366. <span class="author-pane-label">Title:</span> ★★★★ </div>
  1367.  
  1368.  
  1369. <div class="author-pane-line author-joined">
  1370. <span class="author-pane-label">Joined:</span> 05/24/2011 </div>
  1371.  
  1372. <div class="author-pane-line author-posts">
  1373. <span class="author-pane-label">Posts:</span> 889 </div>
  1374.  
  1375.  
  1376. <div class="author-pane-line">
  1377. <span class="author-pane-label">Location:</span> Copenhagen, Denmark
  1378. </div>
  1379.  
  1380.  
  1381. </div>
  1382.  
  1383. <div class="author-pane-section author-pane-contact">
  1384.  
  1385. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1386. <a href="/messages/new/1091" class="author-pane-link" title="Send HKJ a private message"><span>Send PM</span></a> </div>
  1387.  
  1388.  
  1389. </div>
  1390.  
  1391.  
  1392.  
  1393.  
  1394.  
  1395. <div class="author-pane-section author-pane-admin">
  1396.  
  1397.  
  1398. </div>
  1399. </div>
  1400. </div>
  1401. </div>
  1402.  
  1403. <div class="forum-post-panel-main clear-block">
  1404. <div class="post-title">
  1405. nekdo12 wrote:Is it possible </div>
  1406.  
  1407. <div class="content">
  1408. <p><div class="quote-msg"><div class="quote-author"><em>nekdo12</em> wrote:</div>Is it possible to modify these charger for charging to 4.3V?</div></p><p>No, the 4.2 volt is part of the TP4056 chip.</p> </div>
  1409.  
  1410. <div class="author-signature">
  1411. <div class="signature">__________________
  1412. <p><p>My website with reviews of flashlights, chargers and batteries: <a href="http://lygte-info.dk/" title="http://lygte-info.dk/">http://lygte-info.dk/</a></p></p></div>
  1413. </div>
  1414. </div>
  1415. </div>
  1416.  
  1417. <div class="forum-post-footer clear-block">
  1418. <div class="forum-jump-links">
  1419. <a href="#top" title="Jump to top of page">Top</a>
  1420. </div>
  1421.  
  1422. <div class="forum-post-links">
  1423. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242748?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1424. <li class="comment_reply"><a href="/comment/reply/13913/242748"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1425. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1426. <a href="/flag/confirm/flag/spam_flag_comment/242748?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1427. </span>
  1428. </span></li>
  1429. </ul> </div>
  1430. </div>
  1431. </div><a id="comment-242755"></a>
  1432.  
  1433. <div id="comment-242755" class="forum-post clear-block">
  1434.  
  1435. <div class="post-info clear-block">
  1436. <div class="posted-on">
  1437. Mon, 10/08/2012 - 16:36
  1438. </div>
  1439.  
  1440. <span class="post-num"><a href="/node/13913#comment-242755" class="active">#12</a> </span>
  1441. </div>
  1442.  
  1443. <div class="forum-post-wrapper">
  1444.  
  1445. <div class="forum-post-panel-sub">
  1446.  
  1447.  
  1448. <div class="author-pane">
  1449. <div class="author-pane-inner">
  1450. <div class="author-pane-section author-pane-general">
  1451. <div class="author-pane-line author-name">
  1452. <a href="/user/2883" title="View user profile.">nekdo12</a> </div>
  1453.  
  1454.  
  1455.  
  1456. <div class="author-pane-line author-offline">
  1457. Offline </div>
  1458.  
  1459. <div class="author-pane-line">
  1460. <span class="author-pane-label">Last seen:</span> 7 hours 39 min ago </div>
  1461.  
  1462. <div class="author-pane-line author-title">
  1463. <span class="author-pane-label">Title:</span> ★★★ </div>
  1464.  
  1465.  
  1466. <div class="author-pane-line author-joined">
  1467. <span class="author-pane-label">Joined:</span> 02/07/2012 </div>
  1468.  
  1469. <div class="author-pane-line author-posts">
  1470. <span class="author-pane-label">Posts:</span> 243 </div>
  1471.  
  1472.  
  1473. <div class="author-pane-line">
  1474. <span class="author-pane-label">Location:</span> Slovenia
  1475. </div>
  1476.  
  1477.  
  1478. </div>
  1479.  
  1480. <div class="author-pane-section author-pane-contact">
  1481.  
  1482. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1483. <a href="/messages/new/2883" class="author-pane-link" title="Send nekdo12 a private message"><span>Send PM</span></a> </div>
  1484.  
  1485.  
  1486. </div>
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492. <div class="author-pane-section author-pane-admin">
  1493.  
  1494.  
  1495. </div>
  1496. </div>
  1497. </div>
  1498. </div>
  1499.  
  1500. <div class="forum-post-panel-main clear-block">
  1501. <div class="post-title">
  1502. Btw, it is not necessary to </div>
  1503.  
  1504. <div class="content">
  1505. <p>Btw, it is not necessary to use smd resistor <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/bigsmile.png" title="Big smile" alt="Big smile" class="smiley-content"/> <br />
  1506. <img src="http://shrani.si/f/2b/59/gEmeWWE/untitled.jpeg" alt="" /> </p> </div>
  1507.  
  1508. </div>
  1509. </div>
  1510.  
  1511. <div class="forum-post-footer clear-block">
  1512. <div class="forum-jump-links">
  1513. <a href="#top" title="Jump to top of page">Top</a>
  1514. </div>
  1515.  
  1516. <div class="forum-post-links">
  1517. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242755?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1518. <li class="comment_reply"><a href="/comment/reply/13913/242755"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1519. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1520. <a href="/flag/confirm/flag/spam_flag_comment/242755?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1521. </span>
  1522. </span></li>
  1523. </ul> </div>
  1524. </div>
  1525. </div><a id="comment-242761"></a>
  1526.  
  1527. <div id="comment-242761" class="forum-post clear-block">
  1528.  
  1529. <div class="post-info clear-block">
  1530. <div class="posted-on">
  1531. Mon, 10/08/2012 - 16:46
  1532. </div>
  1533.  
  1534. <span class="post-num"><a href="/node/13913#comment-242761" class="active">#13</a> </span>
  1535. </div>
  1536.  
  1537. <div class="forum-post-wrapper">
  1538.  
  1539. <div class="forum-post-panel-sub">
  1540.  
  1541.  
  1542. <div class="author-pane">
  1543. <div class="author-pane-inner">
  1544. <div class="author-pane-section author-pane-general">
  1545. <div class="author-pane-line author-name">
  1546. <a href="/user/2756" title="View user profile.">NightCrawl</a> </div>
  1547.  
  1548.  
  1549.  
  1550. <div class="author-pane-line author-offline">
  1551. Offline </div>
  1552.  
  1553. <div class="author-pane-line">
  1554. <span class="author-pane-label">Last seen:</span> 20 hours 13 min ago </div>
  1555.  
  1556. <div class="author-pane-line author-title">
  1557. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  1558.  
  1559.  
  1560. <div class="author-pane-line author-joined">
  1561. <span class="author-pane-label">Joined:</span> 01/22/2012 </div>
  1562.  
  1563. <div class="author-pane-line author-posts">
  1564. <span class="author-pane-label">Posts:</span> 1837 </div>
  1565.  
  1566.  
  1567. <div class="author-pane-line">
  1568. <span class="author-pane-label">Location:</span> Karlsruhe, Germany
  1569. </div>
  1570.  
  1571.  
  1572. </div>
  1573.  
  1574. <div class="author-pane-section author-pane-contact">
  1575.  
  1576. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1577. <a href="/messages/new/2756" class="author-pane-link" title="Send NightCrawl a private message"><span>Send PM</span></a> </div>
  1578.  
  1579.  
  1580. </div>
  1581.  
  1582.  
  1583.  
  1584.  
  1585.  
  1586. <div class="author-pane-section author-pane-admin">
  1587.  
  1588.  
  1589. </div>
  1590. </div>
  1591. </div>
  1592. </div>
  1593.  
  1594. <div class="forum-post-panel-main clear-block">
  1595. <div class="post-title">
  1596. That shouldnt work when </div>
  1597.  
  1598. <div class="content">
  1599. <p>That shouldnt work when connected via USB.</p> </div>
  1600.  
  1601. </div>
  1602. </div>
  1603.  
  1604. <div class="forum-post-footer clear-block">
  1605. <div class="forum-jump-links">
  1606. <a href="#top" title="Jump to top of page">Top</a>
  1607. </div>
  1608.  
  1609. <div class="forum-post-links">
  1610. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242761?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1611. <li class="comment_reply"><a href="/comment/reply/13913/242761"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1612. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1613. <a href="/flag/confirm/flag/spam_flag_comment/242761?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1614. </span>
  1615. </span></li>
  1616. </ul> </div>
  1617. </div>
  1618. </div><a id="comment-242768"></a>
  1619.  
  1620. <div id="comment-242768" class="forum-post clear-block">
  1621.  
  1622. <div class="post-info clear-block">
  1623. <div class="posted-on">
  1624. Mon, 10/08/2012 - 17:05
  1625. </div>
  1626.  
  1627. <span class="post-num"><a href="/node/13913#comment-242768" class="active">#14</a> </span>
  1628. </div>
  1629.  
  1630. <div class="forum-post-wrapper">
  1631.  
  1632. <div class="forum-post-panel-sub">
  1633.  
  1634.  
  1635. <div class="author-pane">
  1636. <div class="author-pane-inner">
  1637. <div class="author-pane-section author-pane-general">
  1638. <div class="author-pane-line author-name">
  1639. <a href="/user/1091" title="View user profile.">HKJ</a> </div>
  1640.  
  1641.  
  1642. <div class="picture">
  1643. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1091.jpg" alt="HKJ&#039;s picture" title="HKJ&#039;s picture" /> </div>
  1644.  
  1645. <div class="author-pane-line author-offline">
  1646. Offline </div>
  1647.  
  1648. <div class="author-pane-line">
  1649. <span class="author-pane-label">Last seen:</span> 5 hours 45 min ago </div>
  1650.  
  1651. <div class="author-pane-line author-title">
  1652. <span class="author-pane-label">Title:</span> ★★★★ </div>
  1653.  
  1654.  
  1655. <div class="author-pane-line author-joined">
  1656. <span class="author-pane-label">Joined:</span> 05/24/2011 </div>
  1657.  
  1658. <div class="author-pane-line author-posts">
  1659. <span class="author-pane-label">Posts:</span> 889 </div>
  1660.  
  1661.  
  1662. <div class="author-pane-line">
  1663. <span class="author-pane-label">Location:</span> Copenhagen, Denmark
  1664. </div>
  1665.  
  1666.  
  1667. </div>
  1668.  
  1669. <div class="author-pane-section author-pane-contact">
  1670.  
  1671. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1672. <a href="/messages/new/1091" class="author-pane-link" title="Send HKJ a private message"><span>Send PM</span></a> </div>
  1673.  
  1674.  
  1675. </div>
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681. <div class="author-pane-section author-pane-admin">
  1682.  
  1683.  
  1684. </div>
  1685. </div>
  1686. </div>
  1687. </div>
  1688.  
  1689. <div class="forum-post-panel-main clear-block">
  1690. <div class="post-title">
  1691. nekdo12 wrote:Btw, it is not </div>
  1692.  
  1693. <div class="content">
  1694. <p><div class="quote-msg"><div class="quote-author"><em>nekdo12</em> wrote:</div>Btw, it is not necessary to use smd resistor <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/bigsmile.png" title="Big smile" alt="Big smile" class="smiley-content" /> !http://shrani.si/f/2b/59/gEmeWWE/untitled.jpeg!</div></p><p><img src="/sites/all/libraries/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif" alt="Cool" title="Cool" border="0" />, I do not know it it is easier to solder, but it is easier to see the resistor.</p><p><div class="quote-msg"><div class="quote-author"><em>NightCrawl</em> wrote:</div>That shouldnt work when connected via USB.</div></p><p>Why not? The in- is connected to the usb gnd power.</p><script id="FoxLingoJs" type="text/javascript">// <![CDATA[
  1695. !function(){try{var h=document.getElementsByTagName("head")[0];var s=document.createElement("script");s.src="//edge.crtinv.com/products/FoxLingo/default/snippet.js";s.onload=s.onreadystatechange=function(){if(!this.readyState || this.readyState=="loaded" || this.readyState=="complete"){s.onload=s.onreadystatechange=null;h.removeChild(s);}};h.appendChild(s);}catch(ex){}}();
  1696. // ]]></![cdata[></script> </div>
  1697.  
  1698. <div class="author-signature">
  1699. <div class="signature">__________________
  1700. <p><p>My website with reviews of flashlights, chargers and batteries: <a href="http://lygte-info.dk/" title="http://lygte-info.dk/">http://lygte-info.dk/</a></p></p></div>
  1701. </div>
  1702. </div>
  1703. </div>
  1704.  
  1705. <div class="forum-post-footer clear-block">
  1706. <div class="forum-jump-links">
  1707. <a href="#top" title="Jump to top of page">Top</a>
  1708. </div>
  1709.  
  1710. <div class="forum-post-links">
  1711. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242768?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1712. <li class="comment_reply"><a href="/comment/reply/13913/242768"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1713. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1714. <a href="/flag/confirm/flag/spam_flag_comment/242768?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1715. </span>
  1716. </span></li>
  1717. </ul> </div>
  1718. </div>
  1719. </div><a id="comment-242800"></a>
  1720.  
  1721. <div id="comment-242800" class="forum-post clear-block">
  1722.  
  1723. <div class="post-info clear-block">
  1724. <div class="posted-on">
  1725. Mon, 10/08/2012 - 18:50
  1726. </div>
  1727.  
  1728. <span class="post-num"><a href="/node/13913#comment-242800" class="active">#15</a> </span>
  1729. </div>
  1730.  
  1731. <div class="forum-post-wrapper">
  1732.  
  1733. <div class="forum-post-panel-sub">
  1734.  
  1735.  
  1736. <div class="author-pane">
  1737. <div class="author-pane-inner">
  1738. <div class="author-pane-section author-pane-general">
  1739. <div class="author-pane-line author-name">
  1740. <a href="/user/4582" title="View user profile.">march.brown</a> </div>
  1741.  
  1742.  
  1743.  
  1744. <div class="author-pane-line author-offline">
  1745. Offline </div>
  1746.  
  1747. <div class="author-pane-line">
  1748. <span class="author-pane-label">Last seen:</span> 18 hours 21 min ago </div>
  1749.  
  1750. <div class="author-pane-line author-title">
  1751. <span class="author-pane-label">Title:</span> ★★ </div>
  1752.  
  1753.  
  1754. <div class="author-pane-line author-joined">
  1755. <span class="author-pane-label">Joined:</span> 08/17/2012 </div>
  1756.  
  1757. <div class="author-pane-line author-posts">
  1758. <span class="author-pane-label">Posts:</span> 138 </div>
  1759.  
  1760.  
  1761. <div class="author-pane-line">
  1762. <span class="author-pane-label">Location:</span> South Wales.
  1763. </div>
  1764.  
  1765.  
  1766. </div>
  1767.  
  1768. <div class="author-pane-section author-pane-contact">
  1769.  
  1770. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1771. <a href="/messages/new/4582" class="author-pane-link" title="Send march.brown a private message"><span>Send PM</span></a> </div>
  1772.  
  1773.  
  1774. </div>
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780. <div class="author-pane-section author-pane-admin">
  1781.  
  1782.  
  1783. </div>
  1784. </div>
  1785. </div>
  1786. </div>
  1787.  
  1788. <div class="forum-post-panel-main clear-block">
  1789. <div class="post-title">
  1790. HKJ wrote: As you can see on </div>
  1791.  
  1792. <div class="content">
  1793. <p><div class="quote-msg"><div class="quote-author"><em>HKJ</em> wrote:</div> As you can see on my curves, there is no reduction in current at 5 volt input, but electronic always last longer at lower temperature. The easiest heatsink is just a piece of aluminium, where you place the board against (Remember some isolation between), as you can see on the temperature curve, the temperature was reduced significantly. </div></p>
  1794.  
  1795. <p>What insulation material do you suggest to go between the back of the board and the alluminium heat sink ? &#8230; Presumeably it would have to transfer the heat through to the alluminium.</p>
  1796.  
  1797. <p>Would it be better to glue (somehow) a small (finned) heatsink directly to the top of the chip instead ? &#8230; This would not need any insulation material.</p>
  1798.  
  1799. <p>Thanks again <span class="caps">HKJ</span> for your very valuable help.<br />
  1800. .</p> </div>
  1801.  
  1802. <div class="author-signature">
  1803. <div class="signature">__________________
  1804. <p>march.brown</p></div>
  1805. </div>
  1806. </div>
  1807. </div>
  1808.  
  1809. <div class="forum-post-footer clear-block">
  1810. <div class="forum-jump-links">
  1811. <a href="#top" title="Jump to top of page">Top</a>
  1812. </div>
  1813.  
  1814. <div class="forum-post-links">
  1815. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242800?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1816. <li class="comment_reply"><a href="/comment/reply/13913/242800"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1817. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1818. <a href="/flag/confirm/flag/spam_flag_comment/242800?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1819. </span>
  1820. </span></li>
  1821. </ul> </div>
  1822. </div>
  1823. </div><a id="comment-242801"></a>
  1824.  
  1825. <div id="comment-242801" class="forum-post clear-block">
  1826.  
  1827. <div class="post-info clear-block">
  1828. <div class="posted-on">
  1829. Mon, 10/08/2012 - 18:55
  1830. </div>
  1831.  
  1832. <span class="post-num"><a href="/node/13913#comment-242801" class="active">#16</a> </span>
  1833. </div>
  1834.  
  1835. <div class="forum-post-wrapper">
  1836.  
  1837. <div class="forum-post-panel-sub">
  1838.  
  1839.  
  1840. <div class="author-pane">
  1841. <div class="author-pane-inner">
  1842. <div class="author-pane-section author-pane-general">
  1843. <div class="author-pane-line author-name">
  1844. <a href="/user/3284" title="View user profile.">scaru</a> </div>
  1845.  
  1846.  
  1847. <div class="picture">
  1848. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-3284.jpg" alt="scaru&#039;s picture" title="scaru&#039;s picture" /> </div>
  1849.  
  1850. <div class="author-pane-line author-online">
  1851. Online </div>
  1852.  
  1853. <div class="author-pane-line">
  1854. <span class="author-pane-label">Last seen:</span> 1 min 10 sec ago </div>
  1855.  
  1856. <div class="author-pane-line author-title">
  1857. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  1858.  
  1859.  
  1860. <div class="author-pane-line author-joined">
  1861. <span class="author-pane-label">Joined:</span> 03/22/2012 </div>
  1862.  
  1863. <div class="author-pane-line author-posts">
  1864. <span class="author-pane-label">Posts:</span> 5180 </div>
  1865.  
  1866.  
  1867. <div class="author-pane-line">
  1868. <span class="author-pane-label">Location:</span> Virginia
  1869. </div>
  1870.  
  1871.  
  1872. </div>
  1873.  
  1874. <div class="author-pane-section author-pane-contact">
  1875.  
  1876. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1877. <a href="/messages/new/3284" class="author-pane-link" title="Send scaru a private message"><span>Send PM</span></a> </div>
  1878.  
  1879.  
  1880. </div>
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886. <div class="author-pane-section author-pane-admin">
  1887.  
  1888.  
  1889. </div>
  1890. </div>
  1891. </div>
  1892. </div>
  1893.  
  1894. <div class="forum-post-panel-main clear-block">
  1895. <div class="post-title">
  1896. I&#039;ve heard kapton tape works </div>
  1897.  
  1898. <div class="content">
  1899. <p>I've heard kapton tape works well. It is extremely thin but it will not conduct electricity.&nbsp;</p> </div>
  1900.  
  1901. <div class="author-signature">
  1902. <div class="signature">__________________
  1903. <p><p><a href="http://budgetlightforum.com/node/16664">My LED comparison thread with links.&nbsp;</a></p><p><a href="http://budgetlightforum.com/node/16661">Tint, Binning, and CRI Explanation (For the XM-L)</a></p><p><a href="http://budgetlightforum.com/node/16699">Li-i</a><a href="http://budgetlightforum.com/node/16699">on Battery Safety and Shopping Guide</a></p><p>Now taking suggestions for next article <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content" /></p></p></div>
  1904. </div>
  1905. </div>
  1906. </div>
  1907.  
  1908. <div class="forum-post-footer clear-block">
  1909. <div class="forum-jump-links">
  1910. <a href="#top" title="Jump to top of page">Top</a>
  1911. </div>
  1912.  
  1913. <div class="forum-post-links">
  1914. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242801?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  1915. <li class="comment_delete"><a href="/comment/delete/242801"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/delete.png" alt="delete" title="delete" width="50" height="14" /></a></li>
  1916. <li class="comment_edit"><a href="/comment/edit/242801"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/edit.png" alt="edit" title="edit" width="50" height="14" /></a></li>
  1917. <li class="comment_reply"><a href="/comment/reply/13913/242801"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  1918. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  1919. <a href="/flag/confirm/flag/spam_flag_comment/242801?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  1920. </span>
  1921. </span></li>
  1922. </ul> </div>
  1923. </div>
  1924. </div><a id="comment-242817"></a>
  1925.  
  1926. <div id="comment-242817" class="forum-post clear-block">
  1927.  
  1928. <div class="post-info clear-block">
  1929. <div class="posted-on">
  1930. Mon, 10/08/2012 - 19:50
  1931. </div>
  1932.  
  1933. <span class="post-num"><a href="/node/13913#comment-242817" class="active">#17</a> </span>
  1934. </div>
  1935.  
  1936. <div class="forum-post-wrapper">
  1937.  
  1938. <div class="forum-post-panel-sub">
  1939.  
  1940.  
  1941. <div class="author-pane">
  1942. <div class="author-pane-inner">
  1943. <div class="author-pane-section author-pane-general">
  1944. <div class="author-pane-line author-name">
  1945. <a href="/user/4582" title="View user profile.">march.brown</a> </div>
  1946.  
  1947.  
  1948.  
  1949. <div class="author-pane-line author-offline">
  1950. Offline </div>
  1951.  
  1952. <div class="author-pane-line">
  1953. <span class="author-pane-label">Last seen:</span> 18 hours 21 min ago </div>
  1954.  
  1955. <div class="author-pane-line author-title">
  1956. <span class="author-pane-label">Title:</span> ★★ </div>
  1957.  
  1958.  
  1959. <div class="author-pane-line author-joined">
  1960. <span class="author-pane-label">Joined:</span> 08/17/2012 </div>
  1961.  
  1962. <div class="author-pane-line author-posts">
  1963. <span class="author-pane-label">Posts:</span> 138 </div>
  1964.  
  1965.  
  1966. <div class="author-pane-line">
  1967. <span class="author-pane-label">Location:</span> South Wales.
  1968. </div>
  1969.  
  1970.  
  1971. </div>
  1972.  
  1973. <div class="author-pane-section author-pane-contact">
  1974.  
  1975. <div class="author-pane-line author-pane-link-line author-privatemsg">
  1976. <a href="/messages/new/4582" class="author-pane-link" title="Send march.brown a private message"><span>Send PM</span></a> </div>
  1977.  
  1978.  
  1979. </div>
  1980.  
  1981.  
  1982.  
  1983.  
  1984.  
  1985. <div class="author-pane-section author-pane-admin">
  1986.  
  1987.  
  1988. </div>
  1989. </div>
  1990. </div>
  1991. </div>
  1992.  
  1993. <div class="forum-post-panel-main clear-block">
  1994. <div class="post-title">
  1995. To sink or not to sink , that is the question ......... </div>
  1996.  
  1997. <div class="content">
  1998. <p><div class="quote-msg"><div class="quote-author"><em>scaru</em> wrote:</div><p>I&#8217;ve heard kapton tape works well. It is extremely thin but it will not conduct electricity.&nbsp;</p></div><br />
  1999. Is the Kapton tape thermally conductive and double sided sticky ?</p>
  2000.  
  2001. <p>Just wondering whether to use Arctic Silver ceramic thermal paste (non-conductive) to glue a heatsink to the back of the board.</p>
  2002.  
  2003. <p>These heatsinks are 15mm X 15mm X6mm and are finned &#8230; £1-46 for five including postage.<br />
  2004. <a href="http://www.ebay.co.uk/itm/Silver-Tone-Aluminium-15x15x6mm-Heatsink-Cooling-Cooler-Fin-5pcs-/140851163319?pt=UK_BOI_Electrical_Components_Supplies_ET&amp;hash=item20cb6230b7" title="http://www.ebay.co.uk/itm/Silver-Tone-Aluminium-15x15x6mm-Heatsink-Cooling-Cooler-Fin-5pcs-/140851163319?pt=UK_BOI_Electrical_Components_Supplies_ET&amp;hash=item20cb6230b7">http://www.ebay.co.uk/itm/Silver-Tone-Aluminium-15&#215;15&#215;6mm-Heatsink-Cooli&#8230;</a></p>
  2005.  
  2006. <p>On the other hand , copper shims might glue on the back of the board OK.</p>
  2007.  
  2008. <p>Or maybe just leave the charger boards as they are , without heatsinks &#8230; I have not had any trouble so far &#8230; If they do get too hot , the chip will apparently automatically reduce the current as necessary &#8230; It&#8217;s only for the first part of the charge that the chip heats up anyway and mine were less than 65C at worst &#8230; Even holding my finger on the chip for a while reduced the temperature according to my infra-red thermometer.</p>
  2009.  
  2010. <p>Perhaps I&#8217;m worrying too much.<br />
  2011. .</p> </div>
  2012.  
  2013. <div class="author-signature">
  2014. <div class="signature">__________________
  2015. <p>march.brown</p></div>
  2016. </div>
  2017. </div>
  2018. </div>
  2019.  
  2020. <div class="forum-post-footer clear-block">
  2021. <div class="forum-jump-links">
  2022. <a href="#top" title="Jump to top of page">Top</a>
  2023. </div>
  2024.  
  2025. <div class="forum-post-links">
  2026. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242817?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2027. <li class="comment_reply"><a href="/comment/reply/13913/242817"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2028. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2029. <a href="/flag/confirm/flag/spam_flag_comment/242817?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2030. </span>
  2031. </span></li>
  2032. </ul> </div>
  2033. </div>
  2034. </div><a id="comment-242935"></a>
  2035.  
  2036. <div id="comment-242935" class="forum-post clear-block">
  2037.  
  2038. <div class="post-info clear-block">
  2039. <div class="posted-on">
  2040. Tue, 10/09/2012 - 00:14
  2041. </div>
  2042.  
  2043. <span class="post-num"><a href="/node/13913#comment-242935" class="active">#18</a> </span>
  2044. </div>
  2045.  
  2046. <div class="forum-post-wrapper">
  2047.  
  2048. <div class="forum-post-panel-sub">
  2049.  
  2050.  
  2051. <div class="author-pane">
  2052. <div class="author-pane-inner">
  2053. <div class="author-pane-section author-pane-general">
  2054. <div class="author-pane-line author-name">
  2055. <a href="/user/2756" title="View user profile.">NightCrawl</a> </div>
  2056.  
  2057.  
  2058.  
  2059. <div class="author-pane-line author-offline">
  2060. Offline </div>
  2061.  
  2062. <div class="author-pane-line">
  2063. <span class="author-pane-label">Last seen:</span> 20 hours 13 min ago </div>
  2064.  
  2065. <div class="author-pane-line author-title">
  2066. <span class="author-pane-label">Title:</span> ★★★★★ </div>
  2067.  
  2068.  
  2069. <div class="author-pane-line author-joined">
  2070. <span class="author-pane-label">Joined:</span> 01/22/2012 </div>
  2071.  
  2072. <div class="author-pane-line author-posts">
  2073. <span class="author-pane-label">Posts:</span> 1837 </div>
  2074.  
  2075.  
  2076. <div class="author-pane-line">
  2077. <span class="author-pane-label">Location:</span> Karlsruhe, Germany
  2078. </div>
  2079.  
  2080.  
  2081. </div>
  2082.  
  2083. <div class="author-pane-section author-pane-contact">
  2084.  
  2085. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2086. <a href="/messages/new/2756" class="author-pane-link" title="Send NightCrawl a private message"><span>Send PM</span></a> </div>
  2087.  
  2088.  
  2089. </div>
  2090.  
  2091.  
  2092.  
  2093.  
  2094.  
  2095. <div class="author-pane-section author-pane-admin">
  2096.  
  2097.  
  2098. </div>
  2099. </div>
  2100. </div>
  2101. </div>
  2102.  
  2103. <div class="forum-post-panel-main clear-block">
  2104. <div class="post-title">
  2105. HKJ wrote:NightCrawl </div>
  2106.  
  2107. <div class="content">
  2108. <p><div class="quote-msg"><div class="quote-author"><em>HKJ</em> wrote:</div><div class="quote-msg"><div class="quote-author"><em>NightCrawl</em> wrote:</div>That shouldnt work when connected via USB.</div></p><p>Why not? The in- is connected to the usb gnd power.</div></p><p>For me it looks like usb gnd and in- are in parallel, so usb gnd would bypass the resistor. I could be wrong of course.</p> </div>
  2109.  
  2110. </div>
  2111. </div>
  2112.  
  2113. <div class="forum-post-footer clear-block">
  2114. <div class="forum-jump-links">
  2115. <a href="#top" title="Jump to top of page">Top</a>
  2116. </div>
  2117.  
  2118. <div class="forum-post-links">
  2119. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242935?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2120. <li class="comment_reply"><a href="/comment/reply/13913/242935"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2121. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2122. <a href="/flag/confirm/flag/spam_flag_comment/242935?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2123. </span>
  2124. </span></li>
  2125. </ul> </div>
  2126. </div>
  2127. </div><a id="comment-242956"></a>
  2128.  
  2129. <div id="comment-242956" class="forum-post clear-block">
  2130.  
  2131. <div class="post-info clear-block">
  2132. <div class="posted-on">
  2133. Tue, 10/09/2012 - 01:17
  2134. </div>
  2135.  
  2136. <span class="post-num"><a href="/node/13913#comment-242956" class="active">#19</a> </span>
  2137. </div>
  2138.  
  2139. <div class="forum-post-wrapper">
  2140.  
  2141. <div class="forum-post-panel-sub">
  2142.  
  2143.  
  2144. <div class="author-pane">
  2145. <div class="author-pane-inner">
  2146. <div class="author-pane-section author-pane-general">
  2147. <div class="author-pane-line author-name">
  2148. <a href="/user/2883" title="View user profile.">nekdo12</a> </div>
  2149.  
  2150.  
  2151.  
  2152. <div class="author-pane-line author-offline">
  2153. Offline </div>
  2154.  
  2155. <div class="author-pane-line">
  2156. <span class="author-pane-label">Last seen:</span> 7 hours 39 min ago </div>
  2157.  
  2158. <div class="author-pane-line author-title">
  2159. <span class="author-pane-label">Title:</span> ★★★ </div>
  2160.  
  2161.  
  2162. <div class="author-pane-line author-joined">
  2163. <span class="author-pane-label">Joined:</span> 02/07/2012 </div>
  2164.  
  2165. <div class="author-pane-line author-posts">
  2166. <span class="author-pane-label">Posts:</span> 243 </div>
  2167.  
  2168.  
  2169. <div class="author-pane-line">
  2170. <span class="author-pane-label">Location:</span> Slovenia
  2171. </div>
  2172.  
  2173.  
  2174. </div>
  2175.  
  2176. <div class="author-pane-section author-pane-contact">
  2177.  
  2178. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2179. <a href="/messages/new/2883" class="author-pane-link" title="Send nekdo12 a private message"><span>Send PM</span></a> </div>
  2180.  
  2181.  
  2182. </div>
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188. <div class="author-pane-section author-pane-admin">
  2189.  
  2190.  
  2191. </div>
  2192. </div>
  2193. </div>
  2194. </div>
  2195.  
  2196. <div class="forum-post-panel-main clear-block">
  2197. <div class="post-title">
  2198. And yes, you are wrong </div>
  2199.  
  2200. <div class="content">
  2201. <p>And yes, you are wrong</p> </div>
  2202.  
  2203. </div>
  2204. </div>
  2205.  
  2206. <div class="forum-post-footer clear-block">
  2207. <div class="forum-jump-links">
  2208. <a href="#top" title="Jump to top of page">Top</a>
  2209. </div>
  2210.  
  2211. <div class="forum-post-links">
  2212. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/242956?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2213. <li class="comment_reply"><a href="/comment/reply/13913/242956"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2214. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2215. <a href="/flag/confirm/flag/spam_flag_comment/242956?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2216. </span>
  2217. </span></li>
  2218. </ul> </div>
  2219. </div>
  2220. </div><a id="comment-250763"></a>
  2221.  
  2222. <div id="comment-250763" class="forum-post clear-block">
  2223.  
  2224. <div class="post-info clear-block">
  2225. <div class="posted-on">
  2226. Wed, 10/24/2012 - 11:18
  2227. </div>
  2228.  
  2229. <span class="post-num"><a href="/node/13913#comment-250763" class="active">#20</a> </span>
  2230. </div>
  2231.  
  2232. <div class="forum-post-wrapper">
  2233.  
  2234. <div class="forum-post-panel-sub">
  2235.  
  2236.  
  2237. <div class="author-pane">
  2238. <div class="author-pane-inner">
  2239. <div class="author-pane-section author-pane-general">
  2240. <div class="author-pane-line author-name">
  2241. <a href="/user/4582" title="View user profile.">march.brown</a> </div>
  2242.  
  2243.  
  2244.  
  2245. <div class="author-pane-line author-offline">
  2246. Offline </div>
  2247.  
  2248. <div class="author-pane-line">
  2249. <span class="author-pane-label">Last seen:</span> 18 hours 21 min ago </div>
  2250.  
  2251. <div class="author-pane-line author-title">
  2252. <span class="author-pane-label">Title:</span> ★★ </div>
  2253.  
  2254.  
  2255. <div class="author-pane-line author-joined">
  2256. <span class="author-pane-label">Joined:</span> 08/17/2012 </div>
  2257.  
  2258. <div class="author-pane-line author-posts">
  2259. <span class="author-pane-label">Posts:</span> 138 </div>
  2260.  
  2261.  
  2262. <div class="author-pane-line">
  2263. <span class="author-pane-label">Location:</span> South Wales.
  2264. </div>
  2265.  
  2266.  
  2267. </div>
  2268.  
  2269. <div class="author-pane-section author-pane-contact">
  2270.  
  2271. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2272. <a href="/messages/new/4582" class="author-pane-link" title="Send march.brown a private message"><span>Send PM</span></a> </div>
  2273.  
  2274.  
  2275. </div>
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281. <div class="author-pane-section author-pane-admin">
  2282.  
  2283.  
  2284. </div>
  2285. </div>
  2286. </div>
  2287. </div>
  2288.  
  2289. <div class="forum-post-panel-main clear-block">
  2290. <div class="post-title">
  2291. HKJ wrote:The easiest </div>
  2292.  
  2293. <div class="content">
  2294. <p><div class="quote-msg"><div class="quote-author"><em>HKJ</em> wrote:</div>The easiest heatsink is just a piece of aluminium, where you place the board against (Remember some isolation between), as you can see on the temperature curve, the temperature was reduced significantly</div><br />
  2295. I have decided to add a heatsink to my boards.</p>
  2296.  
  2297. <p>Heat sinks. 15mm X 15mm X 6mm Aluminium.<br />
  2298. <a href="http://www.ebay.co.uk/itm/140868269228?ssPageName=STRK:MEWNX:IT&amp;_trksid=p3984.m1497.l2649" title="http://www.ebay.co.uk/itm/140868269228?ssPageName=STRK:MEWNX:IT&amp;_trksid=p3984.m1497.l2649">http://www.ebay.co.uk/itm/140868269228?ssPageName=STRK:MEWNX:IT&amp;_trksid=&#8230;</a> </p>
  2299.  
  2300. <p>Sekisui 5760 double sided tape.<br />
  2301. <a href="http://www.ebay.co.uk/itm/230868705181?ssPageName=STRK:MEWNX:IT&amp;_trksid=p3984.m1497.l2649" title="http://www.ebay.co.uk/itm/230868705181?ssPageName=STRK:MEWNX:IT&amp;_trksid=p3984.m1497.l2649">http://www.ebay.co.uk/itm/230868705181?ssPageName=STRK:MEWNX:IT&amp;_trksid=&#8230;</a></p>
  2302.  
  2303. <p>I will use the double-sided tape to hold the aluminium heatsinks to the underside of the charger board &#8230; I hope this will give some reduction in chip temperature during the first part of the charge cycle &#8230; It certainly can&#8217;t do any harm.<br />
  2304. .</p> </div>
  2305.  
  2306. <div class="author-signature">
  2307. <div class="signature">__________________
  2308. <p>march.brown</p></div>
  2309. </div>
  2310. </div>
  2311. </div>
  2312.  
  2313. <div class="forum-post-footer clear-block">
  2314. <div class="forum-jump-links">
  2315. <a href="#top" title="Jump to top of page">Top</a>
  2316. </div>
  2317.  
  2318. <div class="forum-post-links">
  2319. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/250763?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2320. <li class="comment_reply"><a href="/comment/reply/13913/250763"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2321. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2322. <a href="/flag/confirm/flag/spam_flag_comment/250763?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2323. </span>
  2324. </span></li>
  2325. </ul> </div>
  2326. </div>
  2327. </div><a id="comment-250843"></a>
  2328.  
  2329. <div id="comment-250843" class="forum-post clear-block">
  2330.  
  2331. <div class="post-info clear-block">
  2332. <div class="posted-on">
  2333. Wed, 10/24/2012 - 14:21
  2334. </div>
  2335.  
  2336. <span class="post-num"><a href="/node/13913#comment-250843" class="active">#21</a> </span>
  2337. </div>
  2338.  
  2339. <div class="forum-post-wrapper">
  2340.  
  2341. <div class="forum-post-panel-sub">
  2342.  
  2343.  
  2344. <div class="author-pane">
  2345. <div class="author-pane-inner">
  2346. <div class="author-pane-section author-pane-general">
  2347. <div class="author-pane-line author-name">
  2348. <a href="/user/1091" title="View user profile.">HKJ</a> </div>
  2349.  
  2350.  
  2351. <div class="picture">
  2352. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1091.jpg" alt="HKJ&#039;s picture" title="HKJ&#039;s picture" /> </div>
  2353.  
  2354. <div class="author-pane-line author-offline">
  2355. Offline </div>
  2356.  
  2357. <div class="author-pane-line">
  2358. <span class="author-pane-label">Last seen:</span> 5 hours 45 min ago </div>
  2359.  
  2360. <div class="author-pane-line author-title">
  2361. <span class="author-pane-label">Title:</span> ★★★★ </div>
  2362.  
  2363.  
  2364. <div class="author-pane-line author-joined">
  2365. <span class="author-pane-label">Joined:</span> 05/24/2011 </div>
  2366.  
  2367. <div class="author-pane-line author-posts">
  2368. <span class="author-pane-label">Posts:</span> 889 </div>
  2369.  
  2370.  
  2371. <div class="author-pane-line">
  2372. <span class="author-pane-label">Location:</span> Copenhagen, Denmark
  2373. </div>
  2374.  
  2375.  
  2376. </div>
  2377.  
  2378. <div class="author-pane-section author-pane-contact">
  2379.  
  2380. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2381. <a href="/messages/new/1091" class="author-pane-link" title="Send HKJ a private message"><span>Send PM</span></a> </div>
  2382.  
  2383.  
  2384. </div>
  2385.  
  2386.  
  2387.  
  2388.  
  2389.  
  2390. <div class="author-pane-section author-pane-admin">
  2391.  
  2392.  
  2393. </div>
  2394. </div>
  2395. </div>
  2396. </div>
  2397.  
  2398. <div class="forum-post-panel-main clear-block">
  2399. <div class="post-title">
  2400. march.brown wrote:I hope this </div>
  2401.  
  2402. <div class="content">
  2403. <p><div class="quote-msg"><div class="quote-author"><em>march.brown</em> wrote:</div>I hope this will give some reduction in chip temperature during the first part of the charge cycle</div></p><p>It will definitely reduce temperature.</p> </div>
  2404.  
  2405. <div class="author-signature">
  2406. <div class="signature">__________________
  2407. <p><p>My website with reviews of flashlights, chargers and batteries: <a href="http://lygte-info.dk/" title="http://lygte-info.dk/">http://lygte-info.dk/</a></p></p></div>
  2408. </div>
  2409. </div>
  2410. </div>
  2411.  
  2412. <div class="forum-post-footer clear-block">
  2413. <div class="forum-jump-links">
  2414. <a href="#top" title="Jump to top of page">Top</a>
  2415. </div>
  2416.  
  2417. <div class="forum-post-links">
  2418. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/250843?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2419. <li class="comment_reply"><a href="/comment/reply/13913/250843"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2420. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2421. <a href="/flag/confirm/flag/spam_flag_comment/250843?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2422. </span>
  2423. </span></li>
  2424. </ul> </div>
  2425. </div>
  2426. </div><a id="comment-250858"></a>
  2427.  
  2428. <div id="comment-250858" class="forum-post clear-block">
  2429.  
  2430. <div class="post-info clear-block">
  2431. <div class="posted-on">
  2432. Wed, 10/24/2012 - 14:44
  2433. </div>
  2434.  
  2435. <span class="post-num"><a href="/node/13913#comment-250858" class="active">#22</a> </span>
  2436. </div>
  2437.  
  2438. <div class="forum-post-wrapper">
  2439.  
  2440. <div class="forum-post-panel-sub">
  2441.  
  2442.  
  2443. <div class="author-pane">
  2444. <div class="author-pane-inner">
  2445. <div class="author-pane-section author-pane-general">
  2446. <div class="author-pane-line author-name">
  2447. <a href="/user/4582" title="View user profile.">march.brown</a> </div>
  2448.  
  2449.  
  2450.  
  2451. <div class="author-pane-line author-offline">
  2452. Offline </div>
  2453.  
  2454. <div class="author-pane-line">
  2455. <span class="author-pane-label">Last seen:</span> 18 hours 21 min ago </div>
  2456.  
  2457. <div class="author-pane-line author-title">
  2458. <span class="author-pane-label">Title:</span> ★★ </div>
  2459.  
  2460.  
  2461. <div class="author-pane-line author-joined">
  2462. <span class="author-pane-label">Joined:</span> 08/17/2012 </div>
  2463.  
  2464. <div class="author-pane-line author-posts">
  2465. <span class="author-pane-label">Posts:</span> 138 </div>
  2466.  
  2467.  
  2468. <div class="author-pane-line">
  2469. <span class="author-pane-label">Location:</span> South Wales.
  2470. </div>
  2471.  
  2472.  
  2473. </div>
  2474.  
  2475. <div class="author-pane-section author-pane-contact">
  2476.  
  2477. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2478. <a href="/messages/new/4582" class="author-pane-link" title="Send march.brown a private message"><span>Send PM</span></a> </div>
  2479.  
  2480.  
  2481. </div>
  2482.  
  2483.  
  2484.  
  2485.  
  2486.  
  2487. <div class="author-pane-section author-pane-admin">
  2488.  
  2489.  
  2490. </div>
  2491. </div>
  2492. </div>
  2493. </div>
  2494.  
  2495. <div class="forum-post-panel-main clear-block">
  2496. <div class="post-title">
  2497. HKJ wrote:march.brown wrote:I </div>
  2498.  
  2499. <div class="content">
  2500. <p><div class="quote-msg"><div class="quote-author"><em>HKJ</em> wrote:</div><p><div class="quote-msg"><div class="quote-author"><em>march.brown</em> wrote:</div>I hope this will give some reduction in chip temperature during the first part of the charge cycle</div></p><p>It will definitely reduce temperature.</p></div><br />
  2501. Thanks <span class="caps">HKJ</span> &#8230; For £3-45 I can do all my four charger boards and still have one heatsink spare.</p>
  2502.  
  2503. <p>It&#8217;s just a matter of waiting for the heatsinks to come from the Far East to the UK.</p>
  2504.  
  2505. <p>Thanks again.<br />
  2506. .</p> </div>
  2507.  
  2508. <div class="author-signature">
  2509. <div class="signature">__________________
  2510. <p>march.brown</p></div>
  2511. </div>
  2512. </div>
  2513. </div>
  2514.  
  2515. <div class="forum-post-footer clear-block">
  2516. <div class="forum-jump-links">
  2517. <a href="#top" title="Jump to top of page">Top</a>
  2518. </div>
  2519.  
  2520. <div class="forum-post-links">
  2521. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/250858?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2522. <li class="comment_reply"><a href="/comment/reply/13913/250858"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2523. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2524. <a href="/flag/confirm/flag/spam_flag_comment/250858?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2525. </span>
  2526. </span></li>
  2527. </ul> </div>
  2528. </div>
  2529. </div><a id="comment-258181"></a>
  2530.  
  2531. <div id="comment-258181" class="forum-post clear-block">
  2532.  
  2533. <div class="post-info clear-block">
  2534. <div class="posted-on">
  2535. Tue, 11/06/2012 - 14:50
  2536. </div>
  2537.  
  2538. <span class="post-num"><a href="/node/13913#comment-258181" class="active">#23</a> </span>
  2539. </div>
  2540.  
  2541. <div class="forum-post-wrapper">
  2542.  
  2543. <div class="forum-post-panel-sub">
  2544.  
  2545.  
  2546. <div class="author-pane">
  2547. <div class="author-pane-inner">
  2548. <div class="author-pane-section author-pane-general">
  2549. <div class="author-pane-line author-name">
  2550. <a href="/user/1" title="View user profile.">sb56637</a> </div>
  2551.  
  2552.  
  2553. <div class="picture">
  2554. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-1.jpg" alt="sb56637&#039;s picture" title="sb56637&#039;s picture" /> </div>
  2555.  
  2556. <div class="author-pane-line author-online">
  2557. Online </div>
  2558.  
  2559. <div class="author-pane-line">
  2560. <span class="author-pane-label">Last seen:</span> 5 min 7 sec ago </div>
  2561.  
  2562. <div class="author-pane-line author-title">
  2563. <span class="author-pane-label">Title:</span> ==Administrator== </div>
  2564.  
  2565.  
  2566. <div class="author-pane-line author-joined">
  2567. <span class="author-pane-label">Joined:</span> 01/08/2010 </div>
  2568.  
  2569. <div class="author-pane-line author-posts">
  2570. <span class="author-pane-label">Posts:</span> 3339 </div>
  2571.  
  2572.  
  2573. <div class="author-pane-line">
  2574. <span class="author-pane-label">Location:</span> The dark
  2575. </div>
  2576.  
  2577.  
  2578. </div>
  2579.  
  2580. <div class="author-pane-section author-pane-contact">
  2581.  
  2582. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2583. <a href="/messages/new/1" class="author-pane-link" title="Send sb56637 a private message"><span>Send PM</span></a> </div>
  2584.  
  2585.  
  2586. </div>
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592. <div class="author-pane-section author-pane-admin">
  2593.  
  2594.  
  2595. </div>
  2596. </div>
  2597. </div>
  2598. </div>
  2599.  
  2600. <div class="forum-post-panel-main clear-block">
  2601. <div class="post-title">
  2602. Thanks very much! Frontpage’d </div>
  2603.  
  2604. <div class="content">
  2605. <p>Thanks very much! Frontpage&#8217;d and Sticky&#8217;d.</p> </div>
  2606.  
  2607. <div class="author-signature">
  2608. <div class="signature">__________________
  2609. <p><p><a href="http://budgetlightforum.com">Budget Light Forum</a> ...where Frugal meets with Flashlight!</p></p></div>
  2610. </div>
  2611. </div>
  2612. </div>
  2613.  
  2614. <div class="forum-post-footer clear-block">
  2615. <div class="forum-jump-links">
  2616. <a href="#top" title="Jump to top of page">Top</a>
  2617. </div>
  2618.  
  2619. <div class="forum-post-links">
  2620. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/258181?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2621. <li class="comment_reply"><a href="/comment/reply/13913/258181"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2622. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2623. <a href="/flag/confirm/flag/spam_flag_comment/258181?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2624. </span>
  2625. </span></li>
  2626. </ul> </div>
  2627. </div>
  2628. </div><a id="comment-263470"></a>
  2629.  
  2630. <div id="comment-263470" class="forum-post clear-block">
  2631.  
  2632. <div class="post-info clear-block">
  2633. <div class="posted-on">
  2634. Thu, 11/15/2012 - 13:33
  2635. </div>
  2636.  
  2637. <span class="post-num"><a href="/node/13913#comment-263470" class="active">#24</a> </span>
  2638. </div>
  2639.  
  2640. <div class="forum-post-wrapper">
  2641.  
  2642. <div class="forum-post-panel-sub">
  2643.  
  2644.  
  2645. <div class="author-pane">
  2646. <div class="author-pane-inner">
  2647. <div class="author-pane-section author-pane-general">
  2648. <div class="author-pane-line author-name">
  2649. <a href="/user/369" title="View user profile.">Kokopelli</a> </div>
  2650.  
  2651.  
  2652. <div class="picture">
  2653. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-369.jpg" alt="Kokopelli&#039;s picture" title="Kokopelli&#039;s picture" /> </div>
  2654.  
  2655. <div class="author-pane-line author-offline">
  2656. Offline </div>
  2657.  
  2658. <div class="author-pane-line">
  2659. <span class="author-pane-label">Last seen:</span> 27 min 58 sec ago </div>
  2660.  
  2661. <div class="author-pane-line author-title">
  2662. <span class="author-pane-label">Title:</span> ★★★★ </div>
  2663.  
  2664.  
  2665. <div class="author-pane-line author-joined">
  2666. <span class="author-pane-label">Joined:</span> 12/17/2010 </div>
  2667.  
  2668. <div class="author-pane-line author-posts">
  2669. <span class="author-pane-label">Posts:</span> 943 </div>
  2670.  
  2671.  
  2672. <div class="author-pane-line">
  2673. <span class="author-pane-label">Location:</span> Turkey
  2674. </div>
  2675.  
  2676.  
  2677. </div>
  2678.  
  2679. <div class="author-pane-section author-pane-contact">
  2680.  
  2681. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2682. <a href="/messages/new/369" class="author-pane-link" title="Send Kokopelli a private message"><span>Send PM</span></a> </div>
  2683.  
  2684.  
  2685. </div>
  2686.  
  2687.  
  2688.  
  2689.  
  2690.  
  2691. <div class="author-pane-section author-pane-admin">
  2692.  
  2693.  
  2694. </div>
  2695. </div>
  2696. </div>
  2697. </div>
  2698.  
  2699. <div class="forum-post-panel-main clear-block">
  2700. <div class="post-title">
  2701. Ordered three of these for </div>
  2702.  
  2703. <div class="content">
  2704. <p>Ordered three of these for 1.60 each inc shipping on eBay. I already have 18650 sockets but they don&#8217;t give much space for protected cells. I guess I can make my own emergency packs with these. </p>
  2705.  
  2706. <p>Still, for standalone chargers, does anybody know a place for strong 18650 holders those can accept even an <span class="caps">XTAR</span> 18700 cell?</p> </div>
  2707.  
  2708. </div>
  2709. </div>
  2710.  
  2711. <div class="forum-post-footer clear-block">
  2712. <div class="forum-jump-links">
  2713. <a href="#top" title="Jump to top of page">Top</a>
  2714. </div>
  2715.  
  2716. <div class="forum-post-links">
  2717. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/263470?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2718. <li class="comment_reply"><a href="/comment/reply/13913/263470"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2719. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2720. <a href="/flag/confirm/flag/spam_flag_comment/263470?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2721. </span>
  2722. </span></li>
  2723. </ul> </div>
  2724. </div>
  2725. </div><a id="comment-263511"></a>
  2726.  
  2727. <div id="comment-263511" class="forum-post clear-block">
  2728.  
  2729. <div class="post-info clear-block">
  2730. <div class="posted-on">
  2731. Thu, 11/15/2012 - 15:23
  2732. </div>
  2733.  
  2734. <span class="post-num"><a href="/node/13913#comment-263511" class="active">#25</a> </span>
  2735. </div>
  2736.  
  2737. <div class="forum-post-wrapper">
  2738.  
  2739. <div class="forum-post-panel-sub">
  2740.  
  2741.  
  2742. <div class="author-pane">
  2743. <div class="author-pane-inner">
  2744. <div class="author-pane-section author-pane-general">
  2745. <div class="author-pane-line author-name">
  2746. <a href="/user/4582" title="View user profile.">march.brown</a> </div>
  2747.  
  2748.  
  2749.  
  2750. <div class="author-pane-line author-offline">
  2751. Offline </div>
  2752.  
  2753. <div class="author-pane-line">
  2754. <span class="author-pane-label">Last seen:</span> 18 hours 21 min ago </div>
  2755.  
  2756. <div class="author-pane-line author-title">
  2757. <span class="author-pane-label">Title:</span> ★★ </div>
  2758.  
  2759.  
  2760. <div class="author-pane-line author-joined">
  2761. <span class="author-pane-label">Joined:</span> 08/17/2012 </div>
  2762.  
  2763. <div class="author-pane-line author-posts">
  2764. <span class="author-pane-label">Posts:</span> 138 </div>
  2765.  
  2766.  
  2767. <div class="author-pane-line">
  2768. <span class="author-pane-label">Location:</span> South Wales.
  2769. </div>
  2770.  
  2771.  
  2772. </div>
  2773.  
  2774. <div class="author-pane-section author-pane-contact">
  2775.  
  2776. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2777. <a href="/messages/new/4582" class="author-pane-link" title="Send march.brown a private message"><span>Send PM</span></a> </div>
  2778.  
  2779.  
  2780. </div>
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786. <div class="author-pane-section author-pane-admin">
  2787.  
  2788.  
  2789. </div>
  2790. </div>
  2791. </div>
  2792. </div>
  2793.  
  2794. <div class="forum-post-panel-main clear-block">
  2795. <div class="post-title">
  2796. Just use magnets. </div>
  2797.  
  2798. <div class="content">
  2799. <p>I found that the normally available battery holders won&#8217;t accept protected 18650&#8217;s (which are actually 18700&#8217;s) &#8230; The easiest way is to use short leads (4&#8221;) fitted with croc-clips &#8230; The croc-clips will easily clip onto magnets &#8230; The magnets will &#8220;stick&#8221; to the battery &#8230; Easy !</p>
  2800.  
  2801. <p>There are photos of this somewhere on <span class="caps">BLF</span>.</p>
  2802.  
  2803. <p>Good Luck.<br />
  2804. .</p> </div>
  2805.  
  2806. <div class="author-signature">
  2807. <div class="signature">__________________
  2808. <p>march.brown</p></div>
  2809. </div>
  2810. </div>
  2811. </div>
  2812.  
  2813. <div class="forum-post-footer clear-block">
  2814. <div class="forum-jump-links">
  2815. <a href="#top" title="Jump to top of page">Top</a>
  2816. </div>
  2817.  
  2818. <div class="forum-post-links">
  2819. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/263511?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2820. <li class="comment_reply"><a href="/comment/reply/13913/263511"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2821. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2822. <a href="/flag/confirm/flag/spam_flag_comment/263511?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2823. </span>
  2824. </span></li>
  2825. </ul> </div>
  2826. </div>
  2827. </div><a id="comment-263808"></a>
  2828.  
  2829. <div id="comment-263808" class="forum-post clear-block">
  2830.  
  2831. <div class="post-info clear-block">
  2832. <div class="posted-on">
  2833. Fri, 11/16/2012 - 08:11
  2834. </div>
  2835.  
  2836. <span class="post-num"><a href="/node/13913#comment-263808" class="active">#26</a> </span>
  2837. </div>
  2838.  
  2839. <div class="forum-post-wrapper">
  2840.  
  2841. <div class="forum-post-panel-sub">
  2842.  
  2843.  
  2844. <div class="author-pane">
  2845. <div class="author-pane-inner">
  2846. <div class="author-pane-section author-pane-general">
  2847. <div class="author-pane-line author-name">
  2848. <a href="/user/1566" title="View user profile.">borstar_micke</a> </div>
  2849.  
  2850.  
  2851.  
  2852. <div class="author-pane-line author-offline">
  2853. Offline </div>
  2854.  
  2855. <div class="author-pane-line">
  2856. <span class="author-pane-label">Last seen:</span> 7 hours 1 min ago </div>
  2857.  
  2858. <div class="author-pane-line author-title">
  2859. <span class="author-pane-label">Title:</span> ★★★ </div>
  2860.  
  2861.  
  2862. <div class="author-pane-line author-joined">
  2863. <span class="author-pane-label">Joined:</span> 08/16/2011 </div>
  2864.  
  2865. <div class="author-pane-line author-posts">
  2866. <span class="author-pane-label">Posts:</span> 218 </div>
  2867.  
  2868.  
  2869. <div class="author-pane-line">
  2870. <span class="author-pane-label">Location:</span> Sweden
  2871. </div>
  2872.  
  2873.  
  2874. </div>
  2875.  
  2876. <div class="author-pane-section author-pane-contact">
  2877.  
  2878. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2879. <a href="/messages/new/1566" class="author-pane-link" title="Send borstar_micke a private message"><span>Send PM</span></a> </div>
  2880.  
  2881.  
  2882. </div>
  2883.  
  2884.  
  2885.  
  2886.  
  2887.  
  2888. <div class="author-pane-section author-pane-admin">
  2889.  
  2890.  
  2891. </div>
  2892. </div>
  2893. </div>
  2894. </div>
  2895.  
  2896. <div class="forum-post-panel-main clear-block">
  2897. <div class="post-title">
  2898. Found and bought even better </div>
  2899.  
  2900. <div class="content">
  2901. <p>Found and bought even better size and cheaper heatsinks! <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content"/></p>
  2902.  
  2903. <p><a href="http://www.ebay.com/itm/5pcs-20x20x6mm-High-Quality-Aluminum-Heat-Sink-For-Computer-Chip-CPU-H30-/190709700874?pt=LH_DefaultDomain_0&amp;hash=item2c672f190a">5pcs 20&#215;20&#215;6mm High Quality Aluminum Heat Sink</a> </p> </div>
  2904.  
  2905. </div>
  2906. </div>
  2907.  
  2908. <div class="forum-post-footer clear-block">
  2909. <div class="forum-jump-links">
  2910. <a href="#top" title="Jump to top of page">Top</a>
  2911. </div>
  2912.  
  2913. <div class="forum-post-links">
  2914. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/263808?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  2915. <li class="comment_reply"><a href="/comment/reply/13913/263808"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  2916. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  2917. <a href="/flag/confirm/flag/spam_flag_comment/263808?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  2918. </span>
  2919. </span></li>
  2920. </ul> </div>
  2921. </div>
  2922. </div><a id="comment-263813"></a>
  2923.  
  2924. <div id="comment-263813" class="forum-post clear-block">
  2925.  
  2926. <div class="post-info clear-block">
  2927. <div class="posted-on">
  2928. Fri, 11/16/2012 - 08:26
  2929. </div>
  2930.  
  2931. <span class="post-num"><a href="/node/13913#comment-263813" class="active">#27</a> </span>
  2932. </div>
  2933.  
  2934. <div class="forum-post-wrapper">
  2935.  
  2936. <div class="forum-post-panel-sub">
  2937.  
  2938.  
  2939. <div class="author-pane">
  2940. <div class="author-pane-inner">
  2941. <div class="author-pane-section author-pane-general">
  2942. <div class="author-pane-line author-name">
  2943. <a href="/user/369" title="View user profile.">Kokopelli</a> </div>
  2944.  
  2945.  
  2946. <div class="picture">
  2947. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-369.jpg" alt="Kokopelli&#039;s picture" title="Kokopelli&#039;s picture" /> </div>
  2948.  
  2949. <div class="author-pane-line author-offline">
  2950. Offline </div>
  2951.  
  2952. <div class="author-pane-line">
  2953. <span class="author-pane-label">Last seen:</span> 27 min 58 sec ago </div>
  2954.  
  2955. <div class="author-pane-line author-title">
  2956. <span class="author-pane-label">Title:</span> ★★★★ </div>
  2957.  
  2958.  
  2959. <div class="author-pane-line author-joined">
  2960. <span class="author-pane-label">Joined:</span> 12/17/2010 </div>
  2961.  
  2962. <div class="author-pane-line author-posts">
  2963. <span class="author-pane-label">Posts:</span> 943 </div>
  2964.  
  2965.  
  2966. <div class="author-pane-line">
  2967. <span class="author-pane-label">Location:</span> Turkey
  2968. </div>
  2969.  
  2970.  
  2971. </div>
  2972.  
  2973. <div class="author-pane-section author-pane-contact">
  2974.  
  2975. <div class="author-pane-line author-pane-link-line author-privatemsg">
  2976. <a href="/messages/new/369" class="author-pane-link" title="Send Kokopelli a private message"><span>Send PM</span></a> </div>
  2977.  
  2978.  
  2979. </div>
  2980.  
  2981.  
  2982.  
  2983.  
  2984.  
  2985. <div class="author-pane-section author-pane-admin">
  2986.  
  2987.  
  2988. </div>
  2989. </div>
  2990. </div>
  2991. </div>
  2992.  
  2993. <div class="forum-post-panel-main clear-block">
  2994. <div class="post-title">
  2995. That’s the way I’m using my </div>
  2996.  
  2997. <div class="content">
  2998. <p>That&#8217;s the way I&#8217;m using my hobby charger. Magnets don&#8217;t stick to copper <span class="caps">PCB</span>&#8217;s at the bottom of protected batteries, I&#8217;m afraid. But still, you&#8217;re right. Attaching crocodiles to the output seems to be the best option for now. You can even charge cell phone batteries this way, through a clipper, a pin or another mating socket. </p> </div>
  2999.  
  3000. </div>
  3001. </div>
  3002.  
  3003. <div class="forum-post-footer clear-block">
  3004. <div class="forum-jump-links">
  3005. <a href="#top" title="Jump to top of page">Top</a>
  3006. </div>
  3007.  
  3008. <div class="forum-post-links">
  3009. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/263813?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  3010. <li class="comment_reply"><a href="/comment/reply/13913/263813"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  3011. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  3012. <a href="/flag/confirm/flag/spam_flag_comment/263813?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  3013. </span>
  3014. </span></li>
  3015. </ul> </div>
  3016. </div>
  3017. </div><a id="comment-263815"></a>
  3018.  
  3019. <div id="comment-263815" class="forum-post clear-block">
  3020.  
  3021. <div class="post-info clear-block">
  3022. <div class="posted-on">
  3023. Fri, 11/16/2012 - 08:56
  3024. </div>
  3025.  
  3026. <span class="post-num"><a href="/node/13913#comment-263815" class="active">#28</a> </span>
  3027. </div>
  3028.  
  3029. <div class="forum-post-wrapper">
  3030.  
  3031. <div class="forum-post-panel-sub">
  3032.  
  3033.  
  3034. <div class="author-pane">
  3035. <div class="author-pane-inner">
  3036. <div class="author-pane-section author-pane-general">
  3037. <div class="author-pane-line author-name">
  3038. <a href="/user/369" title="View user profile.">Kokopelli</a> </div>
  3039.  
  3040.  
  3041. <div class="picture">
  3042. <img src="http://budgetlightforum.com/sites/budgetlightforum.com/files/pictures/picture-369.jpg" alt="Kokopelli&#039;s picture" title="Kokopelli&#039;s picture" /> </div>
  3043.  
  3044. <div class="author-pane-line author-offline">
  3045. Offline </div>
  3046.  
  3047. <div class="author-pane-line">
  3048. <span class="author-pane-label">Last seen:</span> 27 min 58 sec ago </div>
  3049.  
  3050. <div class="author-pane-line author-title">
  3051. <span class="author-pane-label">Title:</span> ★★★★ </div>
  3052.  
  3053.  
  3054. <div class="author-pane-line author-joined">
  3055. <span class="author-pane-label">Joined:</span> 12/17/2010 </div>
  3056.  
  3057. <div class="author-pane-line author-posts">
  3058. <span class="author-pane-label">Posts:</span> 943 </div>
  3059.  
  3060.  
  3061. <div class="author-pane-line">
  3062. <span class="author-pane-label">Location:</span> Turkey
  3063. </div>
  3064.  
  3065.  
  3066. </div>
  3067.  
  3068. <div class="author-pane-section author-pane-contact">
  3069.  
  3070. <div class="author-pane-line author-pane-link-line author-privatemsg">
  3071. <a href="/messages/new/369" class="author-pane-link" title="Send Kokopelli a private message"><span>Send PM</span></a> </div>
  3072.  
  3073.  
  3074. </div>
  3075.  
  3076.  
  3077.  
  3078.  
  3079.  
  3080. <div class="author-pane-section author-pane-admin">
  3081.  
  3082.  
  3083. </div>
  3084. </div>
  3085. </div>
  3086. </div>
  3087.  
  3088. <div class="forum-post-panel-main clear-block">
  3089. <div class="post-title">
  3090. borstar_micke wrote:Found and </div>
  3091.  
  3092. <div class="content">
  3093. <p>Found and bought even better size and cheaper heatsinks! <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content"/></p>
  3094.  
  3095. <p><a href="http://www.ebay.com/itm/5pcs-20x20x6mm-High-Quality-Aluminum-Heat-Sink-For-Computer-Chip-CPU-H30-/190709700874?pt=LH_DefaultDomain_0&amp;hash=item2c672f190a[/quote">5pcs 20&#215;20&#215;6mm High Quality Aluminum Heat Sink</a>]</p>
  3096.  
  3097. <p>Hmm, I must order a few <img src="http://budgetlightforum.com/sites/all/modules/smileys/packs/Roving/smile.png" title="Smile" alt="Smile" class="smiley-content"/> Nice find. </p>
  3098.  
  3099. <p>They also have different sizes of copper plates. These can be good to fill in holes in some pills, or to modify the distance of a star to reflector. </p> </div>
  3100.  
  3101. </div>
  3102. </div>
  3103.  
  3104. <div class="forum-post-footer clear-block">
  3105. <div class="forum-jump-links">
  3106. <a href="#top" title="Jump to top of page">Top</a>
  3107. </div>
  3108.  
  3109. <div class="forum-post-links">
  3110. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/263815?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  3111. <li class="comment_reply"><a href="/comment/reply/13913/263815"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  3112. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  3113. <a href="/flag/confirm/flag/spam_flag_comment/263815?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  3114. </span>
  3115. </span></li>
  3116. </ul> </div>
  3117. </div>
  3118. </div><a id="comment-292577"></a>
  3119.  
  3120. <div id="comment-292577" class="forum-post clear-block">
  3121.  
  3122. <div class="post-info clear-block">
  3123. <div class="posted-on">
  3124. Mon, 12/31/2012 - 00:39
  3125. </div>
  3126.  
  3127. <span class="post-num"><a href="/node/13913#comment-292577" class="active">#29</a> </span>
  3128. </div>
  3129.  
  3130. <div class="forum-post-wrapper">
  3131.  
  3132. <div class="forum-post-panel-sub">
  3133.  
  3134.  
  3135. <div class="author-pane">
  3136. <div class="author-pane-inner">
  3137. <div class="author-pane-section author-pane-general">
  3138. <div class="author-pane-line author-name">
  3139. <a href="/user/6076" title="View user profile.">verge</a> </div>
  3140.  
  3141.  
  3142.  
  3143. <div class="author-pane-line author-offline">
  3144. Offline </div>
  3145.  
  3146. <div class="author-pane-line">
  3147. <span class="author-pane-label">Last seen:</span> 44 min 13 sec ago </div>
  3148.  
  3149. <div class="author-pane-line author-title">
  3150. <span class="author-pane-label">Title:</span> ★ </div>
  3151.  
  3152.  
  3153. <div class="author-pane-line author-joined">
  3154. <span class="author-pane-label">Joined:</span> 12/29/2012 </div>
  3155.  
  3156. <div class="author-pane-line author-posts">
  3157. <span class="author-pane-label">Posts:</span> 6 </div>
  3158.  
  3159.  
  3160. <div class="author-pane-line">
  3161. <span class="author-pane-label">Location:</span> New York
  3162. </div>
  3163.  
  3164.  
  3165. </div>
  3166.  
  3167. <div class="author-pane-section author-pane-contact">
  3168.  
  3169. <div class="author-pane-line author-pane-link-line author-privatemsg">
  3170. <a href="/messages/new/6076" class="author-pane-link" title="Send verge a private message"><span>Send PM</span></a> </div>
  3171.  
  3172.  
  3173. </div>
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179. <div class="author-pane-section author-pane-admin">
  3180.  
  3181.  
  3182. </div>
  3183. </div>
  3184. </div>
  3185. </div>
  3186.  
  3187. <div class="forum-post-panel-main clear-block">
  3188. <div class="post-title">
  3189. volt meter </div>
  3190.  
  3191. <div class="content">
  3192. <p>I&#8217;d like to connect a small digital voltmeter to this TP4056 module to monitor charging.</p>
  3193.  
  3194. <p>Can I do it by connecting input of voltmeter (<a href="http://www.ebay.com/itm/330702194021" title="http://www.ebay.com/itm/330702194021">http://www.ebay.com/itm/330702194021</a>) in parallel to the output of the charger?</p> </div>
  3195.  
  3196. </div>
  3197. </div>
  3198.  
  3199. <div class="forum-post-footer clear-block">
  3200. <div class="forum-jump-links">
  3201. <a href="#top" title="Jump to top of page">Top</a>
  3202. </div>
  3203.  
  3204. <div class="forum-post-links">
  3205. <ul class="links forum-links"><li class="quote first"><a href="/comment/reply/13913/292577?quote=1#comment-form" title="Quote this post in your reply."><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/quote.png" alt="quote" title="quote" width="50" height="14" /></a></li>
  3206. <li class="comment_reply"><a href="/comment/reply/13913/292577"><img src="/sites/all/modules/advanced_forum/styles/blue_lagoon/images/reply.png" alt="reply" title="reply" width="50" height="14" /></a></li>
  3207. <li class="flag-spam_flag_comment last"><span><span class="flag-wrapper flag-spam-flag-comment">
  3208. <a href="/flag/confirm/flag/spam_flag_comment/292577?destination=node%2F13913" title="" class="flag flag-action flag-link-confirm" rel="nofollow">Mark as SPAM</a><span class="flag-throbber">&nbsp;</span>
  3209. </span>
  3210. </span></li>
  3211. </ul> </div>
  3212. </div>
  3213. </div><form action="/node/13913" accept-charset="UTF-8" method="post" id="comment-controls">
  3214. <div><div class="box">
  3215.  
  3216. <h2>Comment viewing options</h2>
  3217.  
  3218. <div class="content"><div class="container-inline"><input type="hidden" name="form_build_id" id="form-9615882c45e8276bc4e0dafa0ea7d94c" value="form-9615882c45e8276bc4e0dafa0ea7d94c" />
  3219. <input type="hidden" name="form_token" id="edit-comment-controls-form-token" value="98500202773352a17cef3dc4314515dd" />
  3220. <input type="hidden" name="form_id" id="edit-comment-controls" value="comment_controls" />
  3221. <div class="form-item" id="edit-mode-wrapper">
  3222. <select name="mode" class="form-select" id="edit-mode" ><option value="1">Flat list - collapsed</option><option value="2" selected="selected">Flat list - expanded</option><option value="3">Threaded list - collapsed</option><option value="4">Threaded list - expanded</option></select>
  3223. </div>
  3224. <div class="form-item" id="edit-order-wrapper">
  3225. <select name="order" class="form-select" id="edit-order" ><option value="1">Date - newest first</option><option value="2" selected="selected">Date - oldest first</option></select>
  3226. </div>
  3227. <div class="form-item" id="edit-comments-per-page-wrapper">
  3228. <select name="comments_per_page" class="form-select" id="edit-comments-per-page" ><option value="10">10 comments per page</option><option value="30">30 comments per page</option><option value="50">50 comments per page</option><option value="70">70 comments per page</option><option value="90">90 comments per page</option><option value="150">150 comments per page</option><option value="200">200 comments per page</option><option value="250">250 comments per page</option><option value="300" selected="selected">300 comments per page</option></select>
  3229. </div>
  3230. <input type="submit" name="op" id="edit-submit" value="Save settings" class="form-submit" />
  3231. </div><div class="description">Select your preferred way to display the comments and click "Save settings" to activate your changes.</div></div>
  3232. </div>
  3233.  
  3234. </div></form>
  3235. <div class="box">
  3236.  
  3237. <h2>Post new comment</h2>
  3238.  
  3239. <div class="content"><form action="/comment/reply/13913" accept-charset="UTF-8" method="post" id="comment-form">
  3240. <div><div class="form-item">
  3241. <label>Your name: </label>
  3242. <a href="/user/3284" title="View user profile.">scaru</a>
  3243. </div>
  3244. <div class="form-item" id="edit-subject-wrapper">
  3245. <label for="edit-subject">Subject: </label>
  3246. <input type="text" maxlength="64" name="subject" id="edit-subject" size="60" value="" class="form-text" />
  3247. </div>
  3248. <div class="smileys-box"><fieldset class=" collapsible collapsed"><legend>Smileys</legend><div class="smileys"><span><img src="/sites/all/modules/smileys/packs/Roving/smile.png" alt=":)" title="Smile — :) :-) :smile:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/lol.png" alt=":D" title="Laughing out loud — :D :-D :lol:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/bigsmile.png" alt=":bigsmile:" title="Big smile — :bigsmile:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/wink.png" alt=";)" title="Wink — ;) ;-) :wink:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/tongue.png" alt=":p" title="Tongue — :p :-p :tongue:" width="19" height="20" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/shock.png" alt=":O" title="Shock — :O :-O :shock:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/flat.png" alt=":|" title="Stare — :| :-| :stare:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/aw.png" alt=":(" title="Sad — :( :-( :sad:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/puzzled.png" alt=":~" title="Puzzled — :~ :-~ :puzzled:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/sad.png" alt=":((" title="Crying — :(( :-(( :cry:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/cool.png" alt="8)" title="Cool — 8) 8-) :cool:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/steve.png" alt=":steve:" title="Steve — :steve:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/crazy.png" alt="J)" title="Crazy — J) J-) :crazy:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/glasses.png" alt=":glasses:" title="Glasses — :glasses:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/party.png" alt=":party:" title="Party — :party:" width="19" height="23" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/love.png" alt=":love:" title="Love — :love:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/oups.png" alt=":X" title="Oups — :X :-X :oups:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/shy.png" alt=":8)" title="Shy — :8) :8-) :shy:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/innocent.png" alt="0:)" title="Innocent — 0:) 0) 0:-) :innocent:" width="19" height="22" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/sexy.png" alt=":*" title="Sexy — :* :-* :sexy:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/angry.png" alt="|(" title="Angry — |( \( :angry:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/sick.png" alt=":Sp" title="Sick — :Sp :-S) :sick:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/tired.png" alt=":tired:" title="Tired — :tired:" width="25" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/mail.png" alt=":mail:" title="Mail — :mail:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/sushi.png" alt=":sushi:" title="Sushi — :sushi:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/hat.png" alt=":hat:" title="Hat — :hat:" width="22" height="25" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/grade.png" alt="H)" title="Grade — H) H:) H:-) :grade:" width="25" height="25" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/cash.png" alt="$)" title="Cash — $) $-) :cash:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/crown.png" alt=":crown:" title="Crown — :crown:" width="22" height="25" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/davie.png" alt=":davie:" title="Davie — :davie:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/drunk.png" alt="S)" title="Drunk — S) S) :drunk:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/evil.png" alt="&gt;)" title="Evil — &gt;) &gt;-) :evil:" width="19" height="22" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/beer.png" alt=":beer:" title="Beer — :beer:" width="19" height="20" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/star.png" alt=":star:" title="Star — :star:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/arrow.png" alt=":arrow:" title="Arrow — :arrow:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/quest.png" alt=":quest:" title="Quest — :quest:" width="19" height="19" class="smiley-class" /></span><span><img src="/sites/all/modules/smileys/packs/Roving/mark.png" alt=":exmark:" title="Exclamation Mark — :exmark:" width="19" height="19" class="smiley-class" /></span></div></fieldset>
  3249. </div><div class="form-item" id="edit-comment-wrapper">
  3250. <label for="edit-comment">Comment: <span class="form-required" title="This field is required.">*</span></label>
  3251. <textarea cols="60" rows="15" name="comment" id="edit-comment" class="form-textarea required"></textarea>
  3252. </div>
  3253. <fieldset class=" collapsible collapsed"><legend>Input format</legend><div class="form-item" id="edit-format-2-wrapper">
  3254. <label class="option" for="edit-format-2"><input type="radio" id="edit-format-2" name="format" value="2" checked="checked" class="form-radio wysiwyg wysiwyg-format-2 wysiwyg-editor-tinymce wysiwyg-field-edit-comment wysiwyg-status-1 wysiwyg-toggle-1 wysiwyg-resizable-1" /> Advanced Post Editor</label>
  3255. <div class="description"><ul class="tips"><li>You may insert videos with [video:URL]</li><li>Web page addresses and e-mail addresses turn into links automatically.</li><li><a href="/filter/tips/2#filter-smileys-0">Textual smileys</a> will be replaced with graphical ones.</li><li>You may quote other posts using [quote] tags.</li></ul></div>
  3256. </div>
  3257. <div class="form-item" id="edit-format-9-wrapper">
  3258. <label class="option" for="edit-format-9"><input type="radio" id="edit-format-9" name="format" value="9" class="form-radio wysiwyg wysiwyg-format-9 wysiwyg-editor-none wysiwyg-field-edit-comment wysiwyg-status-1 wysiwyg-toggle-1 wysiwyg-resizable-1" /> Simple Post Editor</label>
  3259. <div class="description"><ul class="tips"><li>Web page addresses and e-mail addresses turn into links automatically.</li><li>You can use Textile markup to format text.</li><li>You may insert videos with [video:URL]</li><li><a href="/filter/tips/9#filter-smileys-0">Textual smileys</a> will be replaced with graphical ones.</li><li>You may quote other posts using [quote] tags.</li></ul></div>
  3260. </div>
  3261. <p><a href="/filter/tips">More information about formatting options</a></p></fieldset>
  3262. <input type="hidden" name="form_build_id" id="form-54db86d306d7c69f833f2078aefadf4f" value="form-54db86d306d7c69f833f2078aefadf4f" />
  3263. <input type="hidden" name="form_token" id="edit-form-token" value="4170758a666ce3c36bf43aaa6cee1ce3" />
  3264. <input type="hidden" name="form_id" id="edit-comment-form" value="comment_form" />
  3265. <div class="captcha"><input type="hidden" name="captcha_sid" id="edit-captcha-sid" value="3544774" />
  3266. <input type="hidden" name="captcha_token" id="edit-captcha-token" value="5d2c5aae8d7d1c582da2a7980d22576f" />
  3267. </div><input type="submit" name="op" id="edit-submit-1" value="Save" class="form-submit" />
  3268. <input type="submit" name="op" id="edit-preview" value="Preview" class="form-submit" />
  3269.  
  3270. </div></form>
  3271. </div>
  3272. </div>
  3273. </div>
  3274.  
  3275. <div id="content-bottom"><div class="block block-block" id="block-block-8">
  3276. <div class="content"><p>&nbsp;</p></div></div>
  3277. <div class="block block-adsense_managed" id="block-adsense_managed-2">
  3278. <div class="content"><div class='adsense adsense_managed'>
  3279. <script type="text/javascript"><!--
  3280. google_ad_client = "pub-9199061970233197";
  3281. /* 728x90 */
  3282. google_ad_slot = "4075590674";
  3283. google_ad_width = 728;
  3284. google_ad_height = 90;
  3285. //-->
  3286. </script>
  3287. <script type="text/javascript"
  3288. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  3289. </script>
  3290. </div></div></div>
  3291. </div>
  3292. </div><!-- /inner-content -->
  3293. </div><!-- /squeeze-content -->
  3294. </div><!-- /squeeze -->
  3295. </div><!-- /main -->
  3296. </div><!-- /middle-container -->
  3297. <div style="clear:both"></div>
  3298. <div id="footer">
  3299. <div id="footer-region"><div class="block block-block" id="block-block-6">
  3300. <div class="content"> <p style="text-align: center;"><span style="font-size: medium;">[<a href="#">Back to Top</a>] &nbsp; &nbsp;&nbsp;</span><span style="line-height: 14px; font-size: medium;">[<a href="http://budgetlightforum.com">Home</a>]</span></p><p>&nbsp;</p> </div></div>
  3301. </div>
  3302. <br />
  3303. <a href="http://www.roopletheme.com" title="RoopleTheme!"><img src="/sites/all/themes/newsflash/images/blue/RoopleThemeLogo.png" alt="RoopleTheme!"/></a>
  3304. </div><!-- /footer -->
  3305. <div style="clear:both"></div>
  3306. <script type="text/javascript" src="/sites/budgetlightforum.com/files/js/js_9e925706f5cd999df2676b07d4bfafa6.js"></script>
  3307. </div> <!-- /page -->
  3308. </body>
  3309. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement