Skip to content

Latest commit

 

History

History
63 lines (54 loc) · 1.7 KB

File metadata and controls

63 lines (54 loc) · 1.7 KB
layout default
title Gerber PCB Files
pcbs
name image_url github_url
E290 Shield
/Meshtastic-Experiments/assets/images/PCB/E290_Shield.jpg
name image_url github_url
E290 Shield V2
/Meshtastic-Experiments/assets/images/PCB/E290_ShieldV2.JPG
name image_url github_url
PCB Design 3
/assets/images/pcb3.jpg

Gerber PCB Files

Below is a gallery of PCB designs. Click on any image to view and download the Gerber files from GitHub.

Gallery

{% for pcb in page.pcbs %}
{{ pcb.name }}

{{ pcb.name }}

{% endfor %}

How It Works

  1. Click on a PCB Image: This will take you to the GitHub page where the Gerber files are stored.
  2. Download the Files: On GitHub, you can download the Gerber files directly.
  3. Manufacturing: Send the Gerber files to a PCB manufacturer to get your boards made.
<style> .gallery { display: flex; flex-wrap: wrap; gap: 20px; } .gallery-item { flex: 1 1 calc(33.333% - 40px); box-sizing: border-box; text-align: center; } .gallery-item img { max-width: 100%; height: auto; border: 2px solid #FFD700; border-radius: 5px; } .gallery-item p { margin-top: 10px; font-size: 14px; color: #FFD700; } </style>