Navigation

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

    rabeliyo

    @rabeliyo

    0
    Reputation
    12
    Posts
    475
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    rabeliyo Follow

    Best posts made by rabeliyo

    This user hasn't posted anything yet.

    Latest posts made by rabeliyo

    • Generic Devices on Imperihome (Vera)

      Hi, is there any way to include generic devices in the app imperihome?
      I tried to send the information through fake devices such as the voltage of my solar panel by means of light sensor, but I would like to be able to see it on my Multimeter device that works in vera.

      I use to ask if you recommend me some app similar to imperihome, I liked autohomationHD but fell in the abandonment (in which all the devices were shown)

      posted in Troubleshooting
      rabeliyo
      rabeliyo
    • RE: False positives in modified 3.3v PIR (SOLVED)

      Already it resolved, in the end it was my mistake .
      had the power connected to the distributor of the lipho battery which has voltage variations (3,4 - 3,9V)

      When I connected the VCC and GND to the power outputs of the Arduino mini pro , it works perfectly .

      Thank you very much for the help.

      By the way, that way I can stabilize the energy that comes from the battery to the dealer to be constant?
      With a capacitor?

      posted in Vera
      rabeliyo
      rabeliyo
    • RE: IR Record and Playback module

      I get this error in UI7

      Arduino:1.6.7 (Windows 7), Placa:"Arduino Nano, ATmega328"

      WARNING: Category '' in library UIPEthernet is not valid. Setting to 'Uncategorized'
      D:\Users\Colosus\Desktop\ir_prueba\ir_prueba.ino: In function 'void setup()':

      ir_prueba:141: error: 'msgIrRecord' was not declared in this scope

      gw.send(msgIrRecord.set(0));

             ^
      

      D:\Users\Colosus\Desktop\ir_prueba\ir_prueba.ino: In function 'void loop()':

      ir_prueba:168: error: 'msgIrRecord' was not declared in this scope

               gw.send(msgIrRecord.set(0));
      
                       ^
      

      D:\Users\Colosus\Desktop\ir_prueba\ir_prueba.ino: In function 'void incomingMessage(const MyMessage&)':

      ir_prueba:197: error: 'V_IR_RECORD' was not declared in this scope

      if (message.type == V_IR_RECORD) { // IR_RECORD V_VAR1
      
                          ^
      

      'msgIrRecord' was not declared in this scope

      posted in My Project
      rabeliyo
      rabeliyo
    • RE: False positives in modified 3.3v PIR (SOLVED)

      I connected the pin to GND and has stopped giving positive for the last 10 hours .
      I guess then the sensor will be problem , I would like to not have to put a step up but if there is no choice ...

      posted in Vera
      rabeliyo
      rabeliyo
    • RE: False positives in modified 3.3v PIR (SOLVED)

      ok i disconnect the sensor and bridge the signal to arduino with a gnd pin and nothing happens.
      but I have observed that even if you remove the all the wires, get random positives

      i don´t know how i do wrong X(

      posted in Vera
      rabeliyo
      rabeliyo
    • RE: False positives in modified 3.3v PIR (SOLVED)

      Yeah!! is a HC-SR501 I 'm power the system with a lithium battery that gives me a discharge of between 4.10 and 3.8 volts constantly .
      The arduino mini pro is at 3.3v

      I have observed that even if you remove the power cables leaving only the signal , I get false positives

      Will I need put a capacitor at the output of the battery?

      posted in Vera
      rabeliyo
      rabeliyo
    • False positives in modified 3.3v PIR (SOLVED)

      Hello, I have a problem with my modification of the PIR sensor to 3.3v , I followed tutorials and have bridged the pin welding H.

      Vera works but every so often false positives sends me , I've tried changing the sensitivity does not work , any suggestions?

      posted in Vera
      rabeliyo
      rabeliyo
    • RE: Decimals not appear at Vera UI

      Works!!! Thanks a lot, i upload my remake of multimeter for UI7, all works but i only use the current and the voltage for my solar module, i will change the impedance to Kw/h

      0_1459000846524_Sin título.jpg

      Vera Files:
      http://www51.zippyshare.com/v/fk2Ay5ww/file.html

      Now i have a problem with the 3.3 PIR mod, i open a new post XD

      posted in Vera
      rabeliyo
      rabeliyo
    • RE: Decimals not appear at Vera UI

      ok!! Like this?

      float VoltBatScale = analogRead(A2);
      float VoltLevelBat = VoltBatScale*4.12/376; //376 is the analog read at 4.12v (full charged battery)
      if (VoltLevelBat != lastVoltLevelBat) {
      gw.send(msgVoltBat.set((float)VoltLevelBat,2),1);
      lastVoltLevelBat = VoltLevelBat;

      posted in Vera
      rabeliyo
      rabeliyo