Navigation

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

    Topics created by carmine.dauria

    • carmine.dauria

      can't run my serial gateway on Arduino UNO R3 with a Distance Sensor maked with Arduino Pro Mini
      Troubleshooting • • carmine.dauria  

      2
      0
      Votes
      2
      Posts
      561
      Views

      mfalkvidd

      (moved to separate thread, couldn't see anything related in the original thread)
    • carmine.dauria

      Help needed
      Troubleshooting • • carmine.dauria  

      3
      0
      Votes
      3
      Posts
      820
      Views

      carmine.dauria

      Ok. I try to explain all steps done. On the serial Gateway: Arduino UNO, NRF24L01+, 3,3 V supplied by Arduino UNO board Need set DATA_RATE on 1MPS (without I have "radio init fail") in Myconfig.h 2)Uncomment #define SOFTSPI in Myconfig.h Result: 0;0;3;0;9;gateway started, id=0, parent=0, distance=0 0;0;3;0;14;Gateway startup complete. On the Distance Sensor : Configuration: Arduino Pro Mini Clone, NRF24L01+, 3,3 V supplied by Arduino UNO board Need set DATA_RATE on 1MPS (without I have "radio init fail") in Myconfig.h 2)Comment #define SOFTSPI in Myconfig.h Comment isPVariant() check in MyTransportNRF24() (without I have "radio init fail") Result on the node: find parent send: 201-201-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc: Ping: 3 cm I'm using the same transceiver for both boards. This is the transceiver : image url)