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.
  • S SolderNewbie

    Hi,
    I‘m new to MySensors and the Newbie PCB. At the weekend I build my first sensor but I had one Problem. I want to use battery powered sensors so I’m using the 3.3V battery booster. I’m have connected/soltered everything and the Arduino was runing fine. But the NRF24-Module wasn’t working. I cheked it and there was no voltage at the Vcc pin of the NRF24. Then I found out, the NRF24 is only powered if the battery jumper is closed. If the battery jumper is opened there is not voltage at the NRF24 module and also not at the 3.3 pin of the MysX pin out. Ist this correct?I thought the NRF24 is powered by the battery booster by default. Or did I get it wrong?

    gohanG Offline
    gohanG Offline
    gohan
    Mod
    wrote on last edited by
    #167

    @SolderNewbie of course you need to close that jumper since you are using batteries.

    S 1 Reply Last reply
    0
    • sundberg84S sundberg84

      @sincze no worries. Good luck.

      sinczeS Offline
      sinczeS Offline
      sincze
      MySensors Evangelist
      wrote on last edited by sincze
      #168

      @sundberg84 tnx.
      I looked at the FAQ and could not find an explaination how to use the pins TX/RX.

      The following is now on my build list, but maybe if I can use TX/RX pins it will free something...

      1. LED RX=A05
      2. LED TX=D02
      3. Relay_1=A00
      4. Relay_2=A01
      5. Relay_3=A04
      6. Temp_D03 (total of 4, resistor currently already soldered into the wire)
      7. Door_Switch=D05
      8. Leakage_Switch=D06

      I tested the sketch on a Arduino Nano and it is working, now I need to convert everything to the Easy/Newbie PCB. ;-)

      sundberg84S 1 Reply Last reply
      0
      • gohanG gohan

        @SolderNewbie of course you need to close that jumper since you are using batteries.

        S Offline
        S Offline
        SolderNewbie
        wrote on last edited by
        #169

        @gohan
        But i want to power the NRF24 with the battery booster and not directly with the batteries. Is this possible? The NRF24 modules is working with 1.9V than i have to replace the batteries. But with the battery booster i can drain the batteries down to 0.4 V each!

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

          I think I did once a little mod for that case: I shorted Vin and Vout where the radio voltage regulator would be.

          PS but I shorted REG and not BAT

          S 1 Reply Last reply
          0
          • gohanG gohan

            I think I did once a little mod for that case: I shorted Vin and Vout where the radio voltage regulator would be.

            PS but I shorted REG and not BAT

            S Offline
            S Offline
            SolderNewbie
            wrote on last edited by
            #171

            @gohan Thanks for this hint!
            I put a jumper into Vo and Vi of the voltage regulator pins and shorten it, that's all! Not needed to shorten REG or BAT jumper! The Vi pin is connected to the Vo of the battery booster and the Vo of the voltage regulator pin is connected to Vcc of the NRF24 module.

            Maybe an idea for rev 10? Battery booster powered NRF24 module?

            sundberg84S 1 Reply Last reply
            0
            • S SolderNewbie

              @gohan Thanks for this hint!
              I put a jumper into Vo and Vi of the voltage regulator pins and shorten it, that's all! Not needed to shorten REG or BAT jumper! The Vi pin is connected to the Vo of the battery booster and the Vo of the voltage regulator pin is connected to Vcc of the NRF24 module.

              Maybe an idea for rev 10? Battery booster powered NRF24 module?

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

              @SolderNewbie

              If the battery jumper is opened there is not voltage at the NRF24 module and also not at the 3.3 pin of the MysX pin out. Ist this correct?I thought the NRF24 is powered by the battery booster by default. Or did I get it wrong?

              This is correct because you dont want to feed 3.3v from the booster to the radio. The radio is very sensitive to noise (which will be the case with the booster) and since the radio can handle down to 1.9v the pcb is used like the description How?>Battery 3.3v @ https://www.openhardware.io/view/4/EasyNewbie-PCB-for-MySensors. This will feed the vattery voltage only (not from Booster) and therefore not give noise to the radio.

              As mentioned above by @gohan its possible but not recommended... unless you got some really good modules you will end up with a 2m range on your radio (or no connection at all)

              Maybe an idea for rev 10? Battery booster powered NRF24 module?

              This is why Rev 1 and 2 never made it... I have been trying this out since 2014 and it just doesnt work. You might get lucky with 1 or 2 modules that works (or pay alot for low noise boosters which isnt my thought with EasyPCB).

              I would instead suggest lowering BOD and/or change bootloader.

              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

              gohanG S 2 Replies Last reply
              0
              • sinczeS sincze

                @sundberg84 tnx.
                I looked at the FAQ and could not find an explaination how to use the pins TX/RX.

                The following is now on my build list, but maybe if I can use TX/RX pins it will free something...

                1. LED RX=A05
                2. LED TX=D02
                3. Relay_1=A00
                4. Relay_2=A01
                5. Relay_3=A04
                6. Temp_D03 (total of 4, resistor currently already soldered into the wire)
                7. Door_Switch=D05
                8. Leakage_Switch=D06

                I tested the sketch on a Arduino Nano and it is working, now I need to convert everything to the Easy/Newbie PCB. ;-)

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

                @sincze

                use the pins TX/RX

                what do you mean? You can find the pins on the MysX connector (bottom left on the PCB). Instructions on how to use the pins isnt my cup of tea. You need to google that or you have to look at the arduino homepage.

                There isnt anything to convert from nano to EasyPCB (except to find the right pins). The sketch will work just fine as it is.

                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

                sinczeS 1 Reply Last reply
                0
                • sundberg84S sundberg84

                  @SolderNewbie

                  If the battery jumper is opened there is not voltage at the NRF24 module and also not at the 3.3 pin of the MysX pin out. Ist this correct?I thought the NRF24 is powered by the battery booster by default. Or did I get it wrong?

                  This is correct because you dont want to feed 3.3v from the booster to the radio. The radio is very sensitive to noise (which will be the case with the booster) and since the radio can handle down to 1.9v the pcb is used like the description How?>Battery 3.3v @ https://www.openhardware.io/view/4/EasyNewbie-PCB-for-MySensors. This will feed the vattery voltage only (not from Booster) and therefore not give noise to the radio.

                  As mentioned above by @gohan its possible but not recommended... unless you got some really good modules you will end up with a 2m range on your radio (or no connection at all)

                  Maybe an idea for rev 10? Battery booster powered NRF24 module?

                  This is why Rev 1 and 2 never made it... I have been trying this out since 2014 and it just doesnt work. You might get lucky with 1 or 2 modules that works (or pay alot for low noise boosters which isnt my thought with EasyPCB).

                  I would instead suggest lowering BOD and/or change bootloader.

                  gohanG Offline
                  gohanG Offline
                  gohan
                  Mod
                  wrote on last edited by
                  #174

                  @sundberg84 my cheap alixpress booster and CDEbyte NRF24 worked fine on my solar powered outdoor sensor

                  sundberg84S 1 Reply Last reply
                  0
                  • gohanG gohan

                    @sundberg84 my cheap alixpress booster and CDEbyte NRF24 worked fine on my solar powered outdoor sensor

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

                    @gohan as I said, I have been doing EasyPCB since 2014 and you might get lucky ;)

                    You need a great booster and a great radio - this works, but as we all know this combination when shopping from china is pure luck.

                    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
                    • gohanG Offline
                      gohanG Offline
                      gohan
                      Mod
                      wrote on last edited by
                      #176

                      I had to do it because the supercap can go to lower than 1.9V, but I noticed it wasn't that bad, probably because I was generous on ceramic caps 😀

                      sundberg84S 1 Reply Last reply
                      0
                      • gohanG gohan

                        I had to do it because the supercap can go to lower than 1.9V, but I noticed it wasn't that bad, probably because I was generous on ceramic caps 😀

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

                        @gohan - trust me, I have tried all the caps there are on the booster. I also have now recently checked with a oscilloscope but I cant see any major difference (in less noise vs with or without 0,1-10uF cap). I must admit I have more test to do in booster - EasyPCB (cap) so any input is appreciated but im not sure a bigger cap equals less noise. A smaller cap can react quicker than a big one i think and with that it means you have to find a balance with response - capacity. If so, I can see with the booster I have (bad quality) varies a lot on noise, and with that means you should need a different cap on every booster (depending on the noise).

                        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
                        • gohanG Offline
                          gohanG Offline
                          gohan
                          Mod
                          wrote on last edited by
                          #178

                          I have a 10uF ceramic on both booster output and near nrf24 socket and it has been working well. For battery powered nodes I'm moving to LiFePo4 batteries that have no need for booster and voltage divider. Much less hassle.

                          sundberg84S 1 Reply Last reply
                          0
                          • gohanG gohan

                            I have a 10uF ceramic on both booster output and near nrf24 socket and it has been working well. For battery powered nodes I'm moving to LiFePo4 batteries that have no need for booster and voltage divider. Much less hassle.

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

                            @gohan - yea, just as I said above. Moving to another battery or lower BOD/change bootloader is one good way to avoid booster problems. Good to hear its working well for you - lets hope it continues that way.

                            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
                            • sundberg84S sundberg84

                              @SolderNewbie

                              If the battery jumper is opened there is not voltage at the NRF24 module and also not at the 3.3 pin of the MysX pin out. Ist this correct?I thought the NRF24 is powered by the battery booster by default. Or did I get it wrong?

                              This is correct because you dont want to feed 3.3v from the booster to the radio. The radio is very sensitive to noise (which will be the case with the booster) and since the radio can handle down to 1.9v the pcb is used like the description How?>Battery 3.3v @ https://www.openhardware.io/view/4/EasyNewbie-PCB-for-MySensors. This will feed the vattery voltage only (not from Booster) and therefore not give noise to the radio.

                              As mentioned above by @gohan its possible but not recommended... unless you got some really good modules you will end up with a 2m range on your radio (or no connection at all)

                              Maybe an idea for rev 10? Battery booster powered NRF24 module?

                              This is why Rev 1 and 2 never made it... I have been trying this out since 2014 and it just doesnt work. You might get lucky with 1 or 2 modules that works (or pay alot for low noise boosters which isnt my thought with EasyPCB).

                              I would instead suggest lowering BOD and/or change bootloader.

                              S Offline
                              S Offline
                              SolderNewbie
                              wrote on last edited by
                              #180

                              @sundberg84 Thanks for clarification! Do you have any idea how long i can power a NRF24 module with two AA batteries until the voltage is to low?

                              sundberg84S 1 Reply Last reply
                              0
                              • S SolderNewbie

                                @sundberg84 Thanks for clarification! Do you have any idea how long i can power a NRF24 module with two AA batteries until the voltage is to low?

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

                                @SolderNewbie - it depends on many factors, but one example I have 2xAA, Pro Mini (Led and Voltage reg removed), DHT22, Voltage divider (for battery measurment), booster and sending temp & humidity + battery status every 15min should last 1-1.5 years.

                                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
                                • sundberg84S sundberg84

                                  @sincze

                                  use the pins TX/RX

                                  what do you mean? You can find the pins on the MysX connector (bottom left on the PCB). Instructions on how to use the pins isnt my cup of tea. You need to google that or you have to look at the arduino homepage.

                                  There isnt anything to convert from nano to EasyPCB (except to find the right pins). The sketch will work just fine as it is.

                                  sinczeS Offline
                                  sinczeS Offline
                                  sincze
                                  MySensors Evangelist
                                  wrote on last edited by sincze
                                  #182

                                  @sundberg84 Got it. In the end it I did not have to use them.

                                  All devices I was looking for to use are working except for my Dallas Temp Sensors.
                                  The resistor is between the wires VCC and DATA in the connectors so not soldered on the board itself.

                                  I checked if pin header
                                  D3 had connection with D3 on the arduino (beep),
                                  GND with GND on the arduino (beep),
                                  VCC with VCC on the arduino (beep) at 4,7v.

                                  So the connector should be okay (no soldering error this time). If I connect the wire to the old Arduino nano the temp sensors are found... Connect them to the PCB.. Nothing found. Well must be something stupid I am missing here right?.

                                  To check D3, I made an RX tranmission Led attached and it flashed fine. So it should be okay.

                                  sundberg84S 1 Reply Last reply
                                  0
                                  • sinczeS sincze

                                    @sundberg84 Got it. In the end it I did not have to use them.

                                    All devices I was looking for to use are working except for my Dallas Temp Sensors.
                                    The resistor is between the wires VCC and DATA in the connectors so not soldered on the board itself.

                                    I checked if pin header
                                    D3 had connection with D3 on the arduino (beep),
                                    GND with GND on the arduino (beep),
                                    VCC with VCC on the arduino (beep) at 4,7v.

                                    So the connector should be okay (no soldering error this time). If I connect the wire to the old Arduino nano the temp sensors are found... Connect them to the PCB.. Nothing found. Well must be something stupid I am missing here right?.

                                    To check D3, I made an RX tranmission Led attached and it flashed fine. So it should be okay.

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

                                    @sincze - that sounds strange.
                                    Is it the same sensor or could the dallas sensor be broken?
                                    Can you see anything in the debug/serial? /(Sometimes you can see -127 and so).

                                    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

                                    sinczeS 1 Reply Last reply
                                    0
                                    • sundberg84S sundberg84

                                      @sincze - that sounds strange.
                                      Is it the same sensor or could the dallas sensor be broken?
                                      Can you see anything in the debug/serial? /(Sometimes you can see -127 and so).

                                      sinczeS Offline
                                      sinczeS Offline
                                      sincze
                                      MySensors Evangelist
                                      wrote on last edited by
                                      #184

                                      @sundberg84 Strange thing is.. If I unplug the temp cable from the PCB and plug it into the NANO the sketch detects the sensor. The exact same sketch on the mini says "0 sensors found" as I just print the number of sensors detected.
                                      For debugging purposes If I would solder the resistor on the PCB and I have a different temp sensor with resistor within the cabling. Would that hurt (double resistors) ?
                                      Would I have to look for a specific voltage between D3 and GND ?

                                      sundberg84S 1 Reply Last reply
                                      0
                                      • sinczeS sincze

                                        @sundberg84 Strange thing is.. If I unplug the temp cable from the PCB and plug it into the NANO the sketch detects the sensor. The exact same sketch on the mini says "0 sensors found" as I just print the number of sensors detected.
                                        For debugging purposes If I would solder the resistor on the PCB and I have a different temp sensor with resistor within the cabling. Would that hurt (double resistors) ?
                                        Would I have to look for a specific voltage between D3 and GND ?

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

                                        @sincze - so it sounds like you have issues between pcb connector and A0 pin on the atmega328. You could try to do a continuitytest between that - and check soldering job on the MysX connector and on the back on the pro mini (A0)

                                        0_1510823476205_upload-31f0d5a6-9fc8-42a1-bf58-2a6d7f490457

                                        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

                                        sinczeS 1 Reply Last reply
                                        0
                                        • sundberg84S sundberg84

                                          @sincze - so it sounds like you have issues between pcb connector and A0 pin on the atmega328. You could try to do a continuitytest between that - and check soldering job on the MysX connector and on the back on the pro mini (A0)

                                          0_1510823476205_upload-31f0d5a6-9fc8-42a1-bf58-2a6d7f490457

                                          sinczeS Offline
                                          sinczeS Offline
                                          sincze
                                          MySensors Evangelist
                                          wrote on last edited by
                                          #186

                                          @sundberg84 Just for the check A0 or D3 (temp sensor)?
                                          As A0 is working, I have a relais attached to it. ;)

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


                                          10

                                          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