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
Ivan ZI

Ivan Z

@Ivan Z
Hardware Contributor
About
Posts
56
Topics
6
Shares
0
Groups
1
Followers
1
Following
3

Posts

Recent Best Controversial

  • Even more smart sleep...
    Ivan ZI Ivan Z

    I need too

    Troubleshooting

  • sendHeartbeat not work right
    Ivan ZI Ivan Z

    before = work
    presentation = work
    setup = work

    ???

    Troubleshooting

  • sendHeartbeat not work right
    Ivan ZI Ivan Z

    This is only part of the code.

    Full version sketch
    https://github.com/Shagrat2/MSMDLed/blob/master/MSMDLed.ino

    Troubleshooting

  • sendHeartbeat not work right
    Ivan ZI Ivan Z

    I send Heartbeat, but receive in system I_DISCOVER_RESPONSE

    Sketch code

    void loop() {
       unsigned long tick = millis();
       if (tick - previsionTime > HeartBitInterval) {
         previsionTime = tick;
         sendHeartbeat(); 
       }
    }
    

    Node log

    __  __       ____
    |  \/  |_   _/ ___|  ___ _ __  ___  ___  _ __ ___
    | |\/| | | | \___ \ / _ \ `_ \/ __|/ _ \| `__/ __|
    | |  | | |_| |___| |  __/ | | \__ \  _  | |  \__ \
    |_|  |_|\__, |____/ \___|_| |_|___/\___/|_|  |___/
            |___/                      2.3.0
    
    16 MCO:BGN:INIT NODE,CP=RNNNA---,VER=2.3.0
    
    ...
    
    14960 TSF:MSG:SEND,115-115-0-0,s=2,c=1,t=2,pt=1,l=1,sg=0,ft=0,st=OK:1
    48934 TSF:MSG:READ,0-0-255,s=255,c=3,t=20,pt=0,l=0,sg=0:
    48941 TSF:MSG:BC
    49762 TSF:MSG:SEND,115-115-0-0,s=255,c=3,t=21,pt=1,l=1,sg=0,ft=0,st=OK:0
    49772 TSF:MSG:READ,0-5-255,s=255,c=3,t=20,pt=0,l=0,sg=0:
    49780 TSF:MSG:BC
    49782 TSF:MSG:READ,0-6-255,s=255,c=3,t=20,pt=0,l=0,sg=0:
    49788 TSF:MSG:BC
    1254332 TSF:MSG:READ,0-0-255,s=255,c=3,t=20,pt=0,l=0,sg=0:
    1254340 TSF:MSG:BC
    1255313 TSF:MSG:SEND,115-115-0-0,s=255,c=3,t=21,pt=1,l=1,sg=0,ft=0,st=OK:0
    1255323 TSF:MSG:READ,0-5-255,s=255,c=3,t=20,pt=0,l=0,sg=0:
    1255331 TSF:MSG:BC
    

    Log in system: MajorDomo

    2018-11-29 10:26:19 699 >> 3:Internal; Gate:1; Node:115; Sensor:255; Ack:0; Sub:21:I_DISCOVER_RESPONSE; Msg:0
    2018-11-29 10:25:47 133 >> 1:Set; Gate:1; Node:115; Sensor:2; Ack:0; Sub:2:V_STATUS; Msg:1
    
    ...
    
    Troubleshooting

  • 💬 MDMScreen
    Ivan ZI Ivan Z

    Please append support RS485

    OpenHardware.io atmega328p lcd mysensors nextion nrf24l01 spi flash rfm69 arduino touchscreen

  • 💬 NodeManager
    Ivan ZI Ivan Z

    Why did you use the REQ type for the relay?
    Please add support for SET too

    REQ - nide to read Relay status

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    What about BMP085 ??

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    Sorry, not fully read text

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    @user2684
    Function name alt text

    Do you mean the formula to calculate the percentage?
    Append flag IFDEF for not send this information (Only voltage)

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    Please use IFDEF for "Battery procetage"
    I calculate this in the controller (Save battery)

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    Double comment in NodeMamaged.h - setBatteryInternalVcc

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 MDMS OEM2
    Ivan ZI Ivan Z

    Yes, I know about this problem
    But i want repeat size "MDMS OEM"
    It was a good option for the case http://www.ebay.com/sch/sis.html?_nkw=USB+Mobile+Power+Bank+Phone+Charger+Pack+18650+Rechargeable+Battery+Box+Case+DIY&_id=381009132329&&_trksid=p2060353.m2749.l2658

    0_1492846588150_20170422_102425.jpg

    OpenHardware.io majordomo micro sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    This version already allows wizard (.php) to generate a sketch

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    Please show my sample with DHT22

    Append optimization flag.
    For save battery life, do not send the same values

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 NodeManager
    Ivan ZI Ivan Z

    How make not sleep sensor?

    void NodeManager::loop() {
    #if SLEEP_MANAGER == 1
    Only for sleep
    #end
    }

    May be to make wait logic

    OpenHardware.io contest2017 arduino newbie mysensors battery sensor

  • 💬 Log Parser
    Ivan ZI Ivan Z

    I crash parser

    0 MCO:BGN:INIT REPEATER,CP=RNORAA-,VER=2.1.1
    4 TSM:INIT
    4 TSF:WUR:MS=0
    11 TSM:INIT:TSP OK
    13 TSF:SID:OK,ID=15
    15 TSM:FPAR
    51 TSF:MSG:SEND,15-15-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
    2059 !TSM:FPAR:NO REPLY
    2061 TSM:FPAR
    2097 TSF:MSG:SEND,15-15-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
    2610 TSF:MSG:READ,5-5-15,s=255,c=3,t=8,pt=1,l=1,sg=0:1
    2615 TSF:MSG:FPAR OK,ID=5,D=2
    3053 TSF:MSG:READ,0-0-15,s=255,c=3,t=8,pt=1,l=1,sg=0:0
    3057 TSF:MSG:FPAR OK,ID=0,D=1
    4105 TSM:FPAR:OK
    4106 TSM:ID
    4107 TSM:ID:OK
    4109 TSM:UPL
    4146 !TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=0,st=NACK:1
    6153 TSM:UPL
    6190 !TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=1,st=NACK:1
    8197 TSM:UPL
    8233 !TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=2,st=NACK:1
    10241 TSM:UPL
    10244 TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=24,pt=1,l=1,sg=0,ft=3,st=OK:1
    10250 TSF:MSG:READ,0-0-15,s=255,c=3,t=25,pt=1,l=1,sg=0:1
    10255 TSF:MSG:PONG RECV,HP=1
    10258 TSM:UPL:OK
    10259 TSM:READY:ID=15,PAR=0,DIS=1
    10267 TSF:MSG:SEND,15-15-0-0,s=255,c=4,t=0,pt=6,l=10,sg=0,ft=0,st=OK:FFFFFFFF40016FF10300
    10311 !TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=15,pt=6,l=2,sg=0,ft=0,st=NACK:0100
    12322 TSF:MSG:SEND,15-15-0-0,s=255,c=0,t=18,pt=0,l=5,sg=0,ft=1,st=OK:2.1.1
    12331 TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=6,pt=1,l=1,sg=0,ft=0,st=OK:0
    12562 TSF:MSG:READ,0-0-15,s=255,c=3,t=6,pt=0,l=1,sg=0:M
    12578 TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=11,pt=0,l=8,sg=0,ft=0,st=OK:Lighting
    12597 TSF:MSG:SEND,15-15-0-0,s=255,c=3,t=12,pt=0,l=3,sg=0,ft=0,st=OK:1.2
    12613 TSF:MSG:SEND,15-15-0-0,s=1,c=0,t=3,pt=0,l=11,sg=0,ft=0,st=OK:Light relay
    12628 TSF:MSG:SEND,15-15-0-0,s=2,c=0,t=6,pt=0,l=15,sg=0,ft=0,st=OK:Key temperature
    12641 TSF:MSG:SEND,15-15-0-0,s=3,c=0,t=30,pt=0,l=14,sg=0,ft=0,st=OK:Source current
    
    Announcements

  • Rain Guage
    Ivan ZI Ivan Z

    Sensor manufacturer has sent information about the sensor. 0.3 mm to 1 tick

    My Project

  • Rain Guage
    Ivan ZI Ivan Z

    MI-SOL Rain Guage has CALIBRATE_FACTOR = 36

    My Project

  • 💬 Small MySensor
    Ivan ZI Ivan Z
    1. Write bootloader befor make board (http://ru.aliexpress.com/item/QFP32-TQFP32-FQFP32-To-DIP32-SA636-IC-Programmer-Adapter-Clamshell-Test-Socket/32577712983.html?spm=2114.03020208.3.18.RSlfjm&ws_ab_test=searchweb201556_0,searchweb201602_4_301_10034_507_10032_508_10020_10017_10005_10006_10021_10022_401_10007_10018_10019,searchweb201603_7&btsid=4a2ef3a2-d78a-426f-9897-64f92da32ff4)

    2. Write bootloader befor set NRF24 on NRF pinout

    OpenHardware.io mysensor universal

  • TCP service for Raspberry Pi NRF24l01 direct connection
    Ivan ZI Ivan Z

    Append save node map to disk

    Hardware raspberry pi nrf24l01
  • Login

  • Don't have an account? Register

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