NRF24L01 two Transmitters one Receiver

hi all,
I'm trying to receive values from two different transmitters. To transmit values from one transmitter is easy and I'm using Mirf library. So I have searched enough on the web but I can find an example with Mirf Library. It's importand to use Mirf library on my code because I want to transmit values from IMU and Mirf it's the best because of small delays on transmitting that don't effect code.
thanks

DimitrisTzam:
hi all,
I'm trying to receive values from two different transmitters. To transmit values from one transmitter is easy and I'm using Mirf library. So I have searched enough on the web but I can find an example with Mirf Library. It's importand to use Mirf library on my code because I want to transmit values from IMU and Mirf it's the best because of small delays on transmitting that don't effect code.
thanks

I have read your post several times and con't seem to find why you posted it?

Paul

Why you think that I shouldn't posted it?
Thanks for reply

Surely there is some documentation with the library. Where did you get it? And what is IMU?

Paul

Start by posting the code you do have, and explain what extra you want to do. Two transmitters will
work just like one unless the packets collide - perhaps you need a way to uniquely identify which
transmitter? Just transmit that in the packet.