Navigation

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

    Topics created by yoram

    • yoram

      MySensors Communication Error
      Vera • • yoram  

      4
      0
      Votes
      4
      Posts
      1532
      Views

      Yveaux

      @yoram apart from all the "2016-08-08 20:12:50 Message" texts (does your terminal program add them?) output looks OK. I don't have a Vera, so can't help you any further...
    • yoram

      Vs2015+Visual Micro + MySensors
      Development • • yoram  

      5
      0
      Votes
      5
      Posts
      1540
      Views

      SiLeX

      I can absolutely confirm this with VS2015, Visual Micro and MySensors 2.1.1. This is clearly a kind of merging, that is done by Visual Micro. All includes have to be made BEFORE the first line of code is executed. The initialization of your SENSOR_ANALOG_PINS array is such a line of code. Just posting it to keep it visible and well-scored at search engines, as this is SOLVED and works fine. Thank you!
    • yoram

      NodeMCU and NRF+, SPI init problem
      Hardware • • yoram  

      6
      0
      Votes
      6
      Posts
      2567
      Views

      mfalkvidd

      Welcome to the MySensors community @Andrew-McInnes use #define MY_RF24_CS_PIN 5 in your sketch before including MySensors.h Details: https://github.com/mysensors/MySensors/blob/8bb3cfb2e14214ae19e8531c989d1e81c9660614/MyConfig.h#L508