Skip to content
  • 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. Announcements
  3. πŸ’¬ Building a Raspberry Pi Gateway
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

πŸ’¬ Building a Raspberry Pi Gateway

Scheduled Pinned Locked Moved Announcements
1.1k Posts 173 Posters 422.5k Views 131 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.
  • LaMB95L LaMB95

    @marceloaqno !0_1484503346236_Screen Shot 2017-01-15 at 10.01.01 PM.png
    0_1484503640735_Screen Shot 2017-01-15 at 10.06.53 PM.png
    Is this what you meant?

    M Offline
    M Offline
    marceloaqno
    Code Contributor
    wrote on last edited by
    #291

    @LaMB95 No, I meant the options you used when you ran ./configure

    LaMB95L 1 Reply Last reply
    0
    • tianaT tiana

      Is it possible to use the second ISP on my raspberypi 3 to connect NRF24L01+ and what will be the wiring diagram, also what have to change in mygsw library

      M Offline
      M Offline
      marceloaqno
      Code Contributor
      wrote on last edited by
      #292

      @tiana
      "The Broadcom SoC has three independant SPI interfaces, however only one of these is brought out to the GPIO connector, and that one SPI interface has 2 Chip enable lines."
      More info here: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=22608

      1 Reply Last reply
      0
      • marceltrapmanM marceltrapman

        @marceloaqno and the same from the controller to the gateway gives the same error on that port :(

        marceltrapmanM Offline
        marceltrapmanM Offline
        marceltrapman
        Mod
        wrote on last edited by marceltrapman
        #293

        @marceloaqno from the docs I assume it is the gateway that has to open up port 5003 but I guess it does not because it can't connect to the ethernet (for some reason) or am I wrong?

        Fulltime Servoy Developer
        Parttime Moderator MySensors board

        I use Domoticz as controller for Z-Wave and MySensors (previously Indigo and OpenHAB).
        I have a FABtotum to print cases.

        marceltrapmanM M 2 Replies Last reply
        0
        • M marceloaqno

          @Reza Yes, you can use rs485 in the RPi.

          ./configure --my-transport=rs485 --my-rs485-serial-port=<YOUR_SERIAL_PORT>
          

          For more options, run:

          ./configure -h
          
          R Offline
          R Offline
          Reza
          wrote on last edited by
          #294

          @marceloaqno
          i means that without arduino and usb port, similar to raspberry gateway ( raspberry +nrf24)
          i means connect rs485 module to GPIO raspberry pi :) with domoticz

          M 1 Reply Last reply
          0
          • M marceloaqno

            @LaMB95 No, I meant the options you used when you ran ./configure

            LaMB95L Offline
            LaMB95L Offline
            LaMB95
            wrote on last edited by LaMB95
            #295

            @marceloaqno 0_1484505404805_Screen Shot 2017-01-15 at 10.36.17 PM.png

            I m sorry I m new to using a raspberry pi and its for a project.
            But if this is not what you asked for could you be a little more specific :$1_1484506047866_Screen Shot 2017-01-15 at 10.46.49 PM.png 0_1484506047866_Screen Shot 2017-01-15 at 10.46.35 PM.png

            1 Reply Last reply
            0
            • E Offline
              E Offline
              ericvdb
              wrote on last edited by
              #296

              use sudo ;)

              LaMB95L 1 Reply Last reply
              0
              • marceltrapmanM marceltrapman

                @marceloaqno from the docs I assume it is the gateway that has to open up port 5003 but I guess it does not because it can't connect to the ethernet (for some reason) or am I wrong?

                marceltrapmanM Offline
                marceltrapmanM Offline
                marceltrapman
                Mod
                wrote on last edited by
                #297

                Oh and one other thing, when I set the gateway up for MQTT it works.

                Fulltime Servoy Developer
                Parttime Moderator MySensors board

                I use Domoticz as controller for Z-Wave and MySensors (previously Indigo and OpenHAB).
                I have a FABtotum to print cases.

                1 Reply Last reply
                0
                • marceltrapmanM marceltrapman

                  @marceloaqno from the docs I assume it is the gateway that has to open up port 5003 but I guess it does not because it can't connect to the ethernet (for some reason) or am I wrong?

                  M Offline
                  M Offline
                  marceloaqno
                  Code Contributor
                  wrote on last edited by
                  #298

                  @marceltrapman

                  If you use the --my-controller-ip-address= option, the gateway will act as a client and attempt to conect to the supplied ip and port. If you want the gateway to open port 5003, omit this option.

                  marceltrapmanM 1 Reply Last reply
                  0
                  • R Reza

                    @marceloaqno
                    i means that without arduino and usb port, similar to raspberry gateway ( raspberry +nrf24)
                    i means connect rs485 module to GPIO raspberry pi :) with domoticz

                    M Offline
                    M Offline
                    marceloaqno
                    Code Contributor
                    wrote on last edited by
                    #299

                    @Reza You could connect the rs485 to the RPi UART and use the option --my-rs485-serial-port=/dev/ttyAMA0, but you need to turning off the UART functioning as a serial console.

                    Or, to make things easier:
                    rs485 <==> TTL/USB <==> RPi

                    R 1 Reply Last reply
                    1
                    • M marceloaqno

                      @Reza You could connect the rs485 to the RPi UART and use the option --my-rs485-serial-port=/dev/ttyAMA0, but you need to turning off the UART functioning as a serial console.

                      Or, to make things easier:
                      rs485 <==> TTL/USB <==> RPi

                      R Offline
                      R Offline
                      Reza
                      wrote on last edited by
                      #300

                      @marceloaqno
                      i am beginner and i can not turning off the UART functioning. . . also on some board usb port after power off/on lost and i should disconnect/connect cable... i test your steps serial gateway with raspberry and GPIO with virtual usb serial . and i see this problem solve and after power off/on gateway is connect .
                      i suggest that you add this commands to page of rs485 gateway step by step and update this .
                      (https://www.mysensors.org/build/rs485)

                      I thank you for hard working and trying

                      b0rmannB 1 Reply Last reply
                      0
                      • R Reza

                        @marceloaqno
                        i am beginner and i can not turning off the UART functioning. . . also on some board usb port after power off/on lost and i should disconnect/connect cable... i test your steps serial gateway with raspberry and GPIO with virtual usb serial . and i see this problem solve and after power off/on gateway is connect .
                        i suggest that you add this commands to page of rs485 gateway step by step and update this .
                        (https://www.mysensors.org/build/rs485)

                        I thank you for hard working and trying

                        b0rmannB Offline
                        b0rmannB Offline
                        b0rmann
                        wrote on last edited by b0rmann
                        #301

                        @Reza

                        if you want use rpi /dev/ttyAMA0 for rs485 gateway -

                        1. remove string "console=serial0,115200" from /boot/cmdline.txt
                        2. add strings "enable_uart=1" and "dtoverlay=pi3-disable-bt" to /boot/config.txt (only on rpi3)
                        3. reboot raspi
                        R 1 Reply Last reply
                        1
                        • M marceloaqno

                          @marceltrapman

                          If you use the --my-controller-ip-address= option, the gateway will act as a client and attempt to conect to the supplied ip and port. If you want the gateway to open port 5003, omit this option.

                          marceltrapmanM Offline
                          marceltrapmanM Offline
                          marceltrapman
                          Mod
                          wrote on last edited by marceltrapman
                          #302

                          @marceloaqno nice, working now :+1:

                          Thank you...

                          Fulltime Servoy Developer
                          Parttime Moderator MySensors board

                          I use Domoticz as controller for Z-Wave and MySensors (previously Indigo and OpenHAB).
                          I have a FABtotum to print cases.

                          1 Reply Last reply
                          0
                          • b0rmannB b0rmann

                            @Reza

                            if you want use rpi /dev/ttyAMA0 for rs485 gateway -

                            1. remove string "console=serial0,115200" from /boot/cmdline.txt
                            2. add strings "enable_uart=1" and "dtoverlay=pi3-disable-bt" to /boot/config.txt (only on rpi3)
                            3. reboot raspi
                            R Offline
                            R Offline
                            Reza
                            wrote on last edited by
                            #303

                            @b0rmann
                            thank you friend , but i am sorry i am very beginner in raspberry pi . because i use vera before and with raspberry and orange pi i use recently. so i need a full steps for a rs485 gateway(wiring and commands . . .) i dont know what is ttyAMA0 ! i use a serial gateway with usb port with raspberrypi 3 but i have some problem , but with a raspberrypi gateway and use a virtual serial port (ttyUSB020) all of my problem resolve. but i have problem with wireless. so i want have a wiring network. i want a full steps for setup a rs485 module with raspberrypi 3(wiring and steps for install...) thank you for help

                            M 1 Reply Last reply
                            0
                            • AndurilA Offline
                              AndurilA Offline
                              Anduril
                              wrote on last edited by
                              #304

                              Do I read that correctly, does this gateway also gives a ethernet link to a serial-only controller? How do I have to configure ip and port? In the build section I see no option to set them.

                              T 1 Reply Last reply
                              0
                              • E ericvdb

                                use sudo ;)

                                LaMB95L Offline
                                LaMB95L Offline
                                LaMB95
                                wrote on last edited by
                                #305

                                @LaMB95 said:

                                @ericvdb

                                0_1484579303843_Screen Shot 2017-01-16 at 7.08.05 PM.png

                                Okay what could be the problem? :3

                                1 Reply Last reply
                                0
                                • R Reza

                                  @b0rmann
                                  thank you friend , but i am sorry i am very beginner in raspberry pi . because i use vera before and with raspberry and orange pi i use recently. so i need a full steps for a rs485 gateway(wiring and commands . . .) i dont know what is ttyAMA0 ! i use a serial gateway with usb port with raspberrypi 3 but i have some problem , but with a raspberrypi gateway and use a virtual serial port (ttyUSB020) all of my problem resolve. but i have problem with wireless. so i want have a wiring network. i want a full steps for setup a rs485 module with raspberrypi 3(wiring and steps for install...) thank you for help

                                  M Offline
                                  M Offline
                                  marceloaqno
                                  Code Contributor
                                  wrote on last edited by
                                  #306

                                  @Reza There are many guides on the web teaching how to connect and use rs485 with the RPi. I recommend you start with them and when you are sure it is working, you add MySensors to the equation.

                                  R 1 Reply Last reply
                                  0
                                  • M marceloaqno

                                    @Reza There are many guides on the web teaching how to connect and use rs485 with the RPi. I recommend you start with them and when you are sure it is working, you add MySensors to the equation.

                                    R Offline
                                    R Offline
                                    Reza
                                    wrote on last edited by
                                    #307

                                    @marceloaqno said:

                                    There are many guides on the web teaching how to connect and use rs485 with the RPi. I recommend you start with them and when you are sure it is working, you add MySensors to the equation.

                                    ok thank you :(

                                    1 Reply Last reply
                                    0
                                    • AndurilA Anduril

                                      Do I read that correctly, does this gateway also gives a ethernet link to a serial-only controller? How do I have to configure ip and port? In the build section I see no option to set them.

                                      T Offline
                                      T Offline
                                      Tag
                                      wrote on last edited by
                                      #308

                                      @Anduril
                                      you will get all the build options for the mysgw with the command

                                      ./configure -help
                                      

                                      Here you can configure all options like serial and ethernet

                                      1 Reply Last reply
                                      0
                                      • AndurilA Offline
                                        AndurilA Offline
                                        Anduril
                                        wrote on last edited by
                                        #309

                                        just cloned and read the --help, but still I don't know how to use.
                                        To make it a litte less abstract: I have a ethernet gateway (ESP8266) running at 192.168.38.19 with port 5003 to connect to. I want to have this accessible by a serial-only controller on the raspberry.

                                        I tried to do this config and make afterwards, but starting gave only FAILs...

                                        ./configure --my-gateway=ethernet --my-controller-ip-address=192.168.38.19 --my-serial-is-pty --my-serial-pty=/dev/ttyMySensorsGateway
                                        
                                        ~/MySensors$ sudo ./bin/mysgw -d
                                        mysgw: Starting gateway...
                                        mysgw: Protocol version - 2.1.0
                                        mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.0
                                        mysgw: TSF:LRT:OK
                                        mysgw: TSM:INIT
                                        mysgw: TSF:WUR:MS=0
                                        mysgw: !TSM:INIT:TSP FAIL
                                        mysgw: TSM:FAIL:CNT=1
                                        mysgw: TSM:FAIL:PDT
                                        mysgw: TSM:FAIL:RE-INIT
                                        mysgw: TSM:INIT
                                        mysgw: !TSM:INIT:TSP FAIL
                                        mysgw: TSM:FAIL:CNT=2
                                        mysgw: TSM:FAIL:PDT
                                        mysgw: TSM:FAIL:RE-INIT
                                        mysgw: TSM:INIT
                                        mysgw: !TSM:INIT:TSP FAIL
                                        mysgw: TSM:FAIL:CNT=3
                                        mysgw: TSM:FAIL:PDT
                                        mysgw: TSM:FAIL:RE-INIT
                                        mysgw: TSM:INIT
                                        mysgw: !TSM:INIT:TSP FAIL
                                        mysgw: TSM:FAIL:CNT=4
                                        mysgw: TSM:FAIL:PDT
                                        

                                        I think my config is wrong and it tries to connect to a nrf24 at the rpi. So what's the correct config for my case?

                                        Thanks in advance.

                                        gohanG 1 Reply Last reply
                                        0
                                        • AndurilA Anduril

                                          just cloned and read the --help, but still I don't know how to use.
                                          To make it a litte less abstract: I have a ethernet gateway (ESP8266) running at 192.168.38.19 with port 5003 to connect to. I want to have this accessible by a serial-only controller on the raspberry.

                                          I tried to do this config and make afterwards, but starting gave only FAILs...

                                          ./configure --my-gateway=ethernet --my-controller-ip-address=192.168.38.19 --my-serial-is-pty --my-serial-pty=/dev/ttyMySensorsGateway
                                          
                                          ~/MySensors$ sudo ./bin/mysgw -d
                                          mysgw: Starting gateway...
                                          mysgw: Protocol version - 2.1.0
                                          mysgw: MCO:BGN:INIT GW,CP=RNNG---,VER=2.1.0
                                          mysgw: TSF:LRT:OK
                                          mysgw: TSM:INIT
                                          mysgw: TSF:WUR:MS=0
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=1
                                          mysgw: TSM:FAIL:PDT
                                          mysgw: TSM:FAIL:RE-INIT
                                          mysgw: TSM:INIT
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=2
                                          mysgw: TSM:FAIL:PDT
                                          mysgw: TSM:FAIL:RE-INIT
                                          mysgw: TSM:INIT
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=3
                                          mysgw: TSM:FAIL:PDT
                                          mysgw: TSM:FAIL:RE-INIT
                                          mysgw: TSM:INIT
                                          mysgw: !TSM:INIT:TSP FAIL
                                          mysgw: TSM:FAIL:CNT=4
                                          mysgw: TSM:FAIL:PDT
                                          

                                          I think my config is wrong and it tries to connect to a nrf24 at the rpi. So what's the correct config for my case?

                                          Thanks in advance.

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

                                          @Anduril
                                          Why are you using an esp8266 as a serial gateway? Wouldn't it be easier to use a normal UNO?

                                          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.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
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular