Navigation

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

    Best posts made by Sander Stolk

    • RE: Parking Sensor

      Here a working example with a 16-Bit ring with radio because the misses hit the fence for the second time this year with the car.
      alt text
      alt text
      alt text
      Sensor in action <--Video

      posted in My Project
      Sander Stolk
      Sander Stolk
    • RE: Step-by-step procedure to connect the NRF24L01+ to the GPIO pins and use the Raspberry as a Serial Gateway (MySensors 1.x)

      Ok here's the deal to change the channel or other settings:

      cd Raspberry
      make clean
      make all
      sudo make install
      Done!

      posted in Hardware
      Sander Stolk
      Sander Stolk
    • RE: Repeater and the routing

      Starting up the library
      To initialize radio and start the library, you must call begin(). Begin initializes the sensor node but you can also configure the sensor node operating parameters manually. Call this before anything else in the library

      void begin(void (*_msgCallback)(const MyMessage &), uint8_t nodeId, boolean repeaterMode,
      uint8_t parentNodeId);
      incomingMessageCallback - Callback function for incoming messages from other nodes or controller and request responses. Default is NULL.
      nodeId - The unique id (1-254) for this sensor. Default is AUTO(255) which means sensor tries to fetch an id from controller.
      repeaterMode - Activate repeater mode. This node will forward messages to other nodes in the radio network. Make sure to call process() regularly. Default in false
      parentNodeId - Use this to force node to always communicate with a certain parent node. Default is AUTO which means node automatically tries to find a parent.

      Nice!
      So gw.begin(NULL,4,true,3) is node 4 with repeater mode on and parent 3? Cool!

      posted in General Discussion
      Sander Stolk
      Sander Stolk
    • RE: 💬 MySensors Stable Node

      Keep me posted!
      Will order when board comes soldered and ready to use!

      posted in OpenHardware.io
      Sander Stolk
      Sander Stolk
    • RE: Node's becoming unreachable

      @mrwomble Measure the temp of the meat on the BBQ and the kettle itself. I get a push message from Domoticz when the centre of the meat hits a certain temperature regarding the switch I flipped for cow, chicken, fish and so on...

      posted in Troubleshooting
      Sander Stolk
      Sander Stolk
    • RE: Node's becoming unreachable

      @tbowmo The IKEA Fantast probe with MAX6675 breakout board.

      posted in Troubleshooting
      Sander Stolk
      Sander Stolk