Navigation

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

    DiverAlpha

    @DiverAlpha

    0
    Reputation
    4
    Posts
    329
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    DiverAlpha Follow

    Best posts made by DiverAlpha

    This user hasn't posted anything yet.

    Latest posts made by DiverAlpha

    • RE: 💬 Connecting the Radio

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

      posted in Announcements
      DiverAlpha
      DiverAlpha
    • RE: 💬 Connecting the Radio

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

      posted in Announcements
      DiverAlpha
      DiverAlpha
    • RE: 💬 Connecting the Radio

      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!

      posted in Announcements
      DiverAlpha
      DiverAlpha
    • RE: 💬 Connecting the Radio

      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

      posted in Announcements
      DiverAlpha
      DiverAlpha