Navigation

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

    Topics created by andy5211d

    • andy5211d

      PlatformIO and Sensebender
      Development • • andy5211d  

      6
      1
      Votes
      6
      Posts
      71
      Views

      Michiel van der Wulp

      Tested this today: it works fine! In the meanwhile,I also found this: https://forum.mysensors.org/topic/2725/sensebender-micro/30 My platformio.ini file: [platformio] src_dir = WindowOpenSensor [env:sensebender-micro] platform = atmelavr board = pro8MHzatmega328 framework = arduino monitor_speed = 19200 lib_deps = 548 ; MySensors
    • andy5211d

      MYSController and Sensebender Gateway not Communicating
      General Discussion • • andy5211d  

      1
      0
      Votes
      1
      Posts
      16
      Views

      No one has replied

    • andy5211d

      SenseBender MQTT Ethernet Gateway - Ethernet stopped working with latest software build
      Troubleshooting • • andy5211d  

      2
      0
      Votes
      2
      Posts
      520
      Views

      andy5211d

      @andy5211d Sorted. After trying to use different versions and combinations of the various files nothing made any difference; it had to be an issue with the include file to drive the Ethernet module. I discovered the default configuration for a new Ardunio IDE install uses includes from a different location compared to my original software build. Thus the Ethernet.h file was the default Ardunio sketch not the one for the SAMD board included in MySensors and as suspected the Ethernet module was not being communicated with. Using the verbose options for the compiler in the IDE preferences it is possible to see which 'includes' are used. So far I have not been able to 'drive' the compiler to use specific locations and the description of how and the order of Library preference is not that clear to me. There are now IDE warnings about nRF5 but as I don't use nRF5's its not important, these are different issues though.