Arduino IDE Software for using nRF24L01+ for Transmitting 768 bytes of data to a Receiver using a 32 byte Payload

Hi All

I have an application using two nRF24L01+ and  two Teensy 4.1's programmed using the Arduino IDE.

This consists of:

- One transmitter to transmit a total of 768 bytes of data every second using the nRDf24L01+ sending a number of 32 byte payloads (packets).

- One receiver to receive the data and reconstitute the payload packets of 32 bytes back into 768 bytes of data.

Can someone please help me with the transmitter/receiver software.

Thanks Brett