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
  1. Home
  2. General Discussion
  3. serial monitor

serial monitor

Scheduled Pinned Locked Moved General Discussion
stbcsg0pt0
3 Posts 3 Posters 689 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • aaronik19A Offline
    aaronik19A Offline
    aaronik19
    wrote on last edited by
    #1

    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
    1 Reply Last reply
    0
    • TheoLT Offline
      TheoLT Offline
      TheoL
      Contest Winner
      wrote on last edited by
      #2

      I believe it's just saying, that the node is looking for a good way. There are some posts on this topic that explain it. If you're really curious the API contains a lot of details.

      1 Reply Last reply
      0
      • sundberg84S Offline
        sundberg84S Offline
        sundberg84
        Hardware Contributor
        wrote on last edited by
        #3

        Hi!

        Find parent means the node is trying to find its way to the gateway - and if this repeats it cant.
        Its either a range issue or a power issue. You can start by checking the gateway serial log and see if there is any info.
        Also, have you added a capacitor on the radios? This is very important since the radio is sensitive to power spikes.

        It this doesnt work start with changing the power source and check your wirings / ground connection on the node.
        Also you can try to move the node closer to the gateway - if this works and you have some distance between node and gateway you should consider a repeater.

        Controller: Proxmox VM - Home Assistant
        MySensors GW: Arduino Uno - W5100 Ethernet, Gw Shield Nrf24l01+ 2,4Ghz
        MySensors GW: Arduino Uno - Gw Shield RFM69, 433mhz
        RFLink GW - Arduino Mega + RFLink Shield, 433mhz

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        17

        Online

        11.7k

        Users

        11.2k

        Topics

        113.1k

        Posts


        Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
        • Login

        • Don't have an account? Register

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