NRF24L01 anomalies when sending data from 2 clients to a server

Whandall, I tried your code and it indeed works. I believe I understand the process.

One downside I see is that the data is not refreshing quick enough. There is a few second delay between when the sensor actually sees a temp increase and when it shows up in the display as changed.

If I do this, am I then limited to 6 clients (6 pipes on the NRF)? I ultimately need 12 clients.
Reading the RF24 doc's and looking at various examples, it is very confusing with regard to Pipes and Addresses. I thought I understood it to be 6 pipes and up to 255 addresses per pipe. So on a single pipe, I could have 255 separate sensors...