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
DiverAlphaD

DiverAlpha

@DiverAlpha
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • 💬 Connecting the Radio
    DiverAlphaD DiverAlpha

    Hy all,

    Thanks for your help. Unfortunately it didn't solved the problem :-(.
    I tried it with putting the NODE_ID's om static but that didn't help. MY_PARENT_NODE_IS_STATIC is totally not recognized in the Arduino IDE...

    I tried just what @palande.vaibhav mentioned with the code he posted. The only adjustment is that I had to change the CE and CS pin on the sensot because I'm using a Adruino Micro. Further the code was just copy-paste but the same result in the serial communication as I posted earlier. (Except now the ID was 1 in stead of 105...)

    Announcements

  • 💬 Connecting the Radio
    DiverAlphaD DiverAlpha

    @mfalkvidd, They are now 2 meters apart from each other but still the same problem. I was thinking in this direction also but because I build those two on the same breadboard, it was a bit difficult to separate them. I now build the sensor on another breadboard and moved is 2 meters away. It can't be any longer because of the length of my USB cables.

    All the logging I got from the gateway is posted in my previous post. So there is nothing about any child in there.

    Announcements

  • 💬 Connecting the Radio
    DiverAlphaD DiverAlpha

    Hi all,

    I tried a lot in the last coup[le of days but I can't get my network up and running...

    I've got a Micro DHT sensor ans a Uno Ethernet Gateway.

    The output of the Gateway:
    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
    IP: 192.168.5.8

    So I think this is nice but I'm not complete sure.

    The output of the DHT sensor:
    TSM:INIT
    TSM:RADIO:OK
    TSP:ASSIGNID:OK (ID=105)
    TSM:FPAR
    TSP:MSG:SEND 105-105-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    TSM:FPAR
    TSP:MSG:SEND 105-105-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    TSM:FPAR
    TSP:MSG:SEND 105-105-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    TSM:FPAR
    TSP:MSG:SEND 105-105-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=bc:
    !TSM:FPAR:FAIL
    !TSM:FAILURE
    TSM:PDT

    To me it seems that the sensor cannot get a good connection to the gateway by the RF connection. The physical distance between de two RF modules is about 15 cm and I'm using a 10uF condensator on both of the RF modules.

    Can someone tell me what I'm doing wrong?

    Tnx in advance!

    Announcements

  • 💬 Connecting the Radio
    DiverAlphaD DiverAlpha

    Hi all,

    I'm using the Arduino Micro with al NRF24L01 radio. With the micro it's not posible to use the pin config of the Nano.
    I got it working with the connections below.

    NRF24 > Micro
    Miso > Miso
    Mosi > Mosi
    SCK > SCK
    CSN > Pin D7
    CE > Pin D8

    Thereby I put the code below in my arduino code before de "#include <SPI.h>"

    // Pin Confuguration for Arduino Micro
    #define MY_RF24_CE_PIN 8
    #define MY_RF24_CS_PIN 7

    Maybe this is helpful for some other users.

    Grtz Diver

    Announcements
  • Login

  • Don't have an account? Register

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