Navigation

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

    Topics created by Edoardo Macrì

    • Edoardo Macrì

      Heatpump + remote controller
      Troubleshooting • • Edoardo Macrì  

      3
      0
      Votes
      3
      Posts
      603
      Views

      bjacobse

      Maybe its some memory issues, I would try to test the sketch without the display, and remove all display code inclusive removing the declarations #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> You have already successfully tested that code with display is working fine, now you need to test the Mysensors code without display code. If this is successfully, I would combine the codes, but remove debug, remove all code for Serial.print, and remove #define MY_DEBUG
    • Edoardo Macrì

      Ethernet gateway with W5100
      Troubleshooting • • Edoardo Macrì  

      7
      0
      Votes
      7
      Posts
      5660
      Views

      Boots33

      @Edoardo-Macrì great work!