<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Simplest Ryobi and Parkside battery connectors</title>
        <link>https://stream.echo6.co/videos/watch/67e583ce-f0f8-44b1-be62-f3757380e4d2</link>
        <description>I got the urge to make a battery connector that fits on my Ryobi or Parkside power tool batteries. Thingiverse had lots of designs, but they all seemed quite complicated and would have taken a while to print, so I designed super minimalist versions that print in less than 15 minutes. For both battery connectors the contacts are standard male spade-crimps.  It was the easiest way to get a plated copper contact, and it turned out that they are a good fit in both designs. The current rating should be good, but don't push things too far.   An inline fuse is a good option if there is a risk of the powered device short circuiting. The Parkside batteries are sold by Lidl, but may be available as a different brand outside Europe.  Note that some battery packs do not have internal overdischarge protection, so care should be taken to avoid discharging the packs below around 3V per cell.  For an 18/20V pack that's usually around 15V. The Ryobi one is ugly but functional.  I may revisit the design later to add a cup for gluing the terminals in more neatly. The scripts are down below.  Copy and paste them into openscad to create your STL files or use them as a base for your own version. If you enjoy these videos you can help support the channel with a dollar for coffee, cookies and random gadgets for disassembly at:- http://www.bigclive.com/coffee.htm This also keeps the channel independent of YouTube's advertising algorithms allowing it to be a bit more dangerous and naughty. #ElectronicsCreators Here's the Parkside openscad script:- //Parkside battery mini adaptor //Use with two male spade crimps difference(){ union(){ //main block cube([46,20,10]); } //side slides translate([-1,5,5]) cube([6,21,6]); translate([41,5,5]) cube([6,21,6]); translate([4,5,-1]) cube([3.5,20,12]); translate([38.5,5,-1]) cube([3.5,20,12]); //Terminal cutouts translate([8.5,1,1]) cube([6,18,10]); translate([31.5,1,1]) cube([6,18,10]); //terminal slots translate([10.5,17,1]) cube([2,10,10]); translate([33.5,17,1]) cube([2,10,10]); //cable slots translate([10,-1,4]) cube([3,10,10]); translate([33,-1,4]) cube([3,10,10]); //plastic and time saver translate([15.5,1,1]) cube([15,18,10]); } Here's the Ryobi openscad script:- //Ryobi adaptor $fn=50; height=20; difference(){ union(){ //main block cylinder(h=height,d=29); translate([-14.5,0,0]) cube([29,20.5,height]); } //battery recess translate([0,0,1]) cylinder(h=height,d=27); translate([-13.5,0,1]) cube([27,19.5,height]); //terminal slots translate([-12.5,3.5,-1]) cube([2,7,5]); translate([10.5,3.5,-1]) cube([2,7,5]); //polarity markings translate([-7,6.5,-1]) cube([5,1,5]); translate([4,4.5,-1]) cube([1,5,5]); translate([2,6.5,-1]) cube([5,1,5]); } //Pressure plates translate([-14.5,3.5,0]) cube([2,7,14]); translate([12.5,3.5,0]) cube([2,7,14]);</description>
        <lastBuildDate>Mon, 13 Apr 2026 20:46:03 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://stream.echo6.co</generator>
        <image>
            <title>Simplest Ryobi and Parkside battery connectors</title>
            <url>https://stream.echo6.co/client/assets/images/icons/icon-512x512.png</url>
            <link>https://stream.echo6.co/videos/watch/67e583ce-f0f8-44b1-be62-f3757380e4d2</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://stream.echo6.co/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://stream.echo6.co/feeds/video-comments.xml?videoId=67e583ce-f0f8-44b1-be62-f3757380e4d2" rel="self" type="application/rss+xml"/>
    </channel>
</rss>