nrf24l01 question

I have a 6 transmtter (node01 thru node06) 1 receiver (node00), nrf24l01 sensor network opetating @ channel 115. Im receiving the sensor data just fine at node00, my question and 2nd step in this project is to change the receiver node00 to a transmitting node @ channel 108 to a lone receiver ie wireless alarm. Is it poissible for the nrf24l01 with 6 channels @ 115 switch to transmitting mode @channel 108 then back to receiver @115. The switching from receiver to transmitter will only occur when a event is triggered at 1 of the sensor nodes.

It is perfectly possible to change channels while your program is running.

Keep in mind that an nRF24 has only a single wireless device.

...R
Simple nRF24L01+ Tutorial

I have re-written some my previous code based on code from the tutorial, I will update the results as soon as I can.