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
RenatoLacerdaR

RenatoLacerda

@RenatoLacerda
About
Posts
5
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • SerialGateway data from nodes
    RenatoLacerdaR RenatoLacerda

    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.

    Development

  • Serial Gateway error (printing)
    RenatoLacerdaR RenatoLacerda

    thanks a lot @hek ! Its working

    Troubleshooting

  • Serial Gateway error (printing)
    RenatoLacerdaR RenatoLacerda

    Sorry about it! @hek

    Troubleshooting

  • Serial Gateway error (printing)
    RenatoLacerdaR RenatoLacerda

    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

    Troubleshooting
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular