Keyboard Shortcuts
Likes
- Kicad-Users
- Messages
Search
Re: I am sending for prototipe boards of my kicad design can some people look?
Jim Hughen
¿ªÔÆÌåÓýHi Josh,
?
I did a very quick review for the KiCAD
parts.? See attached file.
?
Thanks for sharing your design,
...Jim
?
?
|
I am sending for prototipe boards of my kicad design can some people look?
I am sending for prototipe boards of my kicad design can some people look?
It is ncp_base_8.zip It is kicad and the libraries are in the library or schematic library folder their is a parts list and footprints in mod or footprints. Its purpose is in peer reviewed articles on EMG decoding useing Linear Discriminant analisis they clasified EMG signals to detect indivigual hand or finger movements in real time. So check out my kicad open source project and please tell me of any problems you find. I tried to simplify it and did not use the onboard GPIO. The processor I am using with it is the leaflabs maple ARM processor that can be programmed like the arduino. The DLP FT2232H is a high speed USB chip to allow for future additions of more ads1298 EMG EEG system chips & their is a capacitive electrode design that is not quite finished. The software uses LDA linear discriminant analisis so if anyone wants to help with that great. |
Re: circular circuit board
I just wanted to thank you, Bernd, for giving me an idea for how to do curved tracks (or more accurately I guess I should be thanking your skull and crossbones, which is what piqued my curiosity and got me thinking). It's far from ideal, but the resulting Gerbers look OK so at least it's possible. What I have done is created sets of curves on the copper layer by using the module editor to switch graphical arcs on to the copper layer. Then at each end of each arc I placed an SMT pad that was sized such that its diameter equalled the width of the arc. In EESchema wherever I needed a set of curved tracks in the PCB design I added a double-row connector and set the footprint to be the appropriate set of curved tracks. Obviously this doesn't exactly make PCB layout quick and easy and the schematic looks weird, but at least it works, and in my case I was just designing an FFC so it was fairly straightforward. The biggest danger I can see is that there is no DRC on the curves, so one needs to be careful creating them. However, some DRC is better than none (such as if one used a mechanical CAD package).
toggle quoted message
Show quoted text
Eagle is one of the few usable and affordable packages that does do proper curved tracks, but creating an FFC with Kicad was less painful than struggling with the (to me) unfamiliar and somewhat antiquated Eagle UI. Regards, Robert. --- In kicad-users@..., Bernd Wiebus <bernd.wiebus@...> wrote:
|
Re: copying/moving artwork to a different layer in module editor
The menu entry is in the module editor. I used it myself a couple of
toggle quoted message
Show quoted text
weeks ago to draw sets of curved "tracks" on the copper layer (by default graphics go on the Silk layer). As for kicad being useful or not, I've created a number of boards with it and I'm impressed. I find that whilst it has rough edges, it does the fundamental job of creating working PCBs very well indeed. Regards, Robert. On 10/02/2011 22:46, DanielLC_Boca wrote:
Is that in the Module editor or the PCB editor (pcbnew)? As I --
() Plain text email - safe, readable, inclusive. /\ |
Re: global pcb footprint update
Rohan:
toggle quoted message
Show quoted text
In the module editor, you need to save the modified footprint to an existing (or new) library. It is not so straightforward, but here are the steps: 1) Set the working library (it's the first button on the left) -- or, create a new library (third button). 2) Save the updated module under a new name. 3) If you created a new library, you have to add it to the project. 4) Finally, you can update all the components that use the new footprint in CVpcb (OK, that's manual but they should all be in order if you named them in a reasonable way). Reread the netlist in pcbnew, making sure to check "Change" under Exchange Module. All the components should update to the new footprint. Daniel --- In kicad-users@..., "Rohan Dervankar" wrote:
> > For example , i just assigned 1/4w resistor footprint to 1/2w resistor. since i dont have 1/2w resistor footprint. then after reading the netlist in pcbnew. i go in to edit model of 1/4w resistot footprint. when i edit a single resistor footprint in modellib there is option for only changing tht particular footprint which i m editing. i m not able to update all the same modules. Kicad creaters pls add this feature in software. > > everybody getting what i m trying to say.pls reply on this topic. > |
Re: copying/moving artwork to a different layer in module editor
Is that in the Module editor or the PCB editor (pcbnew)? As I mentioned in the second part of the question, I was working on artwork imported into a module with bitmap2component.
toggle quoted message
Show quoted text
I suppose the module file is also ascii, so I could probably edit that one by hand as well..... In any case, the PCBs are being fabricated and I'll have them next week. I'll see how useful KiCAD truly is when I get them. Daniel --- In kicad-users@..., Robert <birmingham_spider@...> wrote:
|
Re: Automatic Footprint Output PDF generator?
Andy Eskelson
No, not to my knowledge.
Doing things the other way around is the recommended method, so I guess that is what most people do. It would not be that difficult to write a script, but by the time you have sorted out the modules to include, and grouped them into various libraries you have already done most of the work anyway, so you may as well just drop them onto a blank board. Andy On Thu, 10 Feb 2011 21:59:19 -0000 "Timothy" <duhlynn@...> wrote: So an automated dummy board generator does not exist? |
Re: Automatic Footprint Output PDF generator?
So an automated dummy board generator does not exist?
toggle quoted message
Show quoted text
I thought there might be a script that takes a module file(or files) and automatically generates a board file with all the footprints within a module and then prints a pdf. --- In kicad-users@..., Andy Eskelson <andyyahoo@... wrote:
If you have a read of the pcbnew help document, you will find that it describes a method of module management. see section 11.11 Unfortunately you (like I did at first) just started adding things as needed without looking at the documentation requirements. I hope that you have saved your modules into your own directory (another error I made at first) if so it will be easy enough to just place them onto dummy boards. Basically you place your own modules (in whatever groupings you want) onto separate A4 sized dummy boards. These can then be printed off in the same manner as the existing standard libs. From such a board you can create the actual library via filearchive footprints / create footprint archive Andy On Thu, 10 Feb 2011 17:02:46 -0000 "Timothy" <duhlynn@... wrote: Is there a way I can quickly view all the footprints I have added. Not the text name, but the actual graphics. Is there a script out there that will automatically place footprints across several layout pages and print them to a pdf? I was wondering if the footprints.pdf that comes with Kicad was auto-generated or was it hand placed? |
Re: Automatic Footprint Output PDF generator?
Andy Eskelson
If you have a read of the pcbnew help document, you will find that it
describes a method of module management. see section 11.11 Unfortunately you (like I did at first) just started adding things as needed without looking at the documentation requirements. I hope that you have saved your modules into your own directory (another error I made at first) if so it will be easy enough to just place them onto dummy boards. Basically you place your own modules (in whatever groupings you want) onto separate A4 sized dummy boards. These can then be printed off in the same manner as the existing standard libs. From such a board you can create the actual library via file>archive footprints / create footprint archive Andy On Thu, 10 Feb 2011 17:02:46 -0000 "Timothy" <duhlynn@...> wrote: Is there a way I can quickly view all the footprints I have added. Not the text name, but the actual graphics. |
Automatic Footprint Output PDF generator?
Is there a way I can quickly view all the footprints I have added. Not the text name, but the actual graphics.
Is there a script out there that will automatically place footprints across several layout pages and print them to a pdf? I was wondering if the footprints.pdf that comes with Kicad was auto-generated or was it hand placed? |
Re: Wish list
I wish on the visibles window there was a method for grouping items so I could quickly turn on/off layers with a single click. Perhaps have several pre-defined groups based on layers (front and back) or type (copper, solderpaste, mask, silkscreen) in addition to allowing the user to make his own groupings.
Examples: Front Group [Checkbox] Back Group [Checkbox] Silkscreen Group [Checkbox] Copper Group [Checkbox] |
Re: Dutch?
Jos
Same here,
toggle quoted message
Show quoted text
now I am a Dutchman but I run all my programs in English as most forums use the English language. I just thought that looking at my IP address Kicad concluded that I would want the Dutch version. I found some translations (in Dutch) a bit weird. After some searching I found out how to back to English. This makes it a lot easier to ask questions on this forum and use the right words. I have Windows7 and it works just fine. Jos --- In kicad-users@..., Robert <birmingham_spider@...> wrote:
|
Re: Dutch?
The last time I tried a Google Dutch->English translation the result was so incomprehensible that I found it easier to struggle through the original Dutch, so nice to know that I guessed correctly it would come up with something wacky going in the reverse direction. It's a lot better than it was though, if less fun; it now seems to know about those potentially emabarrassing differences between US English and British English.
toggle quoted message
Show quoted text
"Terug naar de maling"... Robert. On 10/02/2011 00:48, serge.vereecke wrote:
Hi, --
() Plain text email - safe, readable, inclusive. /\ |
Re: copying/moving artwork to a different layer in module editor
There is an entry on the menu to change all the lines from one layer to another.
toggle quoted message
Show quoted text
Regards, Robert. On 09/02/2011 22:26, Andy Eskelson wrote:
Select the graphic with a right click, select edit, change the layer in --
() Plain text email - safe, readable, inclusive. /\ |
Re: Dutch?
Hi,
toggle quoted message
Show quoted text
you know the moment you mentioned it, I just had to try this! Do my eyes deceive me or did it say "Kajak de Grote Oceaan over" which translates as "Take a kayak and paddle across the Great Ocean" and it even says to go to Seattle first! Some guys have too much time on their hands , that got past the Google management unscaved and undetected. THNX , nice joke. --- In kicad-users@..., kajdas <kajdas@...> wrote:
|
Re: Dutch?
the same as you do not want to follow Google's maps directions from "Los Angeles, USA" to "Tokyo, Japan"
;-) ---- "serge.vereecke" <serge.vereecke@...> wrote: ============= Hi, You probably wanted to say "was het juist pech dat (2011-01-22 BZR 2754)-stabiel op Windows de allereerste keer opstartte in het Nederlands?" , In our country (Belgium) it pays to be bi- tri- or quadri- lingual , and even more so to be fluent in more then one. Google translation does not guarantee 100% effectivity. fired = ontslagen = loose your job fired up = opgestart = to put in motion,to start up Hilarious google-translations are always a source of fun , worth a giggle. |
New file uploaded to kicad-users
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the kicad-users group. File : /kicadautorutererror.bmp Uploaded by : rohandervankar <rohandervankar@...> Description : Error while backimporting spectra session file You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, rohandervankar <rohandervankar@...> |