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
aaronik19A

aaronik19

@aaronik19
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Basic Setup Network
    aaronik19A aaronik19

    Sorry I know that I am writing a stupid question but I am a little bit confused. I am trying to make a very basic node to node program; from one NRF24 to another NRF24. Send command from 1 module to light LED on the other module. I read more than twice the API (http://www.mysensors.org/download/sensor_api_15) but still get ground! Is there a basic network please to light led on the other side and I will continue from there please?

    Sorry once again, but I really need some help to get on.

    General Discussion

  • serial monitor
    aaronik19A aaronik19

    Dear All,

    I am new to MySensors and I tried my first project. On the serial MOnitor on Arduino, the controller is sending the following code find parent send: 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:

    What does this means?

    My code is very basic to try the program:

    #include <MySensor.h>
    #include <SPI.h>
    
    #define ID 0
    #define OPEN 1
    #define CLOSE 0
    
    MySensor gw;
    MyMessage msg(ID, V_TRIPPED);
    
    void setup() {
      gw.begin();
      gw.present(ID, S_DOOR);
    
    }
    
    void loop() {
      gw.send(msg.set(OPEN));
      delay(5000);
    
    }```
    
    Thanks for your help
    General Discussion stbc sg0 pt0
  • Login

  • Don't have an account? Register

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