Navigation

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

    Topics created by alfredb

    • alfredb

      Domoticz - MySensors: Unknown/Invalid sensor type (51)
      Domoticz • • alfredb  

      3
      0
      Votes
      3
      Posts
      1630
      Views

      alfredb

      Ah, check, I'll give that a try, thanks!
    • alfredb

      NRF24L01 can't find parent on gateway
      Troubleshooting • • alfredb  

      7
      0
      Votes
      7
      Posts
      2735
      Views

      alfredb

      @tekka Thanks again, I'll give it a try! I already defined the limited data rate but I was not aware of the fact that the non-P type was not supported.
    • alfredb

      Errors compiling using 2.0 beta
      Troubleshooting • • alfredb  

      6
      0
      Votes
      6
      Posts
      1808
      Views

      alfredb

      Thanks tekka! I have updated to IDE 1.6.9 (was on 1.6.7) and also found out I was using the wrong location for libraries (the libraries I copied to the program files folder in C:\Program Files(86)\Arduino, seems they belong in the documents folder of the user profile). After this indeed the example Sketch HumiditySensor now compiled without errors. On my particular sketch (I want to use send locally attached sensors through the ethernet gateway) I stil got the error. Now I started to compare the two and the error disappears when I include the MY_RADIO library (#define MY_RADIO_NRF24) in my sketch. Very happy that it's solved now. Thanks for your help!