Keyboard Shortcuts
Likes
- Kicad-Users
- Messages
Search
Re: Checking the schematic by SPICE simulation
I believe the most recent version (which I believe is what you are using) of kicad can export to LTspice. I haven't tried it but presume there is a specific export section in the file menu, least that is where I would expect to find it. On Fri, 21 Jun 2024 at 16:05, John Woodgate via <jmw=[email protected]> wrote:
|
Re: Fixing holes
开云体育Would that I had your depth of knowledge! On 2024-06-21 16:47, Tony Casey wrote:
Exactly so. I include mechanical things like fixing holes, RF screens, and the PCB itself in the schematic as parts. --
OOO - Own Opinions Only Best wishes John Woodgate, Rayleigh, Essex UK Keep trying |
Re: Fixing holes
开云体育Thank you, but I need a more elementary guide,
step by step. On 2024-06-21 16:24, Robert via
groups.io wrote:
A hole is just a single pad of the correct dimensions.?? It can have --
OOO - Own Opinions Only Best wishes John Woodgate, Rayleigh, Essex UK Keep trying |
Re: Fixing holes
开云体育Exactly so. I include mechanical things like fixing holes, RF screens, and the PCB itself in the schematic as parts.--
Regards, Tony On 21/06/2024 17:24, Robert via
groups.io wrote:
A hole is just a single pad of the correct dimensions.?? It can have |
Re: Fixing holes
A hole is just a single pad of the correct dimensions. It can have
copper layers, or none (in which case it becomes a non-plated through hole). If it has copper layers, they can optionally be connected to any net (usually the ground plane, and typically with no thermal spokes). In the past I just defined the hole on the schematic with a single pin connector, but these days I have my own symbol. Often the associated footprint that I create will define a board outline and all the holes (as pads), and typically much more (such as silk screen elements). I routinely import that from mechanical CAD as a DXF. So there are no hard and fast rules - you just do whatever cranks your tractor on the day. Regards, Robert. * Plain text email - safe, readable, inclusive. * |
Checking the schematic by SPICE simulation
开云体育As I understand it, I have to make a copy of
the schematic and add voltage sources (power and signal) and a
load. Then add to that the simulation command. But how do I
introduce the models and subcircuits for the active components?
What would be much easier for me is to be able to copy the schematic into LTspice (as that is what I use) and do the simulation in that environment. But is is possible to do that, i.e. can KiCad export a schematic (or even a netlist) that SPICE understands? This is important because it can be a costly
mistake not to realise that the KiCad opamp symbol has the +
input uppermost, whereas it is most common, I think, to see the
- input uppermost. The EDR can't detect that error, of course. --
OOO - Own Opinions Only Best wishes John Woodgate, Rayleigh, Essex UK Keep trying |
Fixing holes
开云体育I have an old advice sheet about how to add
fixing holes to a board, but both methods are really
work-arounds and have disadvantages. I am a bit surprised that
this issue is not documented (as far as I can find). Advice
would be welcome. --
OOO - Own Opinions Only Best wishes John Woodgate, Rayleigh, Essex UK Keep trying |
Re: AVR64DB32 symbol
Hi Tom, In the meantime, I created a ticket for the issue, and prepared a patch. It has been accepted, and a pull request is created to fix the issue. For your information, the project is a memory el-keyer. 73s de HA5OGL On Tue, Jun 18, 2024, 03:02 Tom, KC2ZAT via <kc2zat=[email protected]> wrote:
|
Re: AVR64DB32 symbol
Lev, I've run into what you describe periodically.? For the most part, I would probably make a quick copy of the similar part, change the name to the part you are using, and the pin direction, stick in a project specific library and call it a day.? I? have also used/checked SnapEDA (https://snapeda.com) when I need some of the newest parts.? They may already have it ready for download. You need to check the download for the newest parts.? ?I was going to use a PIC part in a DIP-40 format.? When I was checking the setup, I discovered the DIP-40 download file actually contained the layout for the 44 pin surface mount part. Overall, I have had good luck with snapeda.? Plus it frees up your cycles that can go to other tasks. 73 Tom, KC2ZAT? On Jun 17, 2024 13:00, Lev <leventelist@...> wrote:
|
AVR64DB32 symbol
Hi all,
I am currently designing a new project using the relatively new MCU, the AVR64DD32. I found that the DB version has the same pinout, and we have symbol for it. The REST/PF6 pin marked bidirectional, however the datasheet (and the real device) states as input only. Is it wise and mark that pin input only, so ERC can detect if that net is not driven? Thanks, Lev -- Levente Kovacs Senior Electronic Engineer W: |
Re: question re. reach of net labels, net definition
Hi,
toggle quoted message
Show quoted text
In your case, use hierarchical labels and hierarchical pins to connect sub-sheets to the mother sheet or othe sub-sheets. Furthermore, it shows how the different blocks are interconnected.
|
question re. reach of net labels, net definition
Is my understanding of the reach of net labels correct?
A "net label" is only recognized on the same hierachical sheet, but not in sub-sheets. Different hierachical sheets can use the same net label without creating a sheet to sheet connection. A "global label" is recognized throughout the entire schematic on all hierachical sheets. Good for sheet to sheet connection. Here is my question: Is there a means to define a net that is valid in a hierarchical sheet and all its sub-sheets, but not in other hierarchical sheets? This would be useful if several identical complex blocks need to be designed. Thanks, Tom |
Re: Disaster recovery?
开云体育I have converted the user.hotkeys file to a
fairly readable Excel book with seven sheets, but I don't see
any Upload button on the Files page. Please advise. On 2024-05-23 14:39, John Woodgate
wrote:
--
OOO - Own Opinions Only Best wishes John Woodgate, Rayleigh, Essex UK Keep trying |
Re: Disaster recovery?
开云体育Yes, I do too. I use Subversion, but version control systems usually require manual updates and commits. But I also have automated backup that runs every evening at about 21:00. Windows users also have the option of easy use of backing up on OneDrive. Most MS Office subscriptions give you 2TB of OneDrive storage. Other cloud options are available...--
Regards, Tony On 24/05/2024 11:02, Lev wrote:
Keep your design under revision control. I prefer git. |
Re: Disaster recovery?
开云体育Most printer drivers will let you grow or shrink to fit the paper available. Obviously, it wouldn't be much use shrinking an A0 drawing onto an A4 sheet, but A3 -> A4 is usually fine.-- Regards,
Tony On 23/05/2024 21:25, John Woodgate
wrote:
|
Re: Disaster recovery?
开云体育Don't forget that KiCad can sort the numbering of the RefDes in vertical or horizontal sequence. If you require a particular numbering pattern, best do it manually from the start.Many of my schematics are multi-page, and I've always prefixed the RefDes with the sheet number, so I can immediately check the correct schematic page when tracing a component from the PCB. Thus all resistors on sheet1 start from R100, for example. KiCad can do that automatically too. -- Regards,
Tony On 23/05/2024 17:55, John Woodgate
wrote:
So I found out. The hard way. Actually, my schematic is too wide for a single width of the drawing sheet, so I've had to wrap it into two rows, and the renumbering doesn't cope with that. Still, that is what learning is about. Such schematics should be numbered manually, or, once a year (That'll sort the old 'uns from the youngsters. Think 'toothbrush'). |
Re: Disaster recovery?
Keep your design under revision control. I prefer git. On Fri, May 24, 2024, 10:49 Tony Casey via <tony=[email protected]> wrote:
|
Re: Disaster recovery?
开云体育On 23/05/2024 17:16, John Hudak wrote:I think it's maybe premature to blame KiCad for this. I've never noticed corrupted backup files. But then I don't routinely use Windows, which has a habit of doing updates and reboots in the middle of the night when it thinks no one is watching. To be fair, John says he forgot to save the file before retiring for the night. -- Regards, Tony |
Re: Disaster recovery?
开云体育Thanks. I will look at that, but I do need to
print out on A4. On 2024-05-23 19:55, Brian German via
groups.io wrote:
--
OOO - Own Opinions Only Best wishes John Woodgate, Rayleigh, Essex UK Keep trying |
Re: Disaster recovery?
开云体育If you can use any size sheet, you can change it… File>Page Settings ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? This email and any attachments may contain information that is proprietary, privileged, or confidential. If you are not the intended recipient, please do not review the email and please delete it.
|