Navigation

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

    Best posts made by nielsokker

    • Little mistake in the 2.0 API

      the chapter "Create Repeating Nodes:" says that,if you want a node to be a repeater, you have to define

      #define MY_REPEATER_NODE
      

      this should be:

      #define MY_REPEATER_FEATURE
      

      I noticed it when i was making a repeating dth11 sensor node.

      Hope it helps 👍

      posted in Bug Reports
      nielsokker
      nielsokker
    • RE: MySensors 2.0.0 Released

      I've just tried it and it look really great!

      When is the documentation comming? I'm having some trouble understanding the errors i get in the log. It says: !TSM:CHKID:FAIL (ID=255)
      !TSM:FAILURE
      TSM:PDT

      Anyone has an idea?

      Thanks in advance!

      posted in Announcements
      nielsokker
      nielsokker
    • RE: Mqtt-client-gateway / nodes do not get an id

      Oh sorry I see it now. In that case good luck 😉

      I am going to take a look at the API to see if something is there.

      posted in Troubleshooting
      nielsokker
      nielsokker
    • RE: Programming

      I can only give you my personal advice.

      Since you're on this forum, I expect that you are interested in sensors and stuff. In that case. Download this library and look at the examples. Try to understand them and try to adjust them slightly.

      But, maybe it is a better idea to google "c++ tutorial". Arduino is C++ based. And this will definitely teach you the basics of the language.

      Last, try to look at the Arduino website.

      posted in General Discussion
      nielsokker
      nielsokker
    • RE: MySensors 2.0.0 Released

      @Lars65

      I had the same error. You have to(instead of what the 1.5 manual says) keep all the files in the mysensors_master folder. This folder needs to be in the libraries folder that already exists.

      posted in Announcements
      nielsokker
      nielsokker
    • RE: What is wrong with this sketch?

      @nielsokker

      I see it does not compile. You have to change the define.

      
      #define FSR_Pin = A0; //analog pin 0 needs to be
      

      needs to be

      
      #define FSR_Pin  A0 //analog pin 0 needs to be
      
      posted in Troubleshooting
      nielsokker
      nielsokker
    • RE: Show Real-time IMU data from four nodes

      I will!

      Restored my RPI today. I am going to use pyMYS. Only need something to display it.

      Will keep you guys informed!

      posted in Troubleshooting
      nielsokker
      nielsokker