Navigation

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

    Deluka

    @Deluka

    0
    Reputation
    4
    Posts
    361
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Deluka Follow

    Best posts made by Deluka

    This user hasn't posted anything yet.

    Latest posts made by Deluka

    • Sensebender gateway local sensor

      Just a small question that i hope has a simple answer.
      Can you at a sensor localy to the sensebender gateway ...

      posted in General Discussion
      Deluka
      Deluka
    • BedOccupancySensors - 'MySensor' does not name a type

      Trying to upload this sketch put i'm getting the following error

      BedOccupancySensor:60: error: 'MySensor' does not name a type
      
       MySensor gw;
      
       ^
      
      C:\Users\Repair Tech\Downloads\BedOccupancySensor\BedOccupancySensor.ino: In function 'void setup()':
      
      BedOccupancySensor:100: error: 'gw' was not declared in this scope
      
         gw.begin(NULL, NODE_ID);
      
         ^
      
      C:\Users\Repair Tech\Downloads\BedOccupancySensor\BedOccupancySensor.ino: In function 'void loop()':
      
      BedOccupancySensor:204: error: 'gw' was not declared in this scope
      
               gw.send(msgRightOcc.set(occStateRight[4]));  // Send tripped value to gw
      
               ^
      
      BedOccupancySensor:260: error: 'gw' was not declared in this scope
      
               gw.send(msgLeftOcc.set(occStateLeft[4]));  // Send tripped value to gw
      
               ^
      
      exit status 1
      'MySensor' does not name a type
      

      For as far as I can tell the libs are installed correctly

      posted in Troubleshooting
      Deluka
      Deluka
    • RE: Orientation Sensor

      Found the error.
      Wiring diagram is incorrect
      It's not 4 and 5 but A4 and A5

      posted in OpenHardware.io
      Deluka
      Deluka
    • RE: Orientation Sensor

      Trying this build but getting the following in the serial monitor

      MPU init: 0
      Free mem: 1144
      AWI Orientation

      PWR led on the sensor is on but not getting any readings

      posted in OpenHardware.io
      Deluka
      Deluka