First page Back Continue Last page Graphics
Output
Node 1 is running CntToLedsAndRfm, the leds blink to represent the counter at a high rate.
Node 2 is running BaseStation and forwards the incoming msg from CntToLedsAndRfm to the UART. Based on a 1sec timer it will also send a counter to Node 3.
Node 3 running RfmToLeds displays the counter at a slower rate than Node 1.
Because of packet id the Node 3 will not process data received from Node 1 and if BaseStation is not running the Leds will not run.