Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. KiCad
  3. Possible for novice to create PCB?

Possible for novice to create PCB?

Scheduled Pinned Locked Moved KiCad
16 Posts 7 Posters 7.8k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • tbowmoT Offline
    tbowmoT Offline
    tbowmo
    Admin
    wrote on last edited by
    #2

    you could go with kicad, and then use the "official" mysensors kicad repository for components, where both rfm69 and arduino mini have footprints available

    See https://github.com/mysensors-kicad/part_management for information on how to set things up..

    1 Reply Last reply
    0
    • FotoFieberF Offline
      FotoFieberF Offline
      FotoFieber
      Hardware Contributor
      wrote on last edited by
      #3

      I use http://fritzing.org/home/ for the design. I am usually looking for an existing design in the community, that does nearly what I want and then change it to my needs.

      Then I upload the exported gerber files to https://oshpark.com/.

      It is quite simple.

      1 Reply Last reply
      0
      • TD22057T Offline
        TD22057T Offline
        TD22057
        Hardware Contributor
        wrote on last edited by
        #4

        Ki-Cad or Eagle are both free PCB design software packages that will work. Eagle is commercial and limits free designs to 8cm x 10cm. Google for "Eagle vs kicad" and you'll see lots of discussions. Both have YouTube videos which are the best way (IMO) to learn them (search for "eagle/kicad tutorial" on youtube) and both have tons of parts libraries that are easy to use. I came across Eagle first so I started using that. If you can handle a basic schematic, you can be designing your first PCB in a week or so.

        You have to position your components on a board first, then both programs have an "auto-router" which will lay out the traces for you but it won't be good. At least for me, the fun in PCB design is doing the traces yourself.

        1 Reply Last reply
        0
        • AnticimexA Offline
          AnticimexA Offline
          Anticimex
          Contest Winner
          wrote on last edited by
          #5

          I second that on autorouting. It may sound like a good idea, but it rarely works out as you hope.
          Also, it is good to start of with a large board. As large as possible (given constraints like cost, boxes, mounting area etc).
          Things get tricky when space is scarce. Take my word for it ;) You can have a look at my 5x5 board which is pretty crowded.
          Another problem with crowded boards (as you see with mine) is that you usually won't be able to place components in neat rows which is also a good design practice. An example of that is @tbowmo's new gateway.

          Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kalle
            wrote on last edited by
            #6

            @Cliff-Karlsson Fritzing should be a good start for a beginner and as FotoFieber said - export your design as "Gerber" files (fritzing has these function on board), zip the gerber-folder and upload it to oshpark.com.

            1 Reply Last reply
            0
            • A Offline
              A Offline
              ahhk
              Hardware Contributor
              wrote on last edited by
              #7

              Eagle is much easier than it looks. I started a few ago with my first pcb. After looking one or two tutorials, i got my first successful schema. Just give it a try. One evening and a beer or glass of wine is enough to learn eagle.

              1 Reply Last reply
              0
              • AnticimexA Offline
                AnticimexA Offline
                Anticimex
                Contest Winner
                wrote on last edited by
                #8

                I don't want to start another Eagle - kicad flame war here, but I would recommend kicad for the following reasons:

                • Open source. Always the safest option if you want to use open hardware licenses (some are more demanding when it comes to tools than other)
                • limitless in terms of board size, layers, number of holes, etc.
                • good MySensors support in terms of common modules and components related to MySensors networks (see tbowmo's link above) (the core team uses kicad for all new "official" boards (and quite some unofficial too))

                Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                1 Reply Last reply
                0
                • tbowmoT Offline
                  tbowmoT Offline
                  tbowmo
                  Admin
                  wrote on last edited by tbowmo
                  #9

                  I second on the opensource, and open hardware licenses.. I know that I can't get into any legal mumble jumble, when using kicad. And as I make use of open hardware licenses, I know that others can open / edit my files, without getting into any legal twists, due to the chosen layout program.

                  1 Reply Last reply
                  0
                  • Cliff KarlssonC Offline
                    Cliff KarlssonC Offline
                    Cliff Karlsson
                    wrote on last edited by
                    #10

                    I am trying to install the Kicad Mysensors library on a windows maching but don´t get it.

                    I have added

                    MYSGITHUB & https://github.com/mysensors-kicad
                    then it says I should

                    "On Windows, KiCad does not permit free-text entry to this location. Instead you have to edit your environment variables and add a "User variable" named MYSLOCAL instead (with the appropriate value)."

                    What should I do ? and are there more steps?

                    AnticimexA 1 Reply Last reply
                    0
                    • tbowmoT Offline
                      tbowmoT Offline
                      tbowmo
                      Admin
                      wrote on last edited by
                      #11

                      @Cliff-Karlsson

                      I think it was @blacey that wrote the windows specific stuff. I haven't got a windows machine (where I am allowed to install kicad). My pc simply refuses to start with windows (BSOD). So I am unable to help you on that part.

                      1 Reply Last reply
                      0
                      • Cliff KarlssonC Cliff Karlsson

                        I am trying to install the Kicad Mysensors library on a windows maching but don´t get it.

                        I have added

                        MYSGITHUB & https://github.com/mysensors-kicad
                        then it says I should

                        "On Windows, KiCad does not permit free-text entry to this location. Instead you have to edit your environment variables and add a "User variable" named MYSLOCAL instead (with the appropriate value)."

                        What should I do ? and are there more steps?

                        AnticimexA Offline
                        AnticimexA Offline
                        Anticimex
                        Contest Winner
                        wrote on last edited by Anticimex
                        #12

                        @Cliff-Karlsson yes, you need to add a user variable on Windows. If you are unfamiliar with this here is a link to help you out. Replace PATH with MYSLOCAL.

                        Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                        1 Reply Last reply
                        0
                        • Cliff KarlssonC Offline
                          Cliff KarlssonC Offline
                          Cliff Karlsson
                          wrote on last edited by
                          #13

                          Thanks but what are the "appropriate value"?

                          AnticimexA 1 Reply Last reply
                          0
                          • Cliff KarlssonC Cliff Karlsson

                            Thanks but what are the "appropriate value"?

                            AnticimexA Offline
                            AnticimexA Offline
                            Anticimex
                            Contest Winner
                            wrote on last edited by
                            #14

                            @Cliff-Karlsson said:

                            Thanks but what are the "appropriate value"?

                            From the text: "The path must be named MYSLOCAL and it should point out the root of your cloned libraries."

                            Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                            1 Reply Last reply
                            0
                            • Cliff KarlssonC Offline
                              Cliff KarlssonC Offline
                              Cliff Karlsson
                              wrote on last edited by
                              #15

                              I have tried and failed trying to add the mysensors.org items to kicad. If anyone have time I would really apricioate a step by step instruction.

                              AnticimexA 1 Reply Last reply
                              0
                              • Cliff KarlssonC Cliff Karlsson

                                I have tried and failed trying to add the mysensors.org items to kicad. If anyone have time I would really apricioate a step by step instruction.

                                AnticimexA Offline
                                AnticimexA Offline
                                Anticimex
                                Contest Winner
                                wrote on last edited by
                                #16

                                @Cliff-Karlsson can you be more specific on what information you lack? There are detailed instructions in the repos for how to set it up: https://github.com/mysensors-kicad/part_management

                                Do you feel secure today? No? Start requiring some signatures and feel better tomorrow ;)

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                27

                                Online

                                11.7k

                                Users

                                11.2k

                                Topics

                                113.1k

                                Posts


                                Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • MySensors
                                • OpenHardware.io
                                • Categories
                                • Recent
                                • Tags
                                • Popular