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 306.2k 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.
  • AnticimexA Anticimex

    @kiesel It is a SOT23 if I remember correctly. There are only 3 pins, no pad underneath so soldering should be easy.
    Perhaps the copper you see is part of a ground plane? It will not connect to the signing chip in any case.

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

    @Anticimex @kiesel - yes, you are right - i mixed it up with the flash chip. Signing should be good - no issues reported (i have had several boards myself working fine).

    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
    • K Offline
      K Offline
      kiesel
      wrote on last edited by
      #704

      @Anticimex ,@sundberg84

      Thanks for the help, I think I was looking at the wrong chip. The one I considered byuing had 6 legs, not only 3. I was thrown off by the easypcb having what appears to be 7 soldering points in the signing area.

      AnticimexA 1 Reply Last reply
      0
      • K kiesel

        @Anticimex ,@sundberg84

        Thanks for the help, I think I was looking at the wrong chip. The one I considered byuing had 6 legs, not only 3. I was thrown off by the easypcb having what appears to be 7 soldering points in the signing area.

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

        @kiesel Beware that I believe the 6 leg chip is I2C which is not supported. Only the 3 leg SWI variant is supported.

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

        1 Reply Last reply
        1
        • M Offline
          M Offline
          Mr_sensor
          wrote on last edited by
          #706

          I'm not sure if this is the right place to ask. But it seems right to me :)
          Hi I have e few of the Easy/Newbie-pcb working for some time with good effort. One of them even in a shed at 20 - 25 meters in the garden which is fairly good isolated. Sending Temp/Hum/battery level. And the Gateway is in the house on the first floor behind a door in a wardrobe.

          Now I have a second shed which is behind the fist shed. Also very good isolated. The pcb I have in there is not reaching the gateway (it did before until the battery was empty).
          Can I have the pcb in the first shed also working as an extender, so the second pcb will be able to send out topics to the gateway as well? What to add to my code to achieve that?

          Nca78N 1 Reply Last reply
          0
          • M Mr_sensor

            I'm not sure if this is the right place to ask. But it seems right to me :)
            Hi I have e few of the Easy/Newbie-pcb working for some time with good effort. One of them even in a shed at 20 - 25 meters in the garden which is fairly good isolated. Sending Temp/Hum/battery level. And the Gateway is in the house on the first floor behind a door in a wardrobe.

            Now I have a second shed which is behind the fist shed. Also very good isolated. The pcb I have in there is not reaching the gateway (it did before until the battery was empty).
            Can I have the pcb in the first shed also working as an extender, so the second pcb will be able to send out topics to the gateway as well? What to add to my code to achieve that?

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

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

            Can I have the pcb in the first shed also working as an extender, so the second pcb will be able to send out topics to the gateway as well? What to add to my code to achieve that?

            Hello,
            you must program it to be a repeater. Of course it will need to have radio on all the time, so it cannot be battery-powered.
            https://www.mysensors.org/download/sensor_api_20#create-repeating-nodes

            1 Reply Last reply
            1
            • B Offline
              B Offline
              benhub
              wrote on last edited by
              #708

              I'm thinking about switching to RFM69 with some of my nodes. From what I saw, RFM69 uses the same pins as nrf24l01 (except for pin 9 on Arduino). So, theoretically, would it be possible to connect the RFM69 to the nrf24l01 Easy PCB board (Rev 10) — of course, I will not fit directly and I have to create some adapter. But it should be possible, right?

              sundberg84S 1 Reply Last reply
              0
              • B benhub

                I'm thinking about switching to RFM69 with some of my nodes. From what I saw, RFM69 uses the same pins as nrf24l01 (except for pin 9 on Arduino). So, theoretically, would it be possible to connect the RFM69 to the nrf24l01 Easy PCB board (Rev 10) — of course, I will not fit directly and I have to create some adapter. But it should be possible, right?

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

                @benhub - hello!
                You need some sort of adapter, the use similar pins but not in the same order/layout.
                Here is a suggestion for adapter: https://www.openhardware.io/view/601/NRF24-to-RFM69-converter

                But... you know there is a RFM version of the EasyPCB right?
                https://www.openhardware.io/view/389/EasyNewbie-PCB-RFM69-HWW-edition-for-MySensors

                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

                  @benhub - hello!
                  You need some sort of adapter, the use similar pins but not in the same order/layout.
                  Here is a suggestion for adapter: https://www.openhardware.io/view/601/NRF24-to-RFM69-converter

                  But... you know there is a RFM version of the EasyPCB right?
                  https://www.openhardware.io/view/389/EasyNewbie-PCB-RFM69-HWW-edition-for-MySensors

                  B Offline
                  B Offline
                  benhub
                  wrote on last edited by
                  #710

                  @sundberg84 Cool! Thanks for your quick response!

                  But... you know there is a RFM version of the EasyPCB right?

                  Yes, I know, but I already have nrf24 boards at home which I want to use too. So cool that it should be possible.

                  sundberg84S 1 Reply Last reply
                  0
                  • B benhub

                    @sundberg84 Cool! Thanks for your quick response!

                    But... you know there is a RFM version of the EasyPCB right?

                    Yes, I know, but I already have nrf24 boards at home which I want to use too. So cool that it should be possible.

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

                    @benhub - ok, there are some things you need to consider, and that is the space of the adapter.
                    I read now i "suggested" this adapter, but let me clear it it is not tested, maybe a language barrier from my side.

                    You need to consider that it fits in the board and do not crash into other compontens, like the arduino.
                    If it does, you maybe need to consider some other board or even build one.

                    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
                    • K Offline
                      K Offline
                      koumac77
                      wrote on last edited by
                      #712
                      This post is deleted!
                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        koumac77
                        wrote on last edited by
                        #713

                        Hello,

                        I want to dive in home automation using home assistant and MySensors DIY modules
                        I decided to order your boards from pcbway.com but when I select it, there is sql error
                        I discussed with their support but they were not able to find your PCB....
                        Can you give me an url link to order your 10x PCB from them ?
                        Thanks a lot for your design/support.
                        JC

                        I am looking for the Nrf24l01+ edition of EasyPCB
                        but could you tell me if It would be better to go with the RFM69 transceiver version ?
                        What are the pro and cons for Nrf24l01+ and RFM69 transceiver ?
                        Could there be a problem with WIFI objects using Nrf24l01+ ?

                        1 Reply Last reply
                        0
                        • K Offline
                          K Offline
                          koumac77
                          wrote on last edited by
                          #714

                          After new exchanges with PCBWay support,
                          problem fixed : i was able to order the 10x PCBEasy from PCBWay store.

                          Hoping to have some answers for best choice between Nrf24l01+ and RFM69 transceivers.
                          I am in France

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

                            What version of the PCB did you order? The NRF24 or the RFM69?
                            I used the NRF24 but found it very unreliable and swapped all my sensors to RFM69.
                            As almost every NRF24 from china is fake you will find out that the range between sensor and gateway is a couple of meters.
                            The RFM69 (on 868 MHz) will have a range up to 50 meters and above. If used indoors it will easy go over 30 meters.

                            K 1 Reply Last reply
                            0
                            • M mickecarlsson

                              What version of the PCB did you order? The NRF24 or the RFM69?
                              I used the NRF24 but found it very unreliable and swapped all my sensors to RFM69.
                              As almost every NRF24 from china is fake you will find out that the range between sensor and gateway is a couple of meters.
                              The RFM69 (on 868 MHz) will have a range up to 50 meters and above. If used indoors it will easy go over 30 meters.

                              K Offline
                              K Offline
                              koumac77
                              wrote on last edited by
                              #716

                              @mickecarlsson , thanks for your answer and help

                              I ordered the NRF24 version
                              So , will cancel it and order RFM69 version

                              Cheers,
                              JC

                              1 Reply Last reply
                              1
                              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.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