Yahoo Groups archive

Homebrew PCBs

Index last updated: 2026-04-05 19:38 UTC

Thread

Anyone willing to do a screencast video-tutorial, on how to make part/footprint in Eagle ?

Anyone willing to do a screencast video-tutorial, on how to make part/footprint in Eagle ?

2012-02-12 by Banibrata Dutta

In another current threads, I saw a number of people say that they make
their own parts/components including the PCB footprint.

Wondering if anyone of you would be kind enough to make a screencast
video-tutorial, showing / teaching how exactly you do it, i.e. how you
translate the footprint from data-sheet into a new component for your
personal library.
Instead of Eagle, if someone chooses to do it in KiCad, that might be well
enough as well, since having used both a little (still a n00b level usage),
I see quite a few similarities, so I am hoping that with a little more
efforct, I could do the conversion on my own.

thanks,
bd


[Non-text portions of this message have been removed]

Re: [Homebrew_PCBs] Anyone willing to do a screencast video-tutorial, on how to make part/footprint in Eagle ?

2012-02-12 by Henrik Olsson

Hi,

Someone's already been kind and done that..

If you do a search for EAGLE library on Youtube you'll get a couple of hits,
this one for example:

http://www.youtube.com/watch?v=RIfX3fxSpNY

 

I'd imagine the same to be true if you search for KiCAD.

 

/Henrik.

 

  _____  
Show quoted textHide quoted text
---Original message---

 

  

In another current threads, I saw a number of people say that they make
their own parts/components including the PCB footprint.

Wondering if anyone of you would be kind enough to make a screencast
video-tutorial, showing / teaching how exactly you do it, i.e. how you
translate the footprint from data-sheet into a new component for your
personal library.
Instead of Eagle, if someone chooses to do it in KiCad, that might be well
enough as well, since having used both a little (still a n00b level usage),
I see quite a few similarities, so I am hoping that with a little more
efforct, I could do the conversion on my own.

thanks,
bd





[Non-text portions of this message have been removed]

Re: [Homebrew_PCBs] Anyone willing to do a screencast video-tutorial, on how to make part/footprint in Eagle ?

2012-02-12 by Banibrata Dutta

On Sun, Feb 12, 2012 at 1:50 PM, Henrik Olsson <henrik@...>wrote:

> **
>
> Someone's already been kind and done that..
>
> If you do a search for EAGLE library on Youtube you'll get a couple of
> hits,
> this one for example:
>
> http://www.youtube.com/watch?v=RIfX3fxSpNY
>
> I'd imagine the same to be true if you search for KiCAD.
>
> /Henrik.
>
> Thank you, Henrik. It is just what I needed.
While viewing it, I also came accross an excellent, beginner level, more
generic schematic -> board development video tutorial.
Here is the 12 part series:- http://www.youtube.com/watch?v=qG0O9LKH-_E



 _____
>
> ---Original message---
>
> In another current threads, I saw a number of people say that they make
> their own parts/components including the PCB footprint.
>
> Wondering if anyone of you would be kind enough to make a screencast
> video-tutorial, showing / teaching how exactly you do it, i.e. how you
> translate the footprint from data-sheet into a new component for your
> personal library.
> Instead of Eagle, if someone chooses to do it in KiCad, that might be well
> enough as well, since having used both a little (still a n00b level usage),
> I see quite a few similarities, so I am hoping that with a little more
> efforct, I could do the conversion on my own.
>
> thanks,
> bd
>
>


[Non-text portions of this message have been removed]

Re: [Homebrew_PCBs] Anyone willing to do a screencast video-tutorial, on how to make part/footprint in Eagle ?

2012-02-12 by Jean-François Bachelet

Hello :-)
Show quoted textHide quoted text
----- Original Message ----- 
From: "Banibrata Dutta" <banibrata.dutta@...>
To: <Homebrew_PCBs@yahoogroups.com>
Sent: Sunday, February 12, 2012 6:04 AM
Subject: [Homebrew_PCBs] Anyone willing to do a screencast video-tutorial, 
on how to make part/footprint in Eagle ?


