Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

pcb2_pcb.md 1.6KB

LARS V2 PCB Layout

This page shows the current version of the PCB layout as SVG graphics.

2D PCB Layout

You can also view the 2D PCB layout as PDF.

<embed type="image/svg+xml" src="./plot/lars2.kicad_pcb.svg" id="pz_drumkit0" style="width: 100%;"/>
<script>
    document.getElementById('pz_drumkit0').addEventListener('load', function(){
        svgPanZoom(document.getElementById('pz_drumkit0'), {controlIconsEnabled: true, minZoom: 1.0});
    })
</script>

Direct link to this file.

DIY Version

The DIY version is suitable for etching at home, it only needs the bottom copper layer. Be aware that there is one track on the top layer, for a safety diode that was added later. This connection should be done with a wire by hand.

You can also view the DIY layout as PDF.

<embed type="image/svg+xml" src="./plot/lars2.kicad_pcb_diy.svg" id="pz_drumkit1" style="width: 100%;"/>
<script>
    document.getElementById('pz_drumkit1').addEventListener('load', function(){
        svgPanZoom(document.getElementById('pz_drumkit1'), {controlIconsEnabled: true, minZoom: 1.0});
    })
</script>

Direct link to this file.

3D PCB Layout

{{#include inc_lars2.kicad_pcb.md}}