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. 💬 NRF2RFM69

💬 NRF2RFM69

Scheduled Pinned Locked Moved OpenHardware.io
rfm69adapterconverternrf24l01
113 Posts 29 Posters 30.4k Views 24 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.
  • M Markus.

    @gohan :-( any idea what else I can do/check ?

    alexsh1A Offline
    alexsh1A Offline
    alexsh1
    wrote on last edited by alexsh1
    #73

    @Markus. You have an RF issue. Typically for nrf24l01+ I'd use a different power supply or a different module.

    Are you sure both modules are set to the same channel and frequency? What antennas are you using?
    Do you have HW modules?

    M 1 Reply Last reply
    0
    • alexsh1A alexsh1

      @Markus. You have an RF issue. Typically for nrf24l01+ I'd use a different power supply or a different module.

      Are you sure both modules are set to the same channel and frequency? What antennas are you using?
      Do you have HW modules?

      M Offline
      M Offline
      Markus.
      wrote on last edited by Markus.
      #74

      @alexsh1 I use at the Moment RFm69W 868 modules not NRF. Because the RFMs are mounted on the NRF connector on an EasyPCB. I use at the Moment single wire antennas with a lenght of 8,3 cm.

      alexsh1A 1 Reply Last reply
      0
      • M Markus.

        @alexsh1 I use at the Moment RFm69W 868 modules not NRF. Because the RFMs are mounted on the NRF connector on an EasyPCB. I use at the Moment single wire antennas with a lenght of 8,3 cm.

        alexsh1A Offline
        alexsh1A Offline
        alexsh1
        wrote on last edited by
        #75

        @Markus and channel and freq? are they the same in your sketch?

        M 1 Reply Last reply
        0
        • alexsh1A alexsh1

          @Markus and channel and freq? are they the same in your sketch?

          M Offline
          M Offline
          Markus.
          wrote on last edited by
          #76

          @alexsh1 should be, becaus ist not defined explicit in the Sketch. By Default in the MYS Lib 2.2 dev is it 868 mhz. And when i try to define the frequency in the Sketch. Like #define MY_RFM69_FREQUENCY RF69_868MHZ
          I get the error message. 'RF69_868MHZ' was not declared in this scope

          mfalkviddM 1 Reply Last reply
          0
          • M Markus.

            @alexsh1 should be, becaus ist not defined explicit in the Sketch. By Default in the MYS Lib 2.2 dev is it 868 mhz. And when i try to define the frequency in the Sketch. Like #define MY_RFM69_FREQUENCY RF69_868MHZ
            I get the error message. 'RF69_868MHZ' was not declared in this scope

            mfalkviddM Offline
            mfalkviddM Offline
            mfalkvidd
            Mod
            wrote on last edited by
            #77

            @Markus. try RFM69_868MHZ (RF69 -> RFM69)

            M 1 Reply Last reply
            0
            • mfalkviddM mfalkvidd

              @Markus. try RFM69_868MHZ (RF69 -> RFM69)

              M Offline
              M Offline
              Markus.
              wrote on last edited by
              #78

              @mfalkvidd you are right... Ist now added in the GW and node Sketch, but still the same Problem.

              1 Reply Last reply
              0
              • M Offline
                M Offline
                Markus.
                wrote on last edited by
                #79

                I think at the end will it be a power problem. It seems that the sensor node powered with 2x AA cells can not handle the Radio on TX/RX. The same on the Gateway site which is also a Easy PBB powered fom the FTDI Connector connected to USB. The question now is how can i fix this power Problems ? Or more, how can i make sure that this is definitly not the reason.

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

                  Try bigger capacitor

                  M 1 Reply Last reply
                  0
                  • gohanG gohan

                    Try bigger capacitor

                    M Offline
                    M Offline
                    Markus.
                    wrote on last edited by
                    #81

                    @gohan 10uF electrolyt cap direct on the radios already tierd beside the 4,7uF on the Radio socket.

                    M 1 Reply Last reply
                    0
                    • M Markus.

                      @gohan 10uF electrolyt cap direct on the radios already tierd beside the 4,7uF on the Radio socket.

                      M Offline
                      M Offline
                      Markus.
                      wrote on last edited by Markus.
                      #82

                      @gohan ohhhh helllll... its working.. As usual.. the Problem was infront of the Monitor... :-) So, two Problems. the first mistake i did was to use a HW module as Gateway. The power source was a FTDI adaptor which has only max Output current of 50mA (HW module Needs 120mA Minimum). The result was randomly reboot of the Gateway. The second and main Problem was the Jumper of the IRQ on the Easy PCB boards. I checked only the domumentation and there is the Jumper wrong descriped. So i placed the Jumper wrong. I have corrected this now on my two test boards and use a W module on the Gateway.. now its working :-)
                      Many thanks for all the Patience... :-)

                      gohanG 1 Reply Last reply
                      0
                      • M Markus.

                        @gohan ohhhh helllll... its working.. As usual.. the Problem was infront of the Monitor... :-) So, two Problems. the first mistake i did was to use a HW module as Gateway. The power source was a FTDI adaptor which has only max Output current of 50mA (HW module Needs 120mA Minimum). The result was randomly reboot of the Gateway. The second and main Problem was the Jumper of the IRQ on the Easy PCB boards. I checked only the domumentation and there is the Jumper wrong descriped. So i placed the Jumper wrong. I have corrected this now on my two test boards and use a W module on the Gateway.. now its working :-)
                        Many thanks for all the Patience... :-)

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

                        @Markus. said in 💬 NRF2RFM69:

                        I checked only the domumentation and there is the Jumper wrong descriped

                        Where is it wrong described?

                        M 1 Reply Last reply
                        0
                        • gohanG gohan

                          @Markus. said in 💬 NRF2RFM69:

                          I checked only the domumentation and there is the Jumper wrong descriped

                          Where is it wrong described?

                          M Offline
                          M Offline
                          Markus.
                          wrote on last edited by Markus.
                          #84

                          @gohan the arrow goes to the Jumper close to the cap on the NRF socket.
                          [link text]https://www.openhardware.io/view/4/EasyNewbie-PCB-for-MySensors(link url)
                          But the other Jumper isthe right one . Well, could be also wrong interpreted frommy site, however ist now working and the range is also fine so far...

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

                            you are right, the picture has an error, but the pcb has the right labels. Maybe @sundberg84 may fix the picture :)

                            M 1 Reply Last reply
                            0
                            • gohanG gohan

                              you are right, the picture has an error, but the pcb has the right labels. Maybe @sundberg84 may fix the picture :)

                              M Offline
                              M Offline
                              Markus.
                              wrote on last edited by
                              #86

                              @gohan yes and i didn't checked the PCB Label...shit happends

                              sundberg84S 1 Reply Last reply
                              0
                              • M Markus.

                                @gohan yes and i didn't checked the PCB Label...shit happends

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

                                @Markus. Sorry, this is because it was changed from Rev 8 to Rev 9 and the location of the IRQ jumper is changed. I will try to update to REV 9 pictures only.

                                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
                                • J Offline
                                  J Offline
                                  jostor
                                  wrote on last edited by
                                  #88

                                  @tbowmo

                                  @tbowmo said in 💬 NRF2RFM69:

                                  I've added the panel design to dirtypcb's store.. So just order it from the following link

                                  http://dirtypcbs.com/view.php?share=16378&accesskey=4e199dccdf623eab0c90fddbc4786f80

                                  I ordered PCBs from dirtypcbs via the link above. But just now I got this message from dirtypcb:
                                  "Problems Drill holes don't match with the solder pads."
                                  Do you know why?

                                  Thanks for your help!

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

                                    I got them from seeed studio, no problem

                                    J 1 Reply Last reply
                                    0
                                    • gohanG gohan

                                      I got them from seeed studio, no problem

                                      J Offline
                                      J Offline
                                      jostor
                                      wrote on last edited by
                                      #90

                                      @gohan But then I guess you didn't use the panel version?
                                      From what I can see it looks like the drill file in the panel version is missing the drill holes on the board itself. It looks like it only contains the drill holes between the cards? I am not sure, and has little experience with drill files and pcb design, but it looks like this when I open the drill file (and the profile layer, .gml-file) in gerbview in kicad:
                                      0_1516022887876_de7ec221-3c6f-4fba-ba8f-def608ce3788-image.png

                                      From what I can see the drill holes on the boards itself is missing, but I guess there are others that have ordered this panel version from dirtypcbs, so I find it strange that there should be an error.

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

                                        @jostor

                                        That sounds weird, as I haven't touched the files at dirtypcb for the last couple of years.. And I got a notification from dirtypcb the other day, that another set was successfully ordered..

                                        Perhaps it's a fluke in their system?

                                        1 Reply Last reply
                                        0
                                        • J Offline
                                          J Offline
                                          jostor
                                          wrote on last edited by
                                          #92

                                          @tbowmo
                                          OK. Then I guess the files are OK, and that the error is in dirtypcb's system. Thanks!
                                          But what about the drill file on your github. Why am I not seeing the drill holes on the card itself when I am opening it? Shouldn't they be a part of the drill file?

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


                                          12

                                          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