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. Creating a wireless fingerprints sensor !

Creating a wireless fingerprints sensor !

Scheduled Pinned Locked Moved Hardware
arduino
11 Posts 4 Posters 3.7k 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.
  • scalzS Offline
    scalzS Offline
    scalz
    Hardware Contributor
    wrote on last edited by scalz
    #2

    Hello,

    and Welcome to Mysensors :)

    Of course you can do all of this with Mysensors and Jeedom as controller.
    But Mysensors is not zwave, sort of if you want but it's not ;)

    So you will need a Mysensors gateway, and a fingerprint node for instance.

    If you want more infos on how to build a Mysensors network you can take a look here:

    • https://www.mysensors.org/about
    • https://www.mysensors.org/build

    There are lot of useful infos on the site. Really a good thing to try reading everything.

    For security, i would also suggest to use signing feature too. But better start learning Mysensors with basic features, and then try signing. It's a bit more advanced feature.

    Have fun.

    1 Reply Last reply
    2
    • Z Offline
      Z Offline
      Ziip
      wrote on last edited by
      #3

      Thanks for your quick answer ! Yes I know Mysensors is DIY-orientated and I love that, but as one of the main purpose is to build our own sensors I thought I could gather some precious info here even by using a proprietary protocole like z-wave ;)

      In my case it's more about building the communication part between the sensor and my controller, so if you tell me that a z-uno module soldered to an arduino nano can work to transform the arduino/fingerprints combo into a z-wave sensor I'll try!
      Actually I read several times that RF signals are quite sensitive to noise are interferences, this is why I wanted to use z-wave as this sensor is a main part of my system, but maybe you can advise me if you're more specialised on this subject ^^

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

        Oki.
        Well sure this is about DIY, but this is Mysensors protocol oriented..

        Like i said, your project is doable with Mysensors and rfm69 433mhz if you prefer. And i'm sure you'll get help here.
        But you can use your zuno module! then i'm not sure you'll get the help you need..

        Why do you want to solder a z-uno to a nano?? because from what i've read, it's an RF based chip board, with embedded zwave stack + GPIO, that you can already use in Arduino IDE.

        So i think you should start by trying the zuno Getting started for Arduino.
        Then, when you'll be able to get your zwave comm working between your node and your controller, that will be easier to add more features like the fingerprint.

        Regarding noise and interference, zwave is RF so it has the same issues. And can be jammed too.
        It mostly depends of the frequency, then of your build.
        With Mysensors, you can use:

        • nrf24. Interference could come from wifi for instance, but it's possible to change channels.
        • RFM69. No interference with wifi because of its freq. 433, 868Mhz, 915Mhz (like Zwave!) so it's insensible to wifi. Plus i think zuno may have less range than rfm69 ;)
        1 Reply Last reply
        0
        • pansenP Offline
          pansenP Offline
          pansen
          wrote on last edited by
          #5

          Hi Ziip,

          • Fingerprint sensors are not secure. The German chaos computer club has demonstrated several times that copies can be produced that will trigger a false positive. I personally would go for a PIN based solution or use a RFID-dongle.
          • You probably can go with z-wave, but you will pay much more.
          • You can mix protocols. I.e. use mysensors for your FPR+arduino+arduino GW and z-wave for the rest. MySensors offers signing of messages and therefore has built-in security. To be honest, MySensors is probably more secure since it is open source. But I also hate security by obscurity, so...
          • If you want pure z-wave, just couple any z-wave sensor with your FPR, for example with the mentioned z-uno module.

          Cheers

          Orange Pi Plus 2e connected to nrf24 PA via SPI running git-development MySensors gateway, OpenHAB2, mosquitto and MySQL persistence.

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            Ziip
            wrote on last edited by
            #6

            Ok thanks for the info :)

            I read most of the doc here, one question remaining : if I go for a keypad with an arduino nano and a RFM69 module, will this sensor be able to communicate directly with my Pi controller via its RFXCom antenna?
            Or do I need an arduino gateway anyway (and why)?

            Cheers

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

              if RFXCom can decode full Mysensors protocol, but i don't think this is the case..especially regarding signing feature.
              Better add a Mysensors gateway to your controller.

              1 Reply Last reply
              0
              • Z Offline
                Z Offline
                Ziip
                wrote on last edited by
                #8

                I see. So there is no other possibility than using a gateway between the sensor and the controller? It's impossible for the controller to communicate directly with a sensor?

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

                  You can compile the gateway on the RPI: I did it with nrf24 modules and it is working.

                  1 Reply Last reply
                  0
                  • Z Offline
                    Z Offline
                    Ziip
                    wrote on last edited by
                    #10

                    That's great to know :D (especially because my family must be able to manipulate the installation without me - and they are not very DIY / technophile etc...)
                    And there is no problem running the gateway on the Pi with RFM69 modules in parallel with Domoticz or Jeedom software?

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

                      No problem, I am running the nrf24 mqtt gateway on the rpi and it is working with no problem with domoticz. I choose the mqtt client gateway because I wanted to tinker around MQTT, but you could go for the ethernet gateway that is easier to manage.

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


                      19

                      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