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. Hardware
  3. Yet another PCB to address (nearly) all Arduino pins

Yet another PCB to address (nearly) all Arduino pins

Scheduled Pinned Locked Moved Hardware
26 Posts 6 Posters 10.0k Views 9 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.
  • P Offline
    P Offline
    phil83
    wrote on last edited by
    #9

    Regarding the MYSX connector, I have seen the specification before but for me the 2.54mm pinheads are way to big since I wanted to have a really small board that I can also use for quite small sensors (window open for example). I changed some connections and came up with that scheme now:
    0_1456052963816_mini sensor v6.png

    I added the caps for the ICs, many thanks again for the hint!
    Philipp

    1 Reply Last reply
    2
    • P Offline
      P Offline
      phil83
      wrote on last edited by
      #10

      Hi there,

      I had some more time to work on it and I rearranged the parts on the board. One question for me is how big to make the drill holes for mounting? Is 2mm ok?

      0_1456510649033_v6.1.png
      0_1456510664572_v6.1scheme.png

      I will clean up the silk screen writings the weekend and then send it out to China :-)

      Many thanks so far,
      best regards,
      Philipp

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

        You can find Eagle parts for M2, M2.5, M3 drill holes with tight and loose clearance in my Eagle parts library. I created the parts from this blog page.

        1 Reply Last reply
        2
        • P Offline
          P Offline
          phil83
          wrote on last edited by
          #12

          Hi TD,
          many thanks for the library, I incorporated the drill holes and it looks much better now!

          0_1456571043915_mini sensor v6.2.png

          Best regards,
          Philipp

          V GertSandersG 2 Replies Last reply
          1
          • P phil83

            Hi TD,
            many thanks for the library, I incorporated the drill holes and it looks much better now!

            0_1456571043915_mini sensor v6.2.png

            Best regards,
            Philipp

            V Offline
            V Offline
            vikasjee
            wrote on last edited by
            #13

            @phil83 said:

            Hi TD,
            many thanks for the library, I incorporated the drill holes and it looks much better now!

            0_1456571043915_mini sensor v6.2.png

            Best regards,
            Philipp

            HI Philipp,

            Will you like to share your files with this final version of your PCB? This is an excellent stuff. Appreciate your design skills...

            1 Reply Last reply
            0
            • P phil83

              Hi TD,
              many thanks for the library, I incorporated the drill holes and it looks much better now!

              0_1456571043915_mini sensor v6.2.png

              Best regards,
              Philipp

              GertSandersG Offline
              GertSandersG Offline
              GertSanders
              Hardware Contributor
              wrote on last edited by
              #14

              @phil83 If small is the target, use the SMD version of the NRF24L01+. Here is a small NRF24 library.

              0_1456596545540_NRF24L01plus.lbr

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

                @phil83

                Nice board, but still would suggest MYSX.. It's got different variants, with more / less pins available..

                I'm playing around with a boardlayout that's 18x30mm, with MYSX connector, and nrf24 (SMD) the NRF will protrude over one end of the board with ~5-7mm (Antenna area). so total length will be 18x37mm (or something in that area).

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

                  One more tip: If you want to order a full 10x10 cm board, you can panelize them yourself and use https://github.com/p12tic/eagle-brd-merge to get around the 10x8 limit in the free version of Eagle. Worked great for my mother/daughter board order.

                  1 Reply Last reply
                  0
                  • P Offline
                    P Offline
                    phil83
                    wrote on last edited by
                    #17

                    Hi all,
                    many thanks for all the valuable input!
                    I will share my files after having tested the board by myself for the first time!

                    @GertSanders: I've never thought about using the SMD version of NRF24L01, it really looks interesting!

                    @tbowmo: Your board size is really impressive, are you also using the EEPROM and ATSHA on that small size board?

                    The smallest and still (hopefully) manufacturable for me seems to be around 44x21mm...
                    0_1456693207843_micro sensor v1.1.png
                    Right now I'm waiting for all of the parts of my reflow oven, I have some boards for testing here and in case I'm successful with reflowing, I will order new boards in China.

                    Best regards,
                    Philipp

                    1 Reply Last reply
                    0
                    • P Offline
                      P Offline
                      phil83
                      wrote on last edited by
                      #18

                      @TD22057: My dealer in China does some panelization for me as well, last time I ordered 20 board (size about 25x45mm) and I received 42... That was more than fine for me. But thanks for the link!

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

                        @phil83

                        It's complete with external flash (for OTA), atsha204, voltage regulator, 2 led's and a Si7021. Using 0603 smd components though.. (And it only got components on one side..)

                        Still working on some details, before publishing it though...

                        1 Reply Last reply
                        0
                        • P Offline
                          P Offline
                          phil83
                          wrote on last edited by
                          #20

                          @tbowmo: Sounds very impressive, chapeau! I'm looking forward to seeing your design when it is finished!

                          1 Reply Last reply
                          0
                          • GertSandersG Offline
                            GertSandersG Offline
                            GertSanders
                            Hardware Contributor
                            wrote on last edited by
                            #21

                            @tbowmo I have been working on a similar board. The matter of external connections for switches and external sensors keeps me busy. The 1,27 mm spaced headers seem like a possible solution. But I have not found any female headers with wires (Dupont style) to go with the male versions. How do you solve the connection problem ?

                            1 Reply Last reply
                            0
                            • P Offline
                              P Offline
                              phil83
                              wrote on last edited by
                              #22

                              @GertSanders: On aliexpress you can find sets of male and female 1.25mm connectors, do you think about something like that:
                              http://de.aliexpress.com/item/20sets-Micro-1-25mm-5pin-Cable-JST-1-25-5-Pin-Male-Female-Connector-plug-with/32464250609.html?spm=2114.010208.3.2.BMcTZF&ws_ab_test=searchweb201556_9,searchweb201644_5_505_506_503_504_301_10020_502_10001_10002_10017_10010_10005_10006_10011_10003_10021_10004_10022_10009_10008_10018_10019,searchweb201560_2,searchweb1451318400_-1,searchweb1451318411_6448&btsid=8ded8c25-db33-49ed-835b-307cb83c0f47

                              GertSandersG 1 Reply Last reply
                              0
                              • P Offline
                                P Offline
                                phil83
                                wrote on last edited by
                                #23

                                As I read your post again, you mean something like this:
                                http://de.aliexpress.com/item/5-sets-Double-Row-Female-Socket-SMD-2-10-20pin-1-27mm-Pin-Header-connector/32542921161.html?isOrigTitle=true

                                1 Reply Last reply
                                0
                                • P phil83

                                  @GertSanders: On aliexpress you can find sets of male and female 1.25mm connectors, do you think about something like that:
                                  http://de.aliexpress.com/item/20sets-Micro-1-25mm-5pin-Cable-JST-1-25-5-Pin-Male-Female-Connector-plug-with/32464250609.html?spm=2114.010208.3.2.BMcTZF&ws_ab_test=searchweb201556_9,searchweb201644_5_505_506_503_504_301_10020_502_10001_10002_10017_10010_10005_10006_10011_10003_10021_10004_10022_10009_10008_10018_10019,searchweb201560_2,searchweb1451318400_-1,searchweb1451318411_6448&btsid=8ded8c25-db33-49ed-835b-307cb83c0f47

                                  GertSandersG Offline
                                  GertSandersG Offline
                                  GertSanders
                                  Hardware Contributor
                                  wrote on last edited by
                                  #24

                                  @phil83 the micro connector set with the wires is a very good suggestion. I will look around some more.

                                  1 Reply Last reply
                                  0
                                  • P Offline
                                    P Offline
                                    phil83
                                    wrote on last edited by
                                    #25

                                    I finally went on with the project and received the pcbs last week... my soldering oven is running and I could finish the first board (still some parts are missing :-( ) If only I had more time to work on that...
                                    Here are some impressions:

                                    0_1462218235982_IMG_0774.JPG
                                    I soldered some cables so that I can program it and check via ftdi...

                                    0_1462218348535_IMG_0775.JPG

                                    0_1462218430167_IMG_0780.JPG

                                    More to come soon...

                                    GertSandersG 1 Reply Last reply
                                    5
                                    • P phil83

                                      I finally went on with the project and received the pcbs last week... my soldering oven is running and I could finish the first board (still some parts are missing :-( ) If only I had more time to work on that...
                                      Here are some impressions:

                                      0_1462218235982_IMG_0774.JPG
                                      I soldered some cables so that I can program it and check via ftdi...

                                      0_1462218348535_IMG_0775.JPG

                                      0_1462218430167_IMG_0780.JPG

                                      More to come soon...

                                      GertSandersG Offline
                                      GertSandersG Offline
                                      GertSanders
                                      Hardware Contributor
                                      wrote on last edited by
                                      #26

                                      @phil83
                                      Share this on OpenHardware.io !

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


                                      21

                                      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