Show HN: Atopile – Design circuit boards with code
41–50 of 300 posts
Re: Show HN: Atopile – Design circuit boards with code
#42Are you fully open source today? How has the community aspect been going?
Re: Show HN: Atopile – Design circuit boards with code
#43One thing that surprised me when moving from mechanical CAD to EDA programs is the lack of "relations." I have not used the more professional tools, just KiCad, but it surprised me that there are not more variables, relations, constraints, subassemblies, for things like buck converters and these types of things. KiCad has 'netclasses' which let you set trace widths, but it's all manual, same with the design rules che…
Re: Show HN: Atopile – Design circuit boards with code
#44Re: Show HN: Atopile – Design circuit boards with code
#45I think a compiler for PCBs is a great idea! Are you fully open source today? How has the community aspect been going?
Re: Show HN: Atopile – Design circuit boards with code
#46One thing that surprised me when moving from mechanical CAD to EDA programs is the lack of "relations." I have not used the more professional tools, just KiCad, but it surprised me that there are not more variables, relations, constraints, subassemblies, for things like buck converters and these types of things. KiCad has 'netclasses' which let you set trace widths, but it's all manual, same with the design rules che…
Re: Show HN: Atopile – Design circuit boards with code
#47I'm also curious if you're able to use an autorouter to minimize board layers. Seems like it should be pretty straightforward to apply some graph theory to this and state the minimal number of layers for a given board, but this also might be NP-hard? I haven't kept up with the theory here.
Re: Show HN: Atopile – Design circuit boards with code
#48I'd like to hear the opinion of Lady Ada on this - one of the industries greatest hardware designers.
Re: Show HN: Atopile – Design circuit boards with code
#49I think a compiler for PCBs is a great idea! Are you fully open source today? How has the community aspect been going?
I bet you do ;) We are fully opensource today, but we will eventually have some features we sell to enterprise. We have a small community of mostly friends at the moment, we are hoping to grow that very soon now that we have something we believe is worth sharing!
Re: Show HN: Atopile – Design circuit boards with code
#50I tooled around with a similar idea sometime back. There are clear advantages of code over graphical-schematics when it comes to automatic generation of component values / re-use of elements / speed of development / automatic SPICE testing / etc.
The primary issue I ran into was that: electronic circuits are inherently graph-structured and the traditional circuit schematic is well suited, optimal even, for displaying this kind of information. Trying to understand an analog circuit that is described as code seems awkward.