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. Gateway device

Gateway device

Scheduled Pinned Locked Moved Hardware
151 Posts 19 Posters 115.3k Views 21 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.
  • tbowmoT tbowmo

    @ServiceXp

    I just received the PCBs for the second prototype spin yesterday, the first spin had too many errors in the routing around SPI / UARTS so I decided to ditch it, and do a second spin. Dirtypcbs got some hickups processing my gerbers but finaly made the boards.

    I hope that I can get around to assemble one this weekend, but I can't promise anything, as I have been loaded more than 150% with work (both from my employer, and from the wife).

    RJ_MakeR Offline
    RJ_MakeR Offline
    RJ_Make
    Hero Member
    wrote on last edited by
    #125

    @tbowmo Sounds Good, Thanks for the update.

    RJ_Make

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

      Images of the latest pcb's (Before SMD assembly)

      Unfortunately I "injured" my back today (aah, maybe not injured, but feels like it :() so I'm on strong medics to keep the pain away. That means that didn't get around to do the SMD assembly today as I planned, as I can't sit at the desk for a longer time.. hope that it gets better during the weekend.

      front.jpg
      back.jpg

      RJ_MakeR 1 Reply Last reply
      0
      • tbowmoT tbowmo

        Images of the latest pcb's (Before SMD assembly)

        Unfortunately I "injured" my back today (aah, maybe not injured, but feels like it :() so I'm on strong medics to keep the pain away. That means that didn't get around to do the SMD assembly today as I planned, as I can't sit at the desk for a longer time.. hope that it gets better during the weekend.

        front.jpg
        back.jpg

        RJ_MakeR Offline
        RJ_MakeR Offline
        RJ_Make
        Hero Member
        wrote on last edited by
        #127

        @tbowmo Oh now that is sexy.. From someone with back problems, you take it easy for the next 3 days Sir!! :point_left:

        RJ_Make

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

          Aahh.. I'm back in the man-cave. Been too long since I had a chance to power up the soldering irons..

          Anyways, I've mounted the first of the second prototype spin, so next up is getting firmware written, and tested..

          board.jpg

          1 Reply Last reply
          3
          • scalzS Offline
            scalzS Offline
            scalz
            Hardware Contributor
            wrote on last edited by
            #129

            @tbowmo: it looks very nice. I like the way you place components. I think I need to look more at your design and learn :wink:
            With a firmware, it looks promising :smiley:

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

              @scalz

              Thanks :) I hope that I at least can get some LED's flashing tonight :). And then perhaps the bootloader programmed.

              / Thomas

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

                And we have lights..

                https://www.youtube.com/watch?v=SHNmJMJg2b8

                1 Reply Last reply
                1
                • scalzS Offline
                  scalzS Offline
                  scalz
                  Hardware Contributor
                  wrote on last edited by
                  #132

                  yeah :smile:

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

                    A small update before I hit the bed tonight..

                    I've got radio up and running on the SAMD, and got the first message from one of my sensebender micros through to my pc.

                    It's still in debug mode, using a serial port on the samd as output (And my logic analyzer to decode the serial stream). So no ethernet / wifi or the like up yet.

                    The next step will be to have it use USB instead of the serial port..

                    debug-setup.jpg

                    1 Reply Last reply
                    4
                    • AnticimexA Offline
                      AnticimexA Offline
                      Anticimex
                      Contest Winner
                      wrote on last edited by
                      #134

                      :+1: good work!

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

                      1 Reply Last reply
                      0
                      • sundberg84S Offline
                        sundberg84S Offline
                        sundberg84
                        Hardware Contributor
                        wrote on last edited by
                        #135

                        Great! I will buy one of these as soon as this is working as you want :)

                        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
                        • alexsh1A Offline
                          alexsh1A Offline
                          alexsh1
                          wrote on last edited by
                          #136

                          Wow - excellent! I'd buy one

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

                            a new small update..

                            Got it working as a serial GW.. Receiving the first messages from one of my sensebenders..

                            Also got the ethernet going, this is not integrated with the mysensors parts though, as I have to refactor nrf / ethernet libraries a bit, in order to support multiple (HW) SPI interfaces..

                            TD22057T 1 Reply Last reply
                            4
                            • tbowmoT tbowmo

                              a new small update..

                              Got it working as a serial GW.. Receiving the first messages from one of my sensebenders..

                              Also got the ethernet going, this is not integrated with the mysensors parts though, as I have to refactor nrf / ethernet libraries a bit, in order to support multiple (HW) SPI interfaces..

                              TD22057T Offline
                              TD22057T Offline
                              TD22057
                              Hardware Contributor
                              wrote on last edited by
                              #138

                              @tbowmo said:

                              Got it working as a serial GW.. Receiving the first messages from one of my sensebenders..

                              Also got the ethernet going, this is not integrated with the mysensors parts though, as I have to refactor nrf / ethernet libraries a bit, in order to support multiple (HW) SPI interfaces..

                              Sounds great. I'm definitely interested in using this as a gateway as well. Any chance you're going to add SPI transaction support to those libraries (more info in my post here)? I know there are RFM library versions that have that as well (see here).

                              tbowmoT 1 Reply Last reply
                              0
                              • TD22057T TD22057

                                @tbowmo said:

                                Got it working as a serial GW.. Receiving the first messages from one of my sensebenders..

                                Also got the ethernet going, this is not integrated with the mysensors parts though, as I have to refactor nrf / ethernet libraries a bit, in order to support multiple (HW) SPI interfaces..

                                Sounds great. I'm definitely interested in using this as a gateway as well. Any chance you're going to add SPI transaction support to those libraries (more info in my post here)? I know there are RFM library versions that have that as well (see here).

                                tbowmoT Offline
                                tbowmoT Offline
                                tbowmo
                                Admin
                                wrote on last edited by
                                #139

                                @TD22057

                                Here is more hw spi ports available on this beauty. So radio and ethernet is separated on their own spi bus. There is a 3rd spi bus available on the MYSX connector, that is at free disposal to the end user.

                                1 Reply Last reply
                                0
                                • TD22057T Offline
                                  TD22057T Offline
                                  TD22057
                                  Hardware Contributor
                                  wrote on last edited by
                                  #140

                                  Nice - I forgot that you upgraded and weren't using a 328 processor.

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

                                    A small Christmas progress update.

                                    I got external eeprom, and w5100 module running now.

                                    That means I have a working ethernet GW running with nrf24 running on SAMD.

                                    I'm waiting for rfm69 modules from China before I can verify that this part also works as expected.

                                    An ethernet GW with hw signing is using 35.988 bytes, or 13% of the available flash size, which is 256kbyte. So we have "plenty" of room to do other fun stuff on the GW

                                    1 Reply Last reply
                                    5
                                    • tbowmoT Offline
                                      tbowmoT Offline
                                      tbowmo
                                      Admin
                                      wrote on last edited by
                                      #142

                                      I have updated the original posting, with updated hardware details.

                                      • Removed the ESP8266 from the feature list (It's supporting the mysensors library native).
                                      • Removed onboard SPI flash, but will probably add sdcard / micro sdcard reader
                                      • Might add battery backup for an onboard RTC.. (the SAMD have an onboard RTC, only using 2-3uA in low power RTC keep alive mode)
                                      1 Reply Last reply
                                      0
                                      • scalzS Offline
                                        scalzS Offline
                                        scalz
                                        Hardware Contributor
                                        wrote on last edited by
                                        #143

                                        @tbowmo: I love your project , I can't wait to try your awesome baby GW :smile:
                                        I agree with you with your updates too. RTC could be interesting.
                                        Humm, when I see price and memory, I am very tempted to update one of my sensors board with atsamL21 family to give a try...do you have an advice for a good&cheap jtag programmer???

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

                                          @scalz

                                          I'm using an atmel jtagice3, with a custom PCB for converting from jtagice3 pinouts to standard cortex m0 debug connector. (have plans on selling this converter board elsewhere sometime in the future)

                                          I got the jtagice3 5 years ago as a gift from atmel, for attending a course on their xmega series of MCU's. Don't know of any cheaper alternatives out there

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


                                          24

                                          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