Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. ehome
    3. Topics
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by ehome

    • ehome

      [SOLVED] ESP8266 MySensors 2.2.0 problem with static ip configuration
      Development • • ehome  

      1
      1
      Votes
      1
      Posts
      1000
      Views

      No one has replied

    • ehome

      Looking for reliable PIR human detection sensors
      Hardware • • ehome  

      17
      0
      Votes
      17
      Posts
      5562
      Views

      bjacobse

      @ehome If you need a minimum range of 5-7m have you thought of radar? https://forum.mysensors.org/topic/3568/microwave-radar-module-as-pir-replacement/36
    • ehome

      Ikea Molgan Hack with Wemos D1 mini or NodeMCU (WIFI, ESP8266)
      Hardware • • ehome  

      17
      0
      Votes
      17
      Posts
      3266
      Views

      gohan

      but that is a mqtt gateway sketch. That is not a normal node. Have you tried making a normal node with nrf24 radio only, no gw functions?
    • ehome

      MySensors MQTT gateway and serial rs485 sensor node communication
      Development • arduino gateway mqtt serial rs485 openhab2 nodes • • ehome  

      3
      0
      Votes
      3
      Posts
      3897
      Views

      ehome

      Thanks for your fast reply. That sounds easy. And you think that the communication between sensor nodes and Gateway are still possible via wired RS485? I tried to find an example on this site for sending Information from Gateway to sensor nodes. (via SendMessage ?) For example I like to Switch on/off an light that is connected to an relay board at my sensor node. Communcation Flow: OpenHab2 --> MQTT --> Gateway --> RS485 --> Sensor Node --> Relay Board Currently I have an working RS485 Connection between my Arduino Uno's with the use from SoftwareSerial library. During my testings I realized, that the message that I triy to send "Hello" will be sent to the other arduino char by char. Is that true? Because I tried to raise up an pin on HIGH with "if(msg == "Hello")..." But it doesn't worked. Will the sendMsg method from the MySensor library handle this out of the box? Regards, Simon