nrf24L01 and Nano

So I am using Nano and nrf24L01+pa+lna module with breakout board (5v adapter). I uploaded from rf24.h examples, the scanner sketch. Everything looked fine. I am definitely receiving signal. Then I uploaded the "getting started" sketch to see if it was transmitting. The bool for successful transmit won't come back true. I take that back it came back once true then it went into a "failed to transmit message" loop. I set the transmit power to RF24_PA_MIN because I read on a article that the module consumes more power than the nano can supply on transmit. But I figured at least at the MIN It might transmit. But, no dice. So then I connected a separate USB powered breadboard power supply to the modules vcc and ground, still no dice. I have a 12v power supply and a 5v buck converter if it still needs more power. But Im not sure that is the answer. On a side note I accidentally uploaded a sketch in the process of all this with uno board selected, because I was using a Nano to transmit and an uno to receive and I was flipping back and forth with testing. Now it won't upload to the nano unless the uno board is selected. I think the ide somehow flashed unos bootloader to the nano. Is it possible this is the cause for no transmission?

Not sure what the cause is, any ideas?

Here's the update. The module is a Chinese clone. So the RF24.h library doesn't work fully on the clone. So to anyone that isn't sure if your module is a clone or not and might be having the same problems. Check outhttps://github.com/PaulStoffregen/RadioHead/blob/master/RH_NRF24.h. It's RH_NRF24 Library By RadioHead it works with clone modules.