Changes between Version 4 and Version 5 of TipsAndTricks


Ignore:
Timestamp:
2014-01-22 22:30:58 (10 years ago)
Author:
axill
Comment:

picture fix

Legend:

Unmodified
Added
Removed
Modified
  • TipsAndTricks

    v4 v5  
    22== Case # 1== 
    33 
    4 '''Pull data from vera''' 
     4'''Pull data by node from vera''' 
    55 
    66'''Task:''' ''you need an ability to tune a few parameters of you arduino/avr radio node without downloading a new sketch to it. For example you need to fine tune your motion sensor'' 
     
    2525== Case # 2== 
    2626 
    27 '''Push data from vera''' 
     27'''Push data from vera to node''' 
    2828 
    2929'''Task:''' ''You need to push data from vera on event or using schedule and it should be initiated instantly by vera, not by node. For example you want your clock to show external temperature received by vera from the Weather plugin or from other sensor. '' 
    3030 
    3131'''Solution:''' 
    32 [[Image(forcase2.jpg, align=right, 300px)]] 
     32[[Image(forcase2.JPG, align=right, 300px)]] 
    3333- choose from V_VAR1, V_VAR2, V_VAR3, V_VAR4, V_VAR5 to be used for data push; 
    3434- design your sketch to listen for incoming messages with desired variable;