Close
0%
0%

Small PCBs for panelizing + tutorial

Ordering a 10x10 board with only 10x4 taken? Panelize one of these!

Similar projects worth following
If you're ordering PCBs and the board limitations are fixed (like 5x5 or 10x10cm), you might as well not waste the space you're paying for and get yourself some quite useful boards you'd be paying money to buy on Aliexpress/eBay and the likes. Small-footprint tools, artistic projects, educational breakouts, electronic puzzles - anything goes.

Oh, and we have a tutorial on panelization!

What is panelization and why is it awesome?

Panelization tutorial - GerberPanelizer

Adding boards to this project


Links:

bargraphSMD.zip

0805 smd led bargraph

Zip Archive - 39.42 kB - 03/03/2017 at 16:13

Download

powerRail.zip

VCC and GND - multiple connections

Zip Archive - 9.30 kB - 03/03/2017 at 16:13

Download

onion.sch

eagle

sch - 64.35 kB - 02/11/2017 at 12:48

Download

onion.brd

eagle

brd - 29.66 kB - 02/11/2017 at 12:48

Download

  • Depanelizing boards

    Arya08/03/2017 at 04:07 0 comments

    I know, I know, this is not #Hackaday.bash.org , but still:

    Link to the tool in question ("Hakko CHP DP-23-N Depaneling Tool")

  • Gerber export tutorial - KiCad (with important notes)

    Arya06/08/2017 at 02:20 0 comments

    IMPORTANT

    Currently, KiCad-designed boards have origin point problems. This manifests as board appearing outside the outline upon drag&drop, thus, "not geting added" (though it's there).

    To fix this, add an "origin point for drill and pick&place files" (badly named, for sure). This guy over at KiCad forums places it in the upper left corner of the boards, I confused left and right for a second, so the picture shows me being about to place it in the upper right corner:

    After that, you can export Gerbers and don't worry about them "disappearing".

    Read more »

  • Small PCBs - Logic probe (untested)

    Arya05/09/2017 at 00:35 0 comments

    This logic probe design was featured on Hackaday.com blog, and I was interested in assembling a couple of those. So, I made a quick KiCad board that'd be as small as possible - and in the end, it's very very small, using SMD components - but still hand-solderable =) I figure that if you'll want to use this probe on 3.3V designs, you'll want to use a 3.3V-compatible version of 555 IC.

    GitHub link (Gerber ZIPs are also there)

    Online Gerber viewer


    UPDATE: Got the PCBs - 20 of them! Haven't tested them yet, but will do soon. Will send them out to Europe for cost of postage.

  • What is panelization and why is this the awesomest thing for a hobbyist ordering boards?

    Arya05/09/2017 at 00:13 9 comments

    PCB panelization is a nice way to get more bang for your buck, be able to do more projects at the same time and, in general, receive more boards at once. Say, you have two 10x4cm boards, and a seller offers you to either take . You could order them separately, as two 10x10cm PCBs (10x5 at best), or you could merge them into one panel.

    Panelization means merging together PCB gerber files in one gerber. The main problem that needs to be solved is that you can't just put boards together - they usually need to be connected somehow. They also need to be easily splittable once you receive them - you won't want to split them using a cutting disk =) There are two main ways to panelize boards so that they can easily be split - V-grooving and tabs with mousebites. "Tabs&mousebites" means - connecting boards using tabs, they're added in between boards and are basically pieces of PCB material connected together (mousebites are holes drilled in tabs so that it's easier to break them off). V-grooves are cuts done with a machine with a cutting disk, that cuts lines through PCBs, leaving them connected but just barely, so that you can snap the boards apart.

    V-grooving (failed) - picture from somewhere on here

    Read more »

  • Adding boards to this project

    Arya05/09/2017 at 00:10 2 comments

    1. Please, please, upload gerbers, in a ZIP - don't make others generate gerbers for you. I don't have Eagle installed, for example, and thus can't generate gerbers from Eagle - and gerbers is the universally accepted standard. After generated, ZIP them up, check them here and then upload them to "Project files" section or link them in the project comments, I'll take care of the rest =)
    2. Having a description would be awesome. "SOIC-8 breakout" is a good description, "Power rail breakout" is not, unless you provide pictures/link to online viewer - and "0.1in header power rail breakout - 3x10, 3 rails" + picture is just great! (sometimes, linking your Hackaday.io project is sufficient if it's about the board in question)
    3. If possible, and I really hope you do that, please include source files - GitHub link will be great, too.

    This is a good example of a board description for a board with active components that actually does something useful.

    Thank you for contributing!

  • Panelization - using GerberPanelizer on Windows (Linux possible)

    Arya05/08/2017 at 23:28 26 comments

    This tutorial was done on Windows. Authors claim it could also be used on Linux by using Mono, but I haven't tried and don't understand a lot about Mono to see what could be done. I am switching to Linux nowadays, so I'd be very grateful to anybody that'd make instructions on how to launch it, however - and I'm sure other fellow Linux-wielding engineers will be grateful, too =)

    This is the GitHub issue describing steps to launch it on Linux, half-successfully (thanks to @jlbrian7 for figuring this out)


    The tool I'm personally using to panelize boards is GerberPanelizer from ThisIsNotRocketScience.nl. It's a wonderful tool that allows you to panelize PCBs, mainly using tabs&mousebites. There are more tools in the archive, they all seem Gerber-related but I didn't even go through them =)

    I'm using KiCad myself, so I'll mainly work with KiCad-made gerbers. The panelizer project page has some tips for Eagle users as well, related to CAM files, so if you're an Eagle user, check it out, it can help with some moments. I'd love to cover Gerber generation for different EDA packages (actually, not), but Internet has plenty of tutorials on those. There's a good online Gerber files viewer (needs gerber ZIPs) which gives out pretty renderings of your board, so you can use it to check your Gerbers - I do that all the time (and KiCad 3D viewer helps, too).

    No matter your EDA tool, the workflow is simple - first, you have to have gerber files in separate folders for each project.

    Read more »

View all 6 project logs

Enjoy this project?

Share

Discussions

Kaspar Emanuel wrote 04/26/2018 at 15:33 point

Hello, just letting you know that I will let the kitnic.io domain expire in 30 days so your link above will be broken. The original domain was kitnic.it and it will re-direct to the new name: kitspace.org, kitnic.io was only registered in case people mis-type kitnic.it but I don't think it's worth keeping any more. 

  Are you sure? yes | no

Marc Pignat wrote 07/05/2017 at 05:49 point

I see you like silkscreen, here is a small utility for generating QR codes in gerber format : https://github.com/RandomReaper/qr2gerber

  Are you sure? yes | no

Jarrett wrote 06/29/2017 at 16:49 point

Forgot about this: PIC18F14K50 dev kit in flashdrive form factor: https://hackaday.io/project/3872/log/35445-side-side-project

  Are you sure? yes | no

Arya wrote 05/08/2017 at 23:43 point

Added to project details, thank you!

  Are you sure? yes | no

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates