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. 💬 Usb Key Gateway

💬 Usb Key Gateway

Scheduled Pinned Locked Moved OpenHardware.io
17 Posts 7 Posters 3.7k Views 6 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.
  • S Sancho119

    I already looked for hardware with nrf52832, but i dont find lot of documentation, and it seems to be harder.
    Dont find nrf52832 module with pa/lna version for good range.
    But it seems very interesting, because no need to use module for comuunication and mcu, like nrf24+atmega328, only nrf52 module is necessary.
    Can we have a gateway with nrf24, and sensors with nrf52 ?

    Does my project seem good ? No errors ?

    N Offline
    N Offline
    Nca78
    Hardware Contributor
    wrote on last edited by
    #8

    @sancho119 there are modules from Fanstel with PA, all their nrf52 modules have the same footprint so you can choose compact module with small antenna, module with a bigger antenna and better range or module with PA.
    And yes you can mix gateway/modules with nrf24 or nrf52.

    1 Reply Last reply
    0
    • alowhumA Offline
      alowhumA Offline
      alowhum
      Plugin Developer
      wrote on last edited by alowhum
      #9

      Has anyone got a USB stick to work as a gateway?

      I know it will have limited range, but for my purposes it would be great.

      I imagine users plugging in the USB stick, and then simply pressing a button in an interface to turn it into a gateway. It would save space too.

      Another option would be to use a Digi Spark. It's the same price ($17), and I already know that will work. But it's less elegant than a USB stick.

      Usb stick
      https://www.aliexpress.com/item/NRF52840-Dongle-USB-Dongle-for-Eval-Bluetooth-Grab-Tool-Module/32860163960.html

      Micro:bit
      https://www.aliexpress.com/item/BBC-micro-bit-NRF51822-Bluetooth-ARM-Cortex-M0-25-LED-light-A-computer-for-kids-beginners/32844237412.html

      N berkseoB 2 Replies Last reply
      0
      • alowhumA alowhum

        Has anyone got a USB stick to work as a gateway?

        I know it will have limited range, but for my purposes it would be great.

        I imagine users plugging in the USB stick, and then simply pressing a button in an interface to turn it into a gateway. It would save space too.

        Another option would be to use a Digi Spark. It's the same price ($17), and I already know that will work. But it's less elegant than a USB stick.

        Usb stick
        https://www.aliexpress.com/item/NRF52840-Dongle-USB-Dongle-for-Eval-Bluetooth-Grab-Tool-Module/32860163960.html

        Micro:bit
        https://www.aliexpress.com/item/BBC-micro-bit-NRF51822-Bluetooth-ARM-Cortex-M0-25-LED-light-A-computer-for-kids-beginners/32844237412.html

        N Offline
        N Offline
        Nca78
        Hardware Contributor
        wrote on last edited by
        #10

        @alowhum said in 💬 Usb Key Gateway:

        Has anyone got a USB stick to work as a gateway?

        I have usb sticks, I will try that.
        For your link on AliExpress, it's not a great place to buy one, the official price is much lower than that, get it from a legit source it's around US$10.

        1 Reply Last reply
        0
        • alowhumA alowhum

          Has anyone got a USB stick to work as a gateway?

          I know it will have limited range, but for my purposes it would be great.

          I imagine users plugging in the USB stick, and then simply pressing a button in an interface to turn it into a gateway. It would save space too.

          Another option would be to use a Digi Spark. It's the same price ($17), and I already know that will work. But it's less elegant than a USB stick.

          Usb stick
          https://www.aliexpress.com/item/NRF52840-Dongle-USB-Dongle-for-Eval-Bluetooth-Grab-Tool-Module/32860163960.html

          Micro:bit
          https://www.aliexpress.com/item/BBC-micro-bit-NRF51822-Bluetooth-ARM-Cortex-M0-25-LED-light-A-computer-for-kids-beginners/32844237412.html

          berkseoB Offline
          berkseoB Offline
          berkseo
          wrote on last edited by
          #11

          @alowhum
          I tested these:
          https://ru.aliexpress.com/item/Nordic-nRF52832-BLE-4-0-4-2-USB-UART-5-0-BLE/32862480389.html?spm=a2g0s.9042311.0.0.274233edwLVeQe

          Work great as a gate...

          mfalkviddM 1 Reply Last reply
          0
          • berkseoB berkseo

            @alowhum
            I tested these:
            https://ru.aliexpress.com/item/Nordic-nRF52832-BLE-4-0-4-2-USB-UART-5-0-BLE/32862480389.html?spm=a2g0s.9042311.0.0.274233edwLVeQe

            Work great as a gate...

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

            @berkseo that's a very compact gateway. Nice!

            1 Reply Last reply
            0
            • alowhumA Offline
              alowhumA Offline
              alowhum
              Plugin Developer
              wrote on last edited by
              #13

              @berkseo Cool! Could you explain what the installation process looks like? Is it Arduino based?

              berkseoB 1 Reply Last reply
              0
              • S Sancho119

                I already looked for hardware with nrf52832, but i dont find lot of documentation, and it seems to be harder.
                Dont find nrf52832 module with pa/lna version for good range.
                But it seems very interesting, because no need to use module for comuunication and mcu, like nrf24+atmega328, only nrf52 module is necessary.
                Can we have a gateway with nrf24, and sensors with nrf52 ?

                Does my project seem good ? No errors ?

                chuqingshengC Offline
                chuqingshengC Offline
                chuqingsheng
                wrote on last edited by
                #14

                @sancho119 Hi, I try to use ESP32 as gateway with nrf24 module and NRF52832 as node (using nrf52) without nrf24. Does it work?

                Can nrf52 communicate with nrf24 ? thanks

                alowhumA 1 Reply Last reply
                0
                • chuqingshengC chuqingsheng

                  @sancho119 Hi, I try to use ESP32 as gateway with nrf24 module and NRF52832 as node (using nrf52) without nrf24. Does it work?

                  Can nrf52 communicate with nrf24 ? thanks

                  alowhumA Offline
                  alowhumA Offline
                  alowhum
                  Plugin Developer
                  wrote on last edited by
                  #15

                  @chuqingsheng yes, that's exactly the idea. The NRF52 is backward compatible with the NRF24.

                  1 Reply Last reply
                  0
                  • alowhumA alowhum

                    @berkseo Cool! Could you explain what the installation process looks like? Is it Arduino based?

                    berkseoB Offline
                    berkseoB Offline
                    berkseo
                    wrote on last edited by
                    #16

                    @alowhum
                    es, Arduino. Need St link programmer

                    1 Reply Last reply
                    0
                    • alowhumA Offline
                      alowhumA Offline
                      alowhum
                      Plugin Developer
                      wrote on last edited by
                      #17

                      By the way, I'm currently using the RF Nano as a 'usb key gateway', or sorts. With the WebThings Gateway, a user just has to install the Candle manager add-on. Then they plug in the RF Nano and select that they want to upload gateway code from a menu. That's all they have to do.

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      26

                      Online

                      12.1k

                      Users

                      11.2k

                      Topics

                      113.4k

                      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