Navigation

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

    RenatoLacerda

    @RenatoLacerda

    0
    Reputation
    5
    Posts
    219
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    RenatoLacerda Follow

    Best posts made by RenatoLacerda

    This user hasn't posted anything yet.

    Latest posts made by RenatoLacerda

    • SerialGateway data from nodes

      Hi guys, I'm a little confused about getting data from the nodes and work with them in the Gateway code.

      I'm using an arduino uno as a Gateway and a Nano as a Node. Running the LightSensor example with Nano, and the SerialGateway example schetch with the Uno.

      The issue is that I'm receiving the data from the node, but how can I treat or separate the data, just to work with the sensor value, and with the node for instance, in the SerialGateway?

      I'm receiving the following information:
      0;0;3;0;9;read: 2-2-0 s=1,c=1,t=23,pt=2,l=2,sg=0:100
      2;1;1;0;23;100

      Which the ONLY value that I want to work with is the SENSOR VALUE=100. And maybe the NODE VALUE=2. How can I treat the information? Separate them? Put them in a variable and work in the arduino code as :

      If(NODE_ID==2)
      {
      READ(SENSOR_VALUE);
      Serial.println(SENSOR_VALUE);
      }

      If(NODE_ID==1)
      {
      READ(SENSOR_VALUE1);
      Serial.println(SENSOR_VALUE1);
      }

      Thanks a lot guys!! I hope you could help me.

      posted in Development
      RenatoLacerda
      RenatoLacerda
    • RE: Serial Gateway error (printing)

      thanks a lot @hek ! Its working

      posted in Troubleshooting
      RenatoLacerda
      RenatoLacerda
    • RE: Serial Gateway error (printing)

      Sorry about it! @hek

      posted in Troubleshooting
      RenatoLacerda
      RenatoLacerda
    • Serial Gateway error (printing)

      Hi guys, I'm new with mysensor, but I'm having a problem.
      I'm using a Serial gateway to print a node value (LightSensor example) , which is a light sensor, but I have the follwing information from the node:

      req id
      send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
      sensor started, id=255, parent=0, distance=1
      req id
      send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
      req id
      send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
      req id
      send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
      100
      req id
      send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:
      100
      req id
      send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,st=ok:

      and the following response from the Serial Gateway:

      0;0;3;0;9;gateway started, id=0, parent=0, distance=0
      0;0;3;0;14;Gateway startup complete.
      0;0;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;0;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;0;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;0;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;0;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;

      Can anyone help me??? Thanks a lot

      posted in Troubleshooting
      RenatoLacerda
      RenatoLacerda