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. Easy/Newbie PCB for MySensors

Easy/Newbie PCB for MySensors

Scheduled Pinned Locked Moved Hardware
257 Posts 37 Posters 105.3k Views 38 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.
  • sundberg84S Offline
    sundberg84S Offline
    sundberg84
    Hardware Contributor
    wrote on last edited by
    #49

    @nunver - great idea with the labels for voltage reg - that makes it more userfriendly! Will do.
    Yes - REG should have a jumper connected.

    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
    • S Offline
      S Offline
      shabba
      wrote on last edited by
      #50

      What is the purpose of the Raw connection under the radio connection? Designed for a jumper to supply RAW to MYSX connection?
      Also any other caveats to be aware of when using RAW and a 3.3 mini and skipping the regulator?

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

        @shabba - Its a criteria of the MysX connector - to be able to switch RAW on/off from a daughter pcb. Nothing I have ever used and you dont have to think about it until you have a mother/daughter board.

        Using RAW input and the internal regulator on the arduino you need to bypass the "REG" jumper and also the external voltage regulator if i remember right.

        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
        • S Offline
          S Offline
          shabba
          wrote on last edited by
          #52

          @sundberg84 :+1:

          1 Reply Last reply
          0
          • B Offline
            B Offline
            BastienVH
            wrote on last edited by
            #53

            @sundberg84
            Hey, I've been having a bit of trouble lately.
            I've been trying to setup a node with your board which supports a PIR and a temp sensor (ds18b20).
            Since there is a spot for a resistor on D3 on your board, I attached the temp sensor to that pin.
            The PIR needs a pin that supports interrupts, so I connected that to D2.
            Here is where the confusion starts.
            If I read this page correctly, D2 is already in use for the radio.
            I only checked it after I soldered everything together and found out my PIR doesn't work (it always sends a 1-signal).

            Any thoughts on this?
            Is D2 really free for use on the board?

            Thanks!

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

              @BastienVH - D2 is connected, but at this point not used by the radio (unless its been changed very recently). On the PCB its connected though - so if you want to use this I suggest you do not solder that pin (ie disconnect it) from the PCB and try.

              If your PIR doesnt work you should start there... the cheap PIRS are very power sensitive (feed 5v not 3.3!! (you can modify this but standard is 5v!)) so check the connection with a multimeter. Try to connect only PIR and run a basic sketch to get that one to work. As you said you need to connect them to 2 or 3 if you want to use interrupt.

              Add some serial.println to get info out whats happeing with the PIR.

              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

              B 1 Reply Last reply
              0
              • sundberg84S sundberg84

                @BastienVH - D2 is connected, but at this point not used by the radio (unless its been changed very recently). On the PCB its connected though - so if you want to use this I suggest you do not solder that pin (ie disconnect it) from the PCB and try.

                If your PIR doesnt work you should start there... the cheap PIRS are very power sensitive (feed 5v not 3.3!! (you can modify this but standard is 5v!)) so check the connection with a multimeter. Try to connect only PIR and run a basic sketch to get that one to work. As you said you need to connect them to 2 or 3 if you want to use interrupt.

                Add some serial.println to get info out whats happeing with the PIR.

                B Offline
                B Offline
                BastienVH
                wrote on last edited by
                #55

                @sundberg84
                About D2: you mean I shouldn't solder the IRQ of the radio to the board?
                I will try that next time.

                I've been testing the PIR with a nano and the 3.3V it supplies and that works fine.
                If I take VCC or ground (or both) from the board with booster, the PIR starts acting up.
                I guess I'll have to try some more if I want to get to the bottom of things.

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

                  @BastienVH I have tried the normal china-pir (HC-SR501) on 3.3v and it does not work very well. I got random on/off or just strange behaivour. See specs! Voltage is 5V – 20V if you dont modify it (there are some threads on the forum).

                  The easiest way is to remove the pin for D2 on the arduino pinhead.

                  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
                  • D Offline
                    D Offline
                    danivalencia
                    wrote on last edited by danivalencia
                    #57

                    @sundberg84 Any idea why I've received a "2nd version" of your Rev.8 from PCBWay for free? By free I mean that I bought 10x your Rev.8 about 2 months ago (Black in the photo), but today I've got a package from China and when I opened I got that other PCB that I haven't ordered :confused:
                    I don't see any changes regarding the radio capacitor. Any clue? 0_1465478705931_IMG_6741.jpg

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

                      @danivalencia - sorry for late reply, I think @hek can help you. Give him a chat about this.

                      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

                      D 1 Reply Last reply
                      0
                      • sundberg84S sundberg84

                        @danivalencia - sorry for late reply, I think @hek can help you. Give him a chat about this.

                        D Offline
                        D Offline
                        danivalencia
                        wrote on last edited by
                        #59

                        @sundberg84 No worry, I talked with hek and he finded that was a pcbway mistake. BTW...very good job with the PCB, I'm using it with a lot of my sensors :wink:

                        1 Reply Last reply
                        0
                        • Lior RubinL Offline
                          Lior RubinL Offline
                          Lior Rubin
                          wrote on last edited by
                          #60

                          Hi there !

                          @sundberg84 very nice job ! :)
                          is there any plan to fit the board for the Arduino Nano (5V) ?

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

                            @Lior-Rubin - Not at this point.
                            What would be the benefits compared to Pro Mini?
                            Nano can only handle 5v input and not 3.3.

                            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

                            Lior RubinL 1 Reply Last reply
                            1
                            • sundberg84S sundberg84

                              @Lior-Rubin - Not at this point.
                              What would be the benefits compared to Pro Mini?
                              Nano can only handle 5v input and not 3.3.

                              Lior RubinL Offline
                              Lior RubinL Offline
                              Lior Rubin
                              wrote on last edited by
                              #62

                              @sundberg84 Nothing special behalf of the face that it easier to program it (it has mini USB onboard).

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

                                @Lior-Rubin Yes - you are right, the Nano is easier.
                                But I want to stick with the pro mini and the advantages with both a 3.3 and a 5v version for both battery operations and regulated power. You are free if you like to modify my design to your wish and add a Nano instead. If you need any help just ask!

                                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

                                Lior RubinL 1 Reply Last reply
                                1
                                • sundberg84S sundberg84

                                  @Lior-Rubin Yes - you are right, the Nano is easier.
                                  But I want to stick with the pro mini and the advantages with both a 3.3 and a 5v version for both battery operations and regulated power. You are free if you like to modify my design to your wish and add a Nano instead. If you need any help just ask!

                                  Lior RubinL Offline
                                  Lior RubinL Offline
                                  Lior Rubin
                                  wrote on last edited by
                                  #64

                                  @sundberg84 Thanks, I'll try to play with the Pro Mini :)
                                  BTW - can you recommend for good supplier from eBay\AliExpress\Etc. ?

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

                                    @Lior-Rubin - For components i pretty much use the links from www.mysensors.com/store
                                    Dont forget to order a fdti programmer :)

                                    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

                                    Lior RubinL 1 Reply Last reply
                                    0
                                    • sundberg84S sundberg84

                                      @Lior-Rubin - For components i pretty much use the links from www.mysensors.com/store
                                      Dont forget to order a fdti programmer :)

                                      Lior RubinL Offline
                                      Lior RubinL Offline
                                      Lior Rubin
                                      wrote on last edited by
                                      #66

                                      @sundberg84 I have all these ... I meant for the Pro Mini 3.3V that you used in your design.
                                      I ordered some from Chinese supplier but the board was damaged ( cannot upload sketches to them).

                                      where did you get yours ?

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

                                        @Lior-Rubin - 3 batches from china, link in mysensor store - worked great for me.

                                        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
                                        • BarnaB Offline
                                          BarnaB Offline
                                          Barna
                                          wrote on last edited by
                                          #68

                                          Hi, I have received the PCBs, it is good help.
                                          (3.3v mini with battery powering)
                                          I have wiring problem. How could I connect radio's power input to boosted powering source to get stable 3.3v?
                                          thanks

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


                                          14

                                          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