Easyduino: Open Source PCB Devboards for KiCad

(github.com)

113 points | by Hanqaqa 2 hours ago

6 comments

  • simojo 1 hour ago
    Recently, I made an Arduino UNO that I showed to have better switching characteristics than a commercial board. It was a great project to help me understand how seemingly inconsequential routing practices can lead to issues down the line.

    http://www.simonjjones.com/#/posts/golden-arduino

    • achr2 21 minutes ago
      I enjoyed your post - PCB routing is often an act of 'zen and the art of..' for me and I recently did a similar exercise for an esp32.
  • hathawsh 18 minutes ago
    This is an amazing resource. It was difficult to appreciate what this resource was for until I tried to create my own boards based on an ESP32. It's not really difficult to build around ESP32, it's just that I don't know what I don't know. With starting points like these, I can start with a lot more confidence. Thank you!
    • hattmall 5 minutes ago
      Does this help you build a custom PCB that you would send to a factory or like just design and simulate something you could build on your own? Or both / neither? I'm not fully understanding what this project does, could you offer insight?
  • slicktux 1 hour ago
    This is a nice project that I will definitely be looking into for my projects!
  • stevenpetryk 1 hour ago
    wow, I've been wanting a "PCB design system" like this for such a long time. I've always found it stupidly hard to just take an existing working board and tweak it.
    • wpm 36 minutes ago
      Worst is when I have a full board and schematic, but its for some other EDA program. Importing EagleCAD shit into KiCAD is agonizing, endless tedium. It's not like I'm not grateful to have free and open-source designs (specifically I'm talking about Adafruit, I like them, but all they use is EagleCAD), but goddamnit why can't it just be easy for once :(
  • lloydatkinson 1 hour ago
    Is the intention that you "fork" the PCB design and use it as a base/template for you own schematics/PCB design, or something else?
    • junon 1 hour ago
      I could imagine small companies that rely on these boards and that also have their fab and sourcing pipelines set up would be able to easier source these themselves. Just have to generate the Gerbers (fabrication output format most manus need) and then send it off as part of a larger order, etc.

      Especially if you're able to replace certain small/passive components with those you already have in bulk, it could be a potential cost cutting measure.

      Just a guess though.

      For my case, they'd be useful if I wanted to know how certain subcircuits are designed or laid out.

      Even for beginners, taking it into kicad, enabling the selection of only tracks and vias and deleting them all, then doing a full re-layout of the board as practice would be a cool project if you're wanting to learn.

    • Mizza 25 minutes ago
      I've got some projects that use ADCs on Pi "Hats" that connect to controls, I could see a future version which integrates that ADCs and pots directly onto the board to get a slimmer profile. It's quite handy, I wonder what the unit cost is with assembly at JLCPCB.
  • precompute 1 hour ago
    Awesome.