Navigation

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

    Markus Tenghall

    @Markus Tenghall

    0
    Reputation
    4
    Posts
    431
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Umeå, Sweden

    Markus Tenghall Follow

    Best posts made by Markus Tenghall

    This user hasn't posted anything yet.

    Latest posts made by Markus Tenghall

    • RE: MySensors Controller

      Thanks.
      Then I know I'm on the right track. Looks as if I'm getting something from the gateway in the log but nothing from the temp node yet. Need to investigate more.

      I figured out the Over the Air just could not see if it was relevant for some reason.

      /Markus

      posted in Controllers
      Markus Tenghall
      Markus Tenghall
    • MySensors Controller

      Hi.
      I want to setup the MySensors Controller and start to collect data, http://www.mysensors.org/build/raspberry. I'm not that interested in gui stuff at the moment. I followed the instructions on github,https://github.com/mysensors/Arduino/tree/master/NodeJsController, but I'm not sure I got it right.

      First, how do I connect the serial gateway to the Pi? Usb to usb or usb to GPIO? The mysensors site state one thing and github another or I don't understand that the are the same.
      Second, do I need the OTA stuff to get it to work if I only want to collect some data? I dont see the point but I might have missed something.

      /Markus

      posted in Controllers
      Markus Tenghall
      Markus Tenghall
    • RE: Simple network not working.

      Added a Gateway, checked connections to radio and connected them right this time, fixed a mistake in the code and now I have the temperature and humidity from the DHT-11 on the Nokia lcd. Thank you! Don't know why I thought I didn't need a gateway.

      This was just a first test to get a feel for the system. Now the fun part begin adding sensor here and there in the house. It will be awesome! Thank you for making this!
      /Markus

      posted in Troubleshooting
      Markus Tenghall
      Markus Tenghall
    • Simple network not working.

      Hi all.
      I have tried for a few days to get a simple sensor setup to work but I'm about to give up. I must have misunderstood something and I just can't figure it out.

      This is what I want to do.
      No Controller. Just 2 nodes.

      • One sensor with a DHT-11. I think I got this working. Uses a static id.
      • One node with a LCD display showing the values from the first node.
        -- This one is giving me trouble. I have tried basing it on both the Sensor and the Relay class but I don't get it how the code should look like. I have looked at the site but I must be missing something. This node will never report something just use the gw.messageAvailable() and gw.getMessage() to get the values from the first node. I have based this node on the code from the RelayActuator.ino but I cant get it to work. The node just halts when I start calling the gw.begin(id); and there is nothing i the serial monitor more than :Started relay. Open ping reading pipõ. Don't know why the strange char at the end.

      I get this from the sensor but I guess it doesnt matter as long as there isn't a relay/gateway to reach.
      Tx: fr=1,to=255,la=1,ne=255,ci=255,mt=4,ty=9,cr=6:
      No relay nodes was found. Trying again in 10 seconds.

      Do I need a gateway or is it enough to use 2 sensor classes to get the network going?

      What am I missing? Any ides, suggestion, "hurrarrop och höga knäuppdragingar" is welcome.

      BR
      /Markus

      posted in Troubleshooting
      Markus Tenghall
      Markus Tenghall