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.



Sensor in action <--Video
 
		
		
		
	Best posts made by Sander Stolk
- 
    RE: Parking Sensorposted in My Project
- 
    RE: Step-by-step procedure to connect the NRF24L01+ to the GPIO pins and use the Raspberry as a Serial Gateway (MySensors 1.x)posted in HardwareOk here's the deal to change the channel or other settings: cd Raspberry 
 make clean
 make all
 sudo make install
 Done!
- 
    RE: Repeater and the routingposted in General DiscussionStarting 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 libraryvoid 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!
- 
    RE: 💬 MySensors Stable Nodeposted in OpenHardware.ioKeep me posted! 
 Will order when board comes soldered and ready to use!
- 
    RE: Node's becoming unreachableposted in Troubleshooting@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... 
- 
    RE: Node's becoming unreachableposted in Troubleshooting@tbowmo The IKEA Fantast probe with MAX6675 breakout board.