Navigation

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

    mkeyno

    @mkeyno

    0
    Reputation
    2
    Posts
    501
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mkeyno Follow

    Best posts made by mkeyno

    This user hasn't posted anything yet.

    Latest posts made by mkeyno

    • RE: ESP8266 WiFi gateway port for MySensors

      @Yveaux no buddy I used the last update of your repository, my question is , are you aware that your esp8266 sample sketch call library that wont work with esp architecture? I've compare last update with previous library and I've find the for couple of header file following code has been added
      #ifdef AVR
      #include <avr/interrupt.h>
      #else
      #error MsTimer2 library only works on AVR architecture
      #endif

      and I was wondering why your sample sketch call such file into the compiling

      posted in Development
      mkeyno
      mkeyno
    • RE: ESP8266 WiFi gateway port for MySensors

      @Yveaux
      hi
      there is problem for sensor library when we intend use the its examples as following
      In file included from \libraries\MySensors\MyGateway.cpp:13:0:

      \libraries\MySensors\utility/MsTimer2.h:7:2: error: #error MsTimer2 library only works on AVR architecture
      #error MsTimer2 library only works on AVR architecture
      ^
      In file included from \libraries\MySensors\MyGateway.cpp:14:0:
      \libraries\MySensors\utility/PinChangeInt.h:103:19: fatal error: new.h: No such file or directory
      #include <new.h>
      ^
      compilation terminated.
      Error compiling.

      posted in Development
      mkeyno
      mkeyno