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. OpenHardware.io
  3. 💬 Easy/Newbie PCB for MySensors

💬 Easy/Newbie PCB for MySensors

Scheduled Pinned Locked Moved OpenHardware.io
mysensorsbatteryeasynewbiepcbmysx
716 Posts 111 Posters 305.9k Views 93 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.
  • maghacM maghac

    @sundberg84 Aha, good to know. Can't hurt to add it I suppose.

    But I was actually wondering about the other one - to the left and above where the 5V->3.3V regulator would sit.

    sundberg84S Offline
    sundberg84S Offline
    sundberg84
    Hardware Contributor
    wrote on last edited by sundberg84
    #361

    @maghac - this one?
    0_1494833219211_1.jpg

    Its to maintain stability of the voltage regulator. If you look at different datasheet most voltage regulators has a typical application schematics where different capacitors is added before and after to make this. So the 10 and 0,1uF work together. Why 0,1 and 10? Well - I have seen this setup on the forum many times so I just went with that. There is alof to read about this, but I think the smaller cap can react faster while the bigger cap have more juice to give so to say.

    https://electronics.stackexchange.com/questions/21686/whats-the-purpose-of-two-capacitors-in-parallel

    Controller: Proxmox VM - Home Assistant
    MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
    MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
    RFLink GW - Arduino Mega + RFLink Shield, 433mhz

    maghacM 1 Reply Last reply
    0
    • sundberg84S sundberg84

      @maghac - this one?
      0_1494833219211_1.jpg

      Its to maintain stability of the voltage regulator. If you look at different datasheet most voltage regulators has a typical application schematics where different capacitors is added before and after to make this. So the 10 and 0,1uF work together. Why 0,1 and 10? Well - I have seen this setup on the forum many times so I just went with that. There is alof to read about this, but I think the smaller cap can react faster while the bigger cap have more juice to give so to say.

      https://electronics.stackexchange.com/questions/21686/whats-the-purpose-of-two-capacitors-in-parallel

      maghacM Offline
      maghacM Offline
      maghac
      wrote on last edited by
      #362

      @sundberg84 Ok, I see. I do have those caps on my (so far) only 5V mysensor node, somewhere I read that you need them but I wasn't sure why - thanks for the explanation.

      But I suppose there is no reason to add them unless you are actually using the voltage regulator to power the radio? I noticed that @jens-persson added the smaller cap on the pics he posted earlier, but those nodes were battery powered.

      0_1494834092470_Capture.PNG

      sundberg84S 1 Reply Last reply
      0
      • maghacM maghac

        @sundberg84 Ok, I see. I do have those caps on my (so far) only 5V mysensor node, somewhere I read that you need them but I wasn't sure why - thanks for the explanation.

        But I suppose there is no reason to add them unless you are actually using the voltage regulator to power the radio? I noticed that @jens-persson added the smaller cap on the pics he posted earlier, but those nodes were battery powered.

        0_1494834092470_Capture.PNG

        sundberg84S Offline
        sundberg84S Offline
        sundberg84
        Hardware Contributor
        wrote on last edited by sundberg84
        #363

        @maghac - not really, I have not used them with batteries.
        In that setup the 0,1cap is in paralell with the 4,7uF cap for the radio. Sure, might give some more stability to the radio itself but the 4,7uF cap should be enought. If you experience alof of errors you can try adding different values here to give more stability - but in normal operations it should not be needed.

        Edit - sorry not 0,1uF, but 10uF cap is in parallell. The 0,1uF does nothing if you dont have a voltage regulator.

        Edit 2 (note to myself) - Maybe I should change the 0,1 and 10uF for next rev so 10 is on the input and 0,1uf on th output instead.

        Controller: Proxmox VM - Home Assistant
        MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
        MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
        RFLink GW - Arduino Mega + RFLink Shield, 433mhz

        maghacM 1 Reply Last reply
        0
        • sundberg84S sundberg84

          @maghac - not really, I have not used them with batteries.
          In that setup the 0,1cap is in paralell with the 4,7uF cap for the radio. Sure, might give some more stability to the radio itself but the 4,7uF cap should be enought. If you experience alof of errors you can try adding different values here to give more stability - but in normal operations it should not be needed.

          Edit - sorry not 0,1uF, but 10uF cap is in parallell. The 0,1uF does nothing if you dont have a voltage regulator.

          Edit 2 (note to myself) - Maybe I should change the 0,1 and 10uF for next rev so 10 is on the input and 0,1uf on th output instead.

          maghacM Offline
          maghacM Offline
          maghac
          wrote on last edited by
          #364

          @sundberg84 Ok, it doesn't hurt since capacitors in parallel are simply just added (if I remember my electronics classes correctly).

          So the end result is that you have a 14.7 uF cap on the radio.

          korttomaK 1 Reply Last reply
          0
          • maghacM maghac

            @sundberg84 Ok, it doesn't hurt since capacitors in parallel are simply just added (if I remember my electronics classes correctly).

            So the end result is that you have a 14.7 uF cap on the radio.

            korttomaK Offline
            korttomaK Offline
            korttoma
            Hero Member
            wrote on last edited by
            #365

            @maghac it is not just as simple as the capacitor size is added, true it is added but different size capacitors also filter disturbances at different frequencies. So adding different size capacitors in parallel can act as a more effective disturbance filter.

            • Tomas
            sundberg84S 1 Reply Last reply
            2
            • korttomaK korttoma

              @maghac it is not just as simple as the capacitor size is added, true it is added but different size capacitors also filter disturbances at different frequencies. So adding different size capacitors in parallel can act as a more effective disturbance filter.

              sundberg84S Offline
              sundberg84S Offline
              sundberg84
              Hardware Contributor
              wrote on last edited by
              #366

              @korttoma @maghac - Exactly how they work is beyond my knowledge... im more of a trial and error guy (hence the 9th revision :) ) but korttoma has right, and from experience I would go with a lower and a higher capacitor to try first, ie 0,1 and 10. 4,7 + 10 is to me two higher value capacitor.

              Controller: Proxmox VM - Home Assistant
              MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
              MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
              RFLink GW - Arduino Mega + RFLink Shield, 433mhz

              1 Reply Last reply
              1
              • dbemowskD Offline
                dbemowskD Offline
                dbemowsk
                wrote on last edited by
                #367

                A capacitor is considered a short to an AC signal and it works on certain frequencies depending on the setup. So if you get any AC ripple on your output of your regulator, the capacitor is used to smooth that out. Electrolytics are also use to give a quick extra burst of power when needed. That is why they are used for things like the incoming power for the radio. The radio transmits every so often and if you were to look at the power coming in to the radio on a scope with no capacitor on it, you would probably see dips in the power when it transmits. The dips in power could cause it to fall outside the operating range of the radio for a split second giving you transmission loss. The electrolytic is there to supply that extra jolt to stabilize the power on the transmit cycles.

                And @maghac, you are correct, parallel capacitance adds and series capacitance divides, which is the opposite of resistors where series resistance adds and parallel resistance divides.

                Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                1 Reply Last reply
                1
                • nitroburnN nitroburn

                  @sundberg84: sadly I only did it for the jModule boards but realize now I should have done it with your board as well since I could have got 4x as many for the same price. I realized after I could have got significantly more of those as well, or just have spent less. Might have had to trim a little bit from the dimensions though as I don't know about clearances using the full 100x100 without room to split the boards, but I could be wrong due to them being square Actually, after just checking pcbway's site it says, "Leave min clearance of 1.6mm between boards for break-routing. For V-score panelization, set the space between boards to be zero." so I could have got 120 boards for $25 as they are actually 48.66x49.86 per board. Or combined different boards together as I think 120 would be overkill :) I never realized how inexpensive it is compared to etching your own. It would be crazy to etch at these prices.

                  Thanks for the great starting point and learning experience.

                  @Nca78: Yeah, PCBways base price is $5 for 10 100x100 as well but they don't seem to charge for vcut (doesn't change quote) and allow 0mm spacing so no need to cut. I used EMS to ship and was here in 3 days without taxes or fees unlike DHL has every single time I use them. $15 just to collect $0.10 in tax.

                  Nca78N Offline
                  Nca78N Offline
                  Nca78
                  Hardware Contributor
                  wrote on last edited by
                  #368

                  @nitroburn said in 💬 Easy/Newbie PCB for MySensors:

                  @Nca78: Yeah, PCBways base price is $5 for 10 100x100 as well but they don't seem to charge for vcut (doesn't change quote) and allow 0mm spacing so no need to cut. I used EMS to ship and was here in 3 days without taxes or fees unlike DHL has every single time I use them. $15 just to collect $0.10 in tax.

                  So yesterday I tried to submit my PCBs to PCBWay, they accept similar design if you don't check panelizing options, but my interest is to lower prices by combining different PCBs on the same board. I don't need them to cut anything, but they just refused and changed to panelized version. In the end it was 137$ compared to less than 70 with Seeed.
                  So PCBWay is great to have many similar boards (but who really needs 50-60 items of the same board ?) but if you want to save costs by combining multiple boards it's not an option.

                  S nitroburnN 2 Replies Last reply
                  0
                  • Nca78N Nca78

                    @nitroburn said in 💬 Easy/Newbie PCB for MySensors:

                    @Nca78: Yeah, PCBways base price is $5 for 10 100x100 as well but they don't seem to charge for vcut (doesn't change quote) and allow 0mm spacing so no need to cut. I used EMS to ship and was here in 3 days without taxes or fees unlike DHL has every single time I use them. $15 just to collect $0.10 in tax.

                    So yesterday I tried to submit my PCBs to PCBWay, they accept similar design if you don't check panelizing options, but my interest is to lower prices by combining different PCBs on the same board. I don't need them to cut anything, but they just refused and changed to panelized version. In the end it was 137$ compared to less than 70 with Seeed.
                    So PCBWay is great to have many similar boards (but who really needs 50-60 items of the same board ?) but if you want to save costs by combining multiple boards it's not an option.

                    S Offline
                    S Offline
                    Samuel235
                    Hardware Contributor
                    wrote on last edited by
                    #369

                    @Nca78 - This is exactly why i was shocked when someone got away with it. They get personally checked every time and soon as they pick something up where they can see two separate boards there then they refuse it unless you paid the extra for the panelising.

                    MySensors 2.1.1
                    Controller - OpenHAB (Virtual Machine)
                    Gateway - Arduino Mega MQTT Gateway W5100

                    1 Reply Last reply
                    0
                    • gohanG Offline
                      gohanG Offline
                      gohan
                      Mod
                      wrote on last edited by
                      #370

                      Draw some fake routes across the boards, maybe they will not notice it 😀

                      1 Reply Last reply
                      0
                      • Nca78N Nca78

                        @nitroburn said in 💬 Easy/Newbie PCB for MySensors:

                        @Nca78: Yeah, PCBways base price is $5 for 10 100x100 as well but they don't seem to charge for vcut (doesn't change quote) and allow 0mm spacing so no need to cut. I used EMS to ship and was here in 3 days without taxes or fees unlike DHL has every single time I use them. $15 just to collect $0.10 in tax.

                        So yesterday I tried to submit my PCBs to PCBWay, they accept similar design if you don't check panelizing options, but my interest is to lower prices by combining different PCBs on the same board. I don't need them to cut anything, but they just refused and changed to panelized version. In the end it was 137$ compared to less than 70 with Seeed.
                        So PCBWay is great to have many similar boards (but who really needs 50-60 items of the same board ?) but if you want to save costs by combining multiple boards it's not an option.

                        nitroburnN Offline
                        nitroburnN Offline
                        nitroburn
                        wrote on last edited by
                        #371

                        @Nca78

                        @Nca78 said in 💬 Easy/Newbie PCB for MySensors:

                        So yesterday I tried to submit my PCBs to PCBWay, they accept similar design if you don't check panelizing options, but my interest is to lower prices by combining different PCBs on the same board. I don't need them to cut anything, but they just refused and changed to panelized version. In the end it was 137$ compared to less than 70 with Seeed.
                        So PCBWay is great to have many similar boards (but who really needs 50-60 items of the same board ?) but if you want to save costs by combining multiple boards it's not an option.

                        I combined different PCBs and right on the form for submitting them for a quote it explains you just select how many different designs you want per board, so if you fit 3 different designs but with 8 total boards from the 100x100, you just enter 3 designs and submit all 3 gerbers individually zipped inside a main zip file. In my case, I selected 2 designs and submitted both as single not panalized. You can always just copypaste them together in eagle or something and avoid them saying anything about it.

                        Only extra thing I did was submit the board size as the 2 designs added together then in the requirements specified there were 2 designs one being X * Y and the other X * Y. I don't know if they would have accepted me requesting they then put the designs onto one board more then once, but I assume that is what they would do for the panalization. It definitely doesn't have to be the same design on 1 board. Order 10 pcs, fit 4 designs or 2 designs 2 time and end up with 40 total PCBs. But I do notice if you have 2 designs done 8 times total and you want the boards pre-separated then you would say 8. But yeah, that does raise the price. Weird because I swear it wasn't doing it like that before.

                        I guess I just got lucky and had a nice person review my files and they combined and separated them for me for free. In the future I'm just going to throw a panel together myself and submit as 1 design and maybe not even bother to have them score the boards, I'll do it myself and then it's definitely 1 design. They must have felt bad I was ordering 30x23 boards wasting the rest of the 100x100 so they threw them together. Its a 10 second copy and paste so I'll just do it myself next time and not bother with them charging more. Could also be they counted it as 1 design because the sizes were nearly identical.

                        1 Reply Last reply
                        0
                        • maghacM Offline
                          maghacM Offline
                          maghac
                          wrote on last edited by
                          #372

                          A completely unrelated question: what is that header called that @jens-persson used on the MySX connector (see the pic that I reposted above)? I soldered the longer, jumper-style, headers instead so I can connect dupont wires.

                          Are there any benefits to using this other type of header? (And what does the corresponding male connector look like)?

                          Nca78N 1 Reply Last reply
                          0
                          • maghacM maghac

                            A completely unrelated question: what is that header called that @jens-persson used on the MySX connector (see the pic that I reposted above)? I soldered the longer, jumper-style, headers instead so I can connect dupont wires.

                            Are there any benefits to using this other type of header? (And what does the corresponding male connector look like)?

                            Nca78N Offline
                            Nca78N Offline
                            Nca78
                            Hardware Contributor
                            wrote on last edited by
                            #373

                            @maghac said in 💬 Easy/Newbie PCB for MySensors:

                            A completely unrelated question: what is that header called that @jens-persson used on the MySX connector (see the pic that I reposted above)? I soldered the longer, jumper-style, headers instead so I can connect dupont wires.

                            Are there any benefits to using this other type of header? (And what does the corresponding male connector look like)?

                            It's just header with round pins. No interest in using them IMHO, better stick to the standard square shaped headers as they are the more common. You cannot use standard square shaped headers with those so it's a bit limiting.

                            1 Reply Last reply
                            1
                            • 2 Offline
                              2 Offline
                              2rDK
                              wrote on last edited by
                              #374

                              Please note, that when using the link to ITEAD, the order is not actually completed. The order is received by ITEAD, you get an order confirmation and everything, but the order is actually not processing before you upload the gerber files.

                              This may be a beginners mistake, as it is the first time i'm using this service. I had the understanding that when you pressed the shopping cart above, and chose a service the gerber-part of the transaction would be handled automatic.

                              I dont know if this is a misunderstanding on my side, I may have misunderstood the instructions on this site. It also may be an error on ITEAD's side as they didn't process the order correctly.
                              What is your experience with this ?
                              My problem is solved now, as I wrote and asked ITEAD for status. They made me aware of the issue and I emailed them the gerbers.

                              This is in no way a critique of the project. I really appreciate the hours of work put into it.

                              1 Reply Last reply
                              1
                              • hekH Online
                                hekH Online
                                hek
                                Admin
                                wrote on last edited by
                                #375

                                @R2DK, sounds strange.

                                Should just be a one-click operation to order... and you shouldn't have to do any gerber uploads.
                                Could you PM me who you were in contact with over at ITEAD?

                                1 Reply Last reply
                                1
                                • sundberg84S Offline
                                  sundberg84S Offline
                                  sundberg84
                                  Hardware Contributor
                                  wrote on last edited by
                                  #376

                                  We have sold pcbs from itead before and this is the first time I hear this. As @hek said it should be a 1 click operation but something maybe went wrong just this time?

                                  Controller: Proxmox VM - Home Assistant
                                  MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                                  MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                                  RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                                  1 Reply Last reply
                                  0
                                  • M Offline
                                    M Offline
                                    mickecarlsson
                                    wrote on last edited by
                                    #377

                                    This happened to me too, I ordered from the link, and thought I was Ok with the order. Yesterday I did find out that my order was waiting for the gerber files, so I downloaded, zipped and uploaded the to itead. I also mailed them about it. Got a reply that they should check the gerber files.

                                    sundberg84S 1 Reply Last reply
                                    0
                                    • M mickecarlsson

                                      This happened to me too, I ordered from the link, and thought I was Ok with the order. Yesterday I did find out that my order was waiting for the gerber files, so I downloaded, zipped and uploaded the to itead. I also mailed them about it. Got a reply that they should check the gerber files.

                                      sundberg84S Offline
                                      sundberg84S Offline
                                      sundberg84
                                      Hardware Contributor
                                      wrote on last edited by
                                      #378

                                      @mickecarlsson - I think @hek are looking into this... if I look at my Sales stat there are mostly ordered/aborted from Itead without known reason so they have not been comfirmed. The lastest revision from EasyPCB is over 7 months old and works great with PCBway... so if the gerber files are bad I hope I would have been notised before.

                                      Controller: Proxmox VM - Home Assistant
                                      MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
                                      MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
                                      RFLink GW - Arduino Mega + RFLink Shield, 433mhz

                                      1 Reply Last reply
                                      0
                                      • hekH Online
                                        hekH Online
                                        hek
                                        Admin
                                        wrote on last edited by
                                        #379

                                        I have mailed the person responsible for the integration. Hope to get some answers tomorrow.

                                        1 Reply Last reply
                                        0
                                        • M Offline
                                          M Offline
                                          mickecarlsson
                                          wrote on last edited by mickecarlsson
                                          #380

                                          Allright, now it looks like I am getting them :+1:
                                          PCBs have been finished and are ready to be sent out.

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


                                          15

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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