KiCad 8.0 - Project structure, workflow and generating professional documentation

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 30

  • @manuelofosu
    @manuelofosu 2 วันที่ผ่านมา +7

    Wow, this is mind-blowing. Thank you Vincent. coming from LinkedIn

    • @vincentnguyen8083
      @vincentnguyen8083  20 ชั่วโมงที่ผ่านมา

      Thanks! Much appreciated

  • @MehulGandhi2000
    @MehulGandhi2000 12 ชั่วโมงที่ผ่านมา +2

    It's great to see a production caliber workflow and set of deliverables using KiCAD. I've struggled finding such examples. Thanks for sharing!

  • @Pkemarco
    @Pkemarco 15 ชั่วโมงที่ผ่านมา

    This is so beautiful, thank you so much for this amazing video ! Looking forward to more content like this if possible.

  • @artemshvydko3763
    @artemshvydko3763 19 ชั่วโมงที่ผ่านมา

    That looks really good and professional!
    Looks more like Altium style (which I really like).

  • @syrrial9349
    @syrrial9349 15 ชั่วโมงที่ผ่านมา

    Excellent video, thanks for sharing your workflow! I'm working on a reasonably complex design in KiCad for my undergraduate thesis; definitely going to use your template as a reference for making my documentation more professional.

  • @michajoko7534
    @michajoko7534 20 ชั่วโมงที่ผ่านมา

    Really cool content and top quality. I like videos about KiCad. Thanks for that.

  • @mortaldrumming
    @mortaldrumming 4 วันที่ผ่านมา +1

    Thank you for your efforts!!!

  • @hjvanderlinden
    @hjvanderlinden 20 ชั่วโมงที่ผ่านมา

    Top quality content! Got here through the youtube algo, you must be doing something right! 😊

  • @astroboy2123
    @astroboy2123 3 วันที่ผ่านมา +1

    This such huge help. ❤

  • @Antyelektronika
    @Antyelektronika วันที่ผ่านมา

    Hello Vincent, you have done really good job. Thank you for sharing your knowledge.

  • @oussamaassaous4895
    @oussamaassaous4895 2 วันที่ผ่านมา +1

    this is so cool !

  • @Janktzoni
    @Janktzoni 18 ชั่วโมงที่ผ่านมา

    As inspiring as it is impressive. Will have to strategically replay parts of this demo several times to grab it all because there is really a lot to discover here

  • @hectoraracena7076
    @hectoraracena7076 2 วันที่ผ่านมา

    Very valuable information, become a permanent part of my reference library data, thank you very much for this hi-level info.

  • @mohammadabdulrafey864
    @mohammadabdulrafey864 3 วันที่ผ่านมา +1

    Thank you for this amazing guide. Much appreciated

    • @vincentnguyen8083
      @vincentnguyen8083  3 วันที่ผ่านมา +2

      Thank you! The process is still quite involved though, it might be interesting to try to make a script to automate all of this, maybe even integrated with KiBot

    • @mohammadabdulrafey864
      @mohammadabdulrafey864 3 วันที่ผ่านมา

      @@vincentnguyen8083 Seems like another tutorial is on its way 😁

  • @Prabagaran-s3b
    @Prabagaran-s3b 3 วันที่ผ่านมา +1

    how to drew pcb shape like these and edge cuts?

    • @vincentnguyen8083
      @vincentnguyen8083  3 วันที่ผ่านมา +2

      @@Prabagaran-s3b for more complex shapes like this one, I use a MCAD tool (e.g. Fusion360, Inventor) to sketch the outline. You can then export the sketch as a .dxf file and import it in KiCad on the Edge.Cut layer with Files->Import->Graphics

  • @vasileiossolakis2231
    @vasileiossolakis2231 23 ชั่วโมงที่ผ่านมา

    This is fantastic! Thank you for sharing

  • @Sagar-kn1bz
    @Sagar-kn1bz 14 ชั่วโมงที่ผ่านมา

    Amazing! Thank you

  • @abiramsam8673
    @abiramsam8673 2 วันที่ผ่านมา

    Thanks for this video, This inspired.

  • @Mainstream818
    @Mainstream818 วันที่ผ่านมา

    Great walkthrough video. Some of these features I've had installed but never used. Thank you for sharing

    • @vincentnguyen8083
      @vincentnguyen8083  20 ชั่วโมงที่ผ่านมา +1

      Thank you! KiCad has so many features but most of them are not really covered much in tutorials. Hope this helped :)

  • @Prabagaran-s3b
    @Prabagaran-s3b 19 ชั่วโมงที่ผ่านมา

    In 4 layer pcb witch layer is suitable for ground plane in1.cu or 1n2.cu and power plane

    • @vincentnguyen8083
      @vincentnguyen8083  19 ชั่วโมงที่ผ่านมา +1

      For 4-layer stackups, I recommend using 2 solid ground planes on the inner layers, and route the power on the outer layers. In a PCB, energy flows in the dielectric space between your signal and reference plane. Consequently, you want your reference planes to be as close as possible to your signals to have a good return path. An important thing to note is that as a signal transitions from the top to the bottom layer, the signal will change its reference plane (from In1 to In2). To provide a shorter return path along the z-axis, it is good practice to place one or more "transfer vias" (connected to GND) near the signal vias.
      A SIG PWR GND SIG stackup can also work in many cases, but will not provide EMC performance as good as SIG GND GND SIG. If you use an internal power plane, you need to make sure that it can serve as a reference to the signals above it (i.e. that the driver voltage source is the same as the power plane). This is because at high frequencies, the impedance between your power plane and your ground plane will be low if you have enough bypass capacitors.
      Finally, an okay compromise would be to have a SIG PWR/GND GND SIG stackup, where the PWR/GND layer is carefully designed to provide good return paths with a solid ground plane under the fastest signals (the ones with the shortest rising time). You just need to make sure to never cross a split in your reference plane with a signal. When doing this type of stackup, some people also like to "bridge" the GND and PWR planes with bypass capacitors, again to provide a return path for fast signals. But again, I wouldn't recommend this stackup. Personally, I always go with 2 inner ground planes, and if I don't have enough routing space, I go straight for 6 layers

  • @MrJK193
    @MrJK193 วันที่ผ่านมา

    Amazing content

  • @RixtronixLAB
    @RixtronixLAB วันที่ผ่านมา

    Nice video, keep it up, thanks :)