> In another current threads, I saw a number of people say that they make
> their own parts/components including the PCB footprint.
>
> Wondering if anyone of you would be kind enough to make a screencast
> video-tutorial, showing / teaching how exactly you do it, i.e. how you
> translate the footprint from data-sheet into a new component for your
> personal library.

no need to do this again as there is an excellent eagle multipart video 
tutorial on youtube already that does that and many more :-)
look at it there : http://www.youtube.com/watch?v=qG0O9LKH-_E for the first 
lesson, and
the turorial for creating new libraries is there : 
http://www.youtube.com/watch?v=RIfX3fxSpNY

that's only some eagle tutorials availlable :-) just dig youtube a little ^^

happy learning :-)

Amigalement,
JF

Re: [Homebrew_PCBs] Anyone willing to do a screencast video-tutorial, on how to make part/footprint in Eagle ?

2012-02-12 by Harvey White

On Sun, 12 Feb 2012 10:34:44 +0530, you wrote:

>In another current threads, I saw a number of people say that they make
>their own parts/components including the PCB footprint.
>
>Wondering if anyone of you would be kind enough to make a screencast
>video-tutorial, showing / teaching how exactly you do it, i.e. how you
>translate the footprint from data-sheet into a new component for your
>personal library.

I'm not going to do that, but I'll detail the process.

Two things you want to do that are relatively critical, location of
the pads and the relationship between the pads and the overall
outline.

I use a set of digital calipers, and pick a reference point (not the
one that the part will use).  All measurements are relative to that.

I then borrow a trick from corel, and that is to run grid lines at
specific measurements.  As an example, take a display with mounting
ears at the corners, a frame, and an inner display area.  I do a
series of guide lines for each dimension.  I then place the holes
where they are needed.  You could use an unwanted layer for the layout
lines, then select only that layer and delete as needed.

I place pads where they are supposed to be, and if the manufacturer
numbers them in an order, I do that.

Some details are cosmetic, and all I need to do is get close.  

If the dimensions are in MM, then I switch to a millimeter grid, if in
inches, then that.  Zero does not change.

All that supposes that the package you really want is not already in
some library, somewhere.  

If it comes to outside dimensions, and I can't get the exact
dimensions I want, I'll go a little over, so the part is fractionally
larger than reality.  This gives me a bit of added clearance.

Study a part to see what is on the top doc layer, the documentation
layer, and the like.

Harvey
Show quoted textHide quoted text
>Instead of Eagle, if someone chooses to do it in KiCad, that might be well
>enough as well, since having used both a little (still a n00b level usage),
>I see quite a few similarities, so I am hoping that with a little more
>efforct, I could do the conversion on my own.
>
>thanks,
>bd
>
>
>[Non-text portions of this message have been removed]
>
>
>
>------------------------------------
>
>Be sure to visit the group home and check for new Links, Files, and Photos:
>http://groups.yahoo.com/group/Homebrew_PCBsYahoo! Groups Links
>
>
>

Re: OT Arduino

2012-02-13 by AlienRelics

You've posted by replying to a different thread. It doesn't matter that you've deleted all the original message and changed the subject line, Yahoogroups still attaches it to the original thread.

This is OT, so don't post it here. We have a perfectly good Yahoogroup for general electronics, please join it and post there.
http://groups.yahoo.com/group/Electronics_101/join

Steve Greenfield AE7HD
Moderator Homebrew_PCBs and Electronics_101

--- In Homebrew_PCBs@yahoogroups.com, Brian Symons <brians@...> wrote:
Show quoted textHide quoted text
>
> I know this is off topic but are there any accomplished Arduino users 
> out there.
> 
> I wish to make up an automated animal feeder for when we go on a couple 
> of days holifdays.
> 
> We bought a couple of different types but they haven't been very successful.
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.