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. 433Mhz devices

433Mhz devices

Scheduled Pinned Locked Moved Hardware
8 Posts 4 Posters 7.2k Views 2 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.
  • T Offline
    T Offline
    Terence Faul
    wrote on last edited by
    #1

    Is it possible to a 433mhz transmitter and receiver to communicate with my existing 433mhz devices? Do you have a tutorial on how to do this?
    When do you think your range of sensors will be on the market?
    If you want to turn any sensor into a repeater do you need to add some code to the sketch or does the code exist in each sketch already?

    1 Reply Last reply
    0
    • hekH Offline
      hekH Offline
      hek
      Admin
      wrote on last edited by
      #2

      @Terence-Faul said:

      Is it possible to a 433mhz transmitter and receiver to communicate with my existing 433mhz devices? Do you have a tutorial on how to do this?

      It depends on what devices you have and what Arduino library you use (there are several out there).
      E.g. https://code.google.com/p/rc-switch/
      If you can control your device with some library you will be able to integrate it into the MySensors ecosystem.

      When do you think your range of sensors will be on the market?

      @axillent has the latest status.

      If you want to turn any sensor into a repeater do you need to add some code to the sketch or does the code exist in each sketch already?

      It's in the sensor code. Just turn it on when calling begin(). See api-documentation.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Terence Faul
        wrote on last edited by
        #3

        Hek

        Does your team have any intention of creating the code in the sensors and gateways to support 433mhz?

        I think developing it myself may be out of my league and I am not familiar with code.

        Regards

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

          I got myself one of these. But currently it is not high on my list of things to do.
          Perhaps after I got my GW properly finished, and I have verified my secure authentication solution. But so far, the only thing to control is my Nexxa-switches, and that is currently managed by my programmable remote so I would not count on myself for doing this anytime soon I am afraid.

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

          1 Reply Last reply
          0
          • hekH Offline
            hekH Offline
            hek
            Admin
            wrote on last edited by hek
            #5

            @Terence-Faul said:

            Does your team have any intention of creating the code in the sensors and gateways to support 433mhz?

            Usually you control things like lights and dimmers. These device-types is already supported by MySensors.

            But you need to create the "glue" between MySensors and some 433-library. The problem is that there are a myriad of different 433-devices out there. Supporting them in one arduino library is a big project of its own. First you need to see if your particular devices is supported at all by the library I linked above or some other. Google is your friend.

            Step two is to play around with a simple sketch (don't involve MySensors yet) to see if your device can be controller or if radio traffic can snooped/replayed.
            All you need an is an Arduino and the module @Anticimex linked to start playing.

            Step three we can probably help you with (the glue-part).

            1 Reply Last reply
            0
            • H Offline
              H Offline
              humblehacker
              wrote on last edited by
              #6

              Can you elaborate on exactly how to use the https://code.google.com/p/rc-switch/ library in place of the default RF method? Is it as simple as calling the library in each sketch or do you have to modify something in the mysensors library itself?
              While I do have a set of nrf modules, they can be a pain in the neck to set up a bunch of them and I've found generic 433mhz/315mhz modules to be the most common form of low power wireless transmission for Arduinos. They're also cheap enough to network a bunch of sensors together.
              I'm a really big fan of your hybrid-DIY approach BTW. Enabling support for multiple wireless methods (e.g XBee series 1+2, 433mhz/315mhz, BT, BLE etc...) would make it much more accessible!

              1 Reply Last reply
              0
              • hekH Offline
                hekH Offline
                hek
                Admin
                wrote on last edited by
                #7

                I'm not saying you should replace the RF24 part of the MySensors library.
                Just send some control commands over NRF24 to a node close to the 433-device you want to control. From the node you send out 433 stuff using an attached 433-sender module.

                We're working on a separation of the radio layer to support more types of radios (but XBee is another story).

                1 Reply Last reply
                0
                • H Offline
                  H Offline
                  humblehacker
                  wrote on last edited by
                  #8

                  The Radiohead Library should have support for multiple types of RF modules BTW- http://www.airspayce.com/mikem/arduino/RadioHead/index.html

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


                  9

                  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