Navigation

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

    Topics created by tcontrada

    • tcontrada

      Help Debug st=fail
      Troubleshooting • • tcontrada  

      14
      0
      Votes
      14
      Posts
      2690
      Views

      tcontrada

      @martinhjelmare I think you might be on to something, as I have noticed that other microcontroller modules point the antenna away from the PCB, where as the Sensebender and RF module are overlapping. I will investigate by adding jumper wires from the SenseBender and the RF module to add some separation. Thanks...
    • tcontrada

      How can I disable the SPI Flash on Sensebender Micro?
      Troubleshooting • • tcontrada  

      3
      0
      Votes
      3
      Posts
      875
      Views

      tcontrada

      So on the bus it is disabled with D8 high?
    • tcontrada

      Possible Bug using Authentic Nordic nRF24L01+ Module
      Bug Reports • • tcontrada  

      44
      0
      Votes
      44
      Posts
      12844
      Views

      tcontrada

      @Jokgi Hi Jokgi, do you think you can have a rep from Nordic send out some sample authentic modules to the MySensors community to those that can help solve the deficiency between the fake and authentic modules? I think that might help. If there are community members that might want to work with the authentic module maybe reply here if interested.
    • tcontrada

      Modify Node ID?
      Development • • tcontrada  

      8
      0
      Votes
      8
      Posts
      3312
      Views

      tcontrada

      Yeah, I dug through the .h files and found the right spellings and got it to finally work... Thanks...
    • tcontrada

      Auto Node ID Setting?
      Development • • tcontrada  

      7
      0
      Votes
      7
      Posts
      1865
      Views

      mfalkvidd

      Please don't post the same question in different threads. An answer is available at http://forum.mysensors.org/topic/3577/modify-node-id/3
    • tcontrada

      BOM for Sensenender Micro?
      Hardware • • tcontrada  

      2
      0
      Votes
      2
      Posts
      733
      Views

      tbowmo

      @tcontrada Must have forgotten all about it back then I've just added it to github, so please have a look again..
    • tcontrada

      Sensebender Module Problem
      Troubleshooting • • tcontrada  

      2
      0
      Votes
      2
      Posts
      735
      Views

      hek

      Did the self-test pass before you re-flashed it?
    • tcontrada

      Auto Node ID Assignment Question
      Troubleshooting • • tcontrada  

      5
      0
      Votes
      5
      Posts
      2209
      Views

      sundberg84

      Hi! Nope - the MySensors GW does not assign any ID but if you use a static ID like (3 in this example) that would work. gw.begin(NULL,3)
    • tcontrada

      Repeater node not recognizing sensors
      Troubleshooting • • tcontrada  

      3
      0
      Votes
      3
      Posts
      1099
      Views

      tcontrada

      Thanks, I thin that fixed the issue. I set the Repeater node ID to 100. The Arduino sketch has the ID set to AUTO which I think initially set the Repeater Node ID to 255. Tony