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. My Project
  3. Hello World. I'll keep it simply this time lol

Hello World. I'll keep it simply this time lol

Scheduled Pinned Locked Moved My Project
2 Posts 2 Posters 1.5k Views 1 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.
  • J Offline
    J Offline
    jpaulwhite
    wrote on last edited by jpaulwhite
    #1

    Hello,

    I am trying to send "Hello World" from my wireless sensor to my wireless gateway. If I am using the stock SerialGateway function on my gateway, would the below code send Hello World to it? If not can someone point me in the right direction?

    I took the presentation function out since I am not sending this to my Vera.

    #include <Sensor.h>
    #include <SPI.h>
    #include <EEPROM.h>
    #include <RF24.h>

    #define ID 1
    #define OPEN 1
    #define CLOSE 0
    Sensor gw;

    void setup()
    {
    gw.begin();

    }

    void loop()
    {
    Serial.println("Hello World!");
    delay(10000); // Wait 10 seconds
    }

    BulldogLowellB 1 Reply Last reply
    0
    • J jpaulwhite

      Hello,

      I am trying to send "Hello World" from my wireless sensor to my wireless gateway. If I am using the stock SerialGateway function on my gateway, would the below code send Hello World to it? If not can someone point me in the right direction?

      I took the presentation function out since I am not sending this to my Vera.

      #include <Sensor.h>
      #include <SPI.h>
      #include <EEPROM.h>
      #include <RF24.h>

      #define ID 1
      #define OPEN 1
      #define CLOSE 0
      Sensor gw;

      void setup()
      {
      gw.begin();

      }

      void loop()
      {
      Serial.println("Hello World!");
      delay(10000); // Wait 10 seconds
      }

      BulldogLowellB Offline
      BulldogLowellB Offline
      BulldogLowell
      Contest Winner
      wrote on last edited by
      #2

      @jpaulwhite

      to where are you sending this message? Can you explain what you are trying to do?

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


      24

      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