Navigation

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

    Posts made by hannibal

    • RE: [SOLVED]TSM:CHKID:FAIL between serial gateway and node

      It's working thanks ๐Ÿ˜‰
      For now I didn't have any controller that is the problem.
      With your small code, it's working.

      Thanks ๐Ÿ˜‰

      posted in Troubleshooting
      hannibal
      hannibal
    • [SOLVED]TSM:CHKID:FAIL between serial gateway and node

      Hi everybody,

      I have a trouble with a temperature node.
      Is it my first step with MySensor, so I'm trying to make somethings very easy for understand how all works.

      So I have deploy a serial Gateway on a Arduino Uno With a NRF24L01+ and a node with a dallas temp sensor.(mount on this PCB https://www.openhardware.io/view/4/EasyNewbie-PCB-for-MySensors )

      Programs used here are just the mysensor examples.

      In the Gateway log, all seems normal

      ------- Gateway log -------
      0;255;3;0;9;Starting gateway (RNNGA-, 2.0.0)
      0;255;3;0;9;TSM:INIT
      0;255;3;0;9;TSM:RADIO:OK
      0;255;3;0;9;TSM:GW MODE
      0;255;3;0;9;TSM:READY
      0;255;3;0;14;Gateway startup complete.
      0;255;0;0;18;2.0.0
      0;255;3;0;9;No registration required
      0;255;3;0;9;Init complete, id=0, parent=0, distance=0, registration=1
      0;255;3;0;9;TSP:MSG:READ 255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0:
      0;255;3;0;9;TSP:MSG:BC
      0;255;3;0;9;TSP:MSG:FPAR REQ (sender=255)
      0;255;3;0;9;TSP:CHKUPL:OK (FLDCTRL)
      0;255;3;0;9;TSP:MSG:GWL OK
      0;255;3;0;9;TSP:MSG:SEND 0-0-255-255 s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=bc:0
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;255;3;0;9;TSP:MSG:READ 255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0:
      0;255;3;0;9;TSP:MSG:BC
      0;255;3;0;9;TSP:MSG:FPAR REQ (sender=255)
      0;255;3;0;9;TSP:CHKUPL:OK
      0;255;3;0;9;TSP:MSG:GWL OK
      0;255;3;0;9;TSP:MSG:SEND 0-0-255-255 s=255,c=3,t=8,pt=1,l=1,sg=0,ft=0,st=bc:0
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      255;255;3;0;3;
      0;255;3;0;9;TSP:MSG:READ 255-255-0 s=255,c=3,t=3,pt=0,l=0,sg=0:
      

      But in the node log I have an error

      ------- Node log -------
      Starting sensor (RNNNA-, 2.0.0)
      TSM:INIT
      TSM:RADIO:OK
      TSM:FPAR
      TSP:MSG:SEND 255-255-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
      TSP:MSG:READ 0-0-255 s=255,c=3,t=8,pt=1,l=1,sg=0:0
      TSP:MSG:FPAR RES (ID=0, dist=0)
      TSP:MSG:PAR OK (ID=0, dist=1)
      TSM:FPAR:OK
      TSM:ID
      TSP:MSG:SEND 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=ok:
      TSM:ID
      TSP:MSG:SEND 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=ok:
      TSM:ID
      TSP:MSG:SEND 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=ok:
      TSM:ID
      TSP:MSG:SEND 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,sg=0,ft=0,st=ok:
      !TSM:CHKID:FAIL (ID=255)
      !TSM:FAILURE
      TSM:PDT
      TSM:INIT
      

      I have tried to find the explanation of this problem but I didn't find it in the documentation:
      https://ci.mysensors.org/job/Verifiers/job/MySensorsArduino/branch/development/Doxygen_HTML/group__MyTransportgrp.html

      So do you knows a solution of my problem ?
      I did something stupid ?

      Thanks in advance for your help

      Ps: Sorry for my english, I'm learning it ๐Ÿ˜‰

      posted in Troubleshooting
      hannibal
      hannibal
    • RE: [solved]Capacitor for radio module

      OK, I will do that ๐Ÿ˜‰

      posted in Hardware
      hannibal
      hannibal
    • RE: [solved]Capacitor for radio module

      Ok.
      Thanks for your help
      PS: How I can "close" my topic here ?

      posted in Hardware
      hannibal
      hannibal
    • RE: [solved]Capacitor for radio module

      Ok, So I want to use 3 LR06 battery. It's compatible with the "standard radio wiring" (47ยตF)
      What to you mean by "elco" ? Electrolytic ?

      Thanks for your help ๐Ÿ˜‰

      posted in Hardware
      hannibal
      hannibal
    • [solved]Capacitor for radio module

      Hi everybody,

      I'm a newbie in mysensor and electronics.
      I have found two values for the capacitor on the radio module:

      • 47ยตF in the wiring guide of radio module of mysensor
      • 4.7ยตF in this openhardware project

      https://www.openhardware.io/view/4/EasyNewbie-PCB-for-MySensors

      What is the good value of this capacitor ?

      Thanks in advance for your help

      posted in Hardware
      hannibal
      hannibal