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
rabeliyoR

rabeliyo

@rabeliyo
About
Posts
12
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Generic Devices on Imperihome (Vera)
    rabeliyoR rabeliyo

    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)

    Troubleshooting

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

    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?

    Vera

  • IR Record and Playback module
    rabeliyoR rabeliyo

    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

    My Project

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

    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 ...

    Vera

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

    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(

    Vera

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

    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?

    Vera

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

    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?

    Vera

  • Decimals not appear at Vera UI
    rabeliyoR rabeliyo

    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

    Vera

  • Decimals not appear at Vera UI
    rabeliyoR rabeliyo

    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;

    Vera

  • Decimals not appear at Vera UI
    rabeliyoR rabeliyo

    Hello , I am modifying files multimeter to work well in UI7 , so far work well , but can not get me decimals appear in the interface vera ( in arduino if displayed) , only the first number , for example appears .

    Sketch

    gw.send ( msgVoltBat.set ( ( int ) VoltLevelBat , 2) , 1) ;

    sends 3.95 volts and appears vera UI 3.00

    I tried to change the type of variavle in S_Multimeter1 to i4 , UI4 , string , float without results.

    Use this skit to control the voltage of the battery and solar module and need to be accurate.

    Thank you very much

    Vera

  • Change the device view of Multimeter?
    rabeliyoR rabeliyo

    Hello from Spain! , I just created my first project , inspired by some post here .
    It is a small module that runs on a battery and a solar panel , use a multimeter device that brings me the voltage (through resistors) to the vera.
    My problem is that the multimeter does not show me the voltage on the main screen , only impedance , is there any way to change the view ?

    Greetings and thanks

    Vera
  • Login

  • Don't have an account? Register

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