Navigation

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

    jvdk

    @jvdk

    0
    Reputation
    2
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jvdk Follow

    Best posts made by jvdk

    This user hasn't posted anything yet.

    Latest posts made by jvdk

    • RE: Raspberry Pi Ethernet Gateway with local sensors

      @evb Thanks for the fast reply!

      I read the other topic and I think that I know what I'm doing wrong. I want to connect a sensor to the gateway but stil want the Arduino in between because of the nice script I found.

      So my question should be is it possible to connect a Arduino with sensor to a raspberry gateway by wired connection?

      I a sketch of what I mean.

      MySensors.png

      posted in Hardware
      jvdk
      jvdk
    • Raspberry Pi Ethernet Gateway with local sensors

      Hi I’m new to MySensors and have some questions about a setup I want to make. I already have Domocticz running on a raspberry pi for the control of my lights and gas/power usage monitoring. Now I want to a MySensor that is monitoring the water level in our water tank. There is already a nice MySensors project done to measure this.

      https://forum.mysensors.org/topic/6216/round-water-tank-level-sensor

      Only the setup usage a wireless connection to send the node information as are most of the projects. I want to use an old raspberry that I have and use it as gateway to connect to Domoticz which is gone be the controller. As sensor I use a Arduino nano and ultrasonic dept sensor, that I got working. But I want to connect de sensor/Arduino to the raspberry pi gateway by cable, let say a serial connection on the gpio.
      I found some topics that are saying you can add sensors directly to the gateway with MySensors library 2.0 but no further explanation are examples.
      What do I have so far:

      • Domoticz controller that is looking for a MySensors Gateway with Lan interface on IP bases.
      • Raspberry Pi with MySensors software probably not configured right.
      • Arduino Sensor with the wrong connection parameters.

      I want to now how to start the MySensors configuration on the raspberry pi gateway. I used:
      ./configure --my-gateway=ethernet --my-controller-ip-address=192.168.2.150
      make

      I think i’m missing something.

      Then there is the sensor. In the project the connection is through MY_RADIO_RF24 and I want to use a serial connection how can I modify the Arduino code so it connects with the gateway?

      Maybe It’s all very simple but I’m not getting there. Who can help me to get in the right direction.

      posted in Hardware
      jvdk
      jvdk