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. 💬 MySensors Gateway for Raspberry PI

💬 MySensors Gateway for Raspberry PI

Scheduled Pinned Locked Moved OpenHardware.io
raspberrymysensors gateway
49 Posts 14 Posters 9.6k Views 12 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.
  • gohanG Offline
    gohanG Offline
    gohan
    Mod
    wrote on last edited by
    #30

    Why do you need to have it compatible with the C version?

    H 1 Reply Last reply
    0
    • gohanG gohan

      Why do you need to have it compatible with the C version?

      H Offline
      H Offline
      hiddenuser
      wrote on last edited by
      #31

      @gohan I have a lot c version with me :)

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

        Are there any news on this project?

        1 Reply Last reply
        0
        • pepsonP Offline
          pepsonP Offline
          pepson
          wrote on last edited by
          #33

          Hi
          Can i replace AP1117 to AMS1117 ?

          1 Reply Last reply
          0
          • pepsonP Offline
            pepsonP Offline
            pepson
            wrote on last edited by
            #34

            And we can use in one gateway radio RFM69HW and NRF24L01 ? And use node with radio 2,4GHz and node with RFM69HW ?

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

              I have both radio modules working on my raspberry

              1 Reply Last reply
              0
              • pepsonP Offline
                pepsonP Offline
                pepson
                wrote on last edited by
                #36

                Can you give me more info how configure it and build ?

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

                  Look on the link on the opening post

                  pepsonP 1 Reply Last reply
                  0
                  • gohanG gohan

                    Look on the link on the opening post

                    pepsonP Offline
                    pepsonP Offline
                    pepson
                    wrote on last edited by pepson
                    #38

                    @gohan
                    You mean this
                    https://www.openhardware.io/view/470/MySensors-Gateway-for-Raspberry-PI

                    Install RFM69HW and then create the same for NRF24L01 on SPI1 ?

                    1 Reply Last reply
                    1
                    • llegoffL Offline
                      llegoffL Offline
                      llegoff
                      wrote on last edited by
                      #39

                      hello,
                      i have update the description page (it is not automaticaly syncronize with my github page)

                      OK for AMS1117-3.3

                      1 Reply Last reply
                      1
                      • pepsonP Offline
                        pepsonP Offline
                        pepson
                        wrote on last edited by
                        #40

                        What you update info ?

                        1 Reply Last reply
                        0
                        • llegoffL Offline
                          llegoffL Offline
                          llegoff
                          wrote on last edited by
                          #41

                          edit file Makefile : replace the string mysgw by mysgwSecond (in nano use Ctrl + \ )

                          copy file initscripts/mysgw.systemd and initscripts/mysgwSecond.sysvinit to initscripts/mysgwSecond.systemd and initscripts/mysgwSecond.sysvinit

                          cp initscripts/mysgw.systemd initscripts/mysgwSecond.systemd
                          cp initscripts/mysgwSecond.sysvinit initscripts/mysgwSecond.sysvinit
                          edit file initscripts/mysgwSecond.systemd and initscripts/mysgwSecond.sysvinit : replace the string mysgw by mysgwSecond (in nano use Ctrl + \ ) and replace the string MySensors Gateway by MySensors Gateway 2

                          1 Reply Last reply
                          1
                          • S Offline
                            S Offline
                            sineverba
                            Hardware Contributor
                            wrote on last edited by
                            #42

                            Wonderful project... I did re-create on Eagle. First radio (RFM) works very well. Second instance, I got a wonderful... "Can't open SPI device: /dev/spidev1.0". After editing the boot/config.txt, need to reboot? Thank you very much

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              sineverba
                              Hardware Contributor
                              wrote on last edited by
                              #43

                              Oh, also, need to re-write the instructions. In --development branch nowadays there is no option "-d" default start in debug mode... Just to help you wuth mantain instructions aligned

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

                                You need reboot

                                1 Reply Last reply
                                1
                                • S sineverba

                                  Oh, also, need to re-write the instructions. In --development branch nowadays there is no option "-d" default start in debug mode... Just to help you wuth mantain instructions aligned

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

                                  @sineverba instructions are aligned with the current stable version. We would confuse people mightily if the instructions did not work with stable.

                                  S 1 Reply Last reply
                                  0
                                  • mfalkviddM mfalkvidd

                                    @sineverba instructions are aligned with the current stable version. We would confuse people mightily if the instructions did not work with stable.

                                    S Offline
                                    S Offline
                                    sineverba
                                    Hardware Contributor
                                    wrote on last edited by
                                    #46

                                    @mfalkvidd said in 💬 MySensors Gateway for Raspberry PI:

                                    @sineverba instructions are aligned with the current stable version. We would confuse people mightily if the instructions did not work with stable.

                                    You write use development. ATM development doen't have anymore the -d flag ... But not a big problem at the end

                                    mfalkviddM 1 Reply Last reply
                                    0
                                    • S sineverba

                                      @mfalkvidd said in 💬 MySensors Gateway for Raspberry PI:

                                      @sineverba instructions are aligned with the current stable version. We would confuse people mightily if the instructions did not work with stable.

                                      You write use development. ATM development doen't have anymore the -d flag ... But not a big problem at the end

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

                                      @sineverba oh. I didn't know that. Sorry. where do we write to use development?

                                      S 1 Reply Last reply
                                      0
                                      • mfalkviddM mfalkvidd

                                        @sineverba oh. I didn't know that. Sorry. where do we write to use development?

                                        S Offline
                                        S Offline
                                        sineverba
                                        Hardware Contributor
                                        wrote on last edited by
                                        #48

                                        @mfalkvidd I'm Sorry. For error I did confuse "official" page with OpenHardware project for double gateway. Sorry 😖

                                        mfalkviddM 1 Reply Last reply
                                        0
                                        • S sineverba

                                          @mfalkvidd I'm Sorry. For error I did confuse "official" page with OpenHardware project for double gateway. Sorry 😖

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

                                          @sineverba I see :) Thanks for clarifying.

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


                                          13

                                          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