Navigation

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

    Topics created by novicit

    • novicit

      How to compile MySensors on Platformio for Blue Pill
      Troubleshooting • • novicit  

      23
      0
      Votes
      23
      Posts
      226
      Views

      CarloMagno

      @novicit, nice to hear hospital "repairs" doing well! I don't have much time either, so, when I find some time in the weekends I try the following step... A couple of things regarding your comments: The way you included the development branch of MySensors in Platformio I believe it takes the "official" MySensors development branch, and I don't konw if the commit by koolru has been merged into that branch.. i believe not.. so it is not using the right code for the STM official core, and could be the origin of your error message. That is the reason I downloaded the library and used a local stored copy from koolru repository. I had also to have installed the official MySensors library (otherwise it gave me compiling errors), as if some library dependencies were missing from koolru branch ¿?. It is true that STM32 core in platformio has both the Roger Clark and Official ststm core. By default it uses the official core. If you want to compile for the Rogre Clark you include the option board_build.core = maple in Platformio.ini. The LowPower library is compiling in the Arduino IDE but gives errors in Platformio with ststm32 core (official).
    • novicit

      Problem requesting data from Domoticz
      Troubleshooting • • novicit  

      4
      0
      Votes
      4
      Posts
      1412
      Views

      novicit

      I wanted to make sure this thread is correct. After a day of debugging I found the problem I was having. My sketch used the following: request(Data1_ID, V_TEXT, 1); The last variable (1) I believe is used to request an ack from the controller. Using MysController I was able to determine the 1 prevented MySensors from sending the request message somehow. When I changed it to 0, the requests were sent. Not sure if this is a bug, or intended. Also, I am using the current STABLE version of Domoticz, V3.8153, and it works fine in responding to the requests once I made the change above. Lastly, at least in the tab I was looking at in MysController, it never showed the response message going back from the controller to the node. Perhaps I did not look in the right place, or that is the way MysController is intended to operate. In either case the response messages were seen by the node.
    • novicit

      Logging debug messages over long periods
      Troubleshooting • • novicit  

      2
      2
      Votes
      2
      Posts
      944
      Views

      stevebus

      Good tip! thanks for sharing
    • novicit

      How to set up a 'counter' in MySensors/Domoticz
      Domoticz • • novicit  

      1
      0
      Votes
      1
      Posts
      1560
      Views

      No one has replied

    • novicit

      Packet 'freezes' WiFi Gateway ESP8266
      Troubleshooting • • novicit  

      10
      0
      Votes
      10
      Posts
      3560
      Views

      kr0815

      Hello Novici, thanks a lot for your reply I wrote somethong about it here: http://forum.mysensors.org/topic/3141/big-wish-a-working-system-including-up-to-date-reference/19 so there must be something wrong in the code, if it´s working with the older regular Code, but not with the developer code What i wonder is , that Hek doesn´t get the same problems in his test setup