RF24 Library: Driver for nRF24L01(+) 2.4GHz Wireless Transceiver

Maniacbug, great job on the library, really looks complete, only im having problems getting it to work with a pair of nrf24l01+ modules. I am pretty sure they are wired correctly. Can't seem to get any of the rf24 examples to work. Here is the radio.printDetails from both modules with the getting started code in it.

*** CHANGING TO TRANSMIT ROLE -- PRESS 'R' TO SWITCH BACK
ROLE: Ping out
STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
RX_ADDR_P0-1 = 0xf0f0f0f0e1 0xf0f0f0f0d2
RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
TX_ADDR = 0xf0f0f0f0e1
RX_PW_P0-6 = 0x08 0x08 0x00 0x00 0x00 0x00
EN_AA = 0x3f
EN_RXADDR = 0x03
RF_CH = 0x4c
RF_SETUP = 0x27
CONFIG = 0x0f
DYNPD/FEATURE = 0x00 0x00
Data Rate = 250KBPS
Model = nRF24L01+
CRC Length = 16 bits
PA Power = PA_HIGH

*** CHANGING TO RECEIVE ROLE -- PRESS 'T' TO SWITCH BACK
ROLE: Pong back
STATUS = 0x0e RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=7 TX_FULL=0
RX_ADDR_P0-1 = 0xf0f0f0f0d2 0xf0f0f0f0e1
RX_ADDR_P2-5 = 0xc3 0xc4 0xc5 0xc6
TX_ADDR = 0xf0f0f0f0d2
RX_PW_P0-6 = 0x08 0x08 0x00 0x00 0x00 0x00
EN_AA = 0x3f
EN_RXADDR = 0x03
RF_CH = 0x4c
RF_SETUP = 0x27
CONFIG = 0x0f
DYNPD/FEATURE = 0x00 0x00
Data Rate = 250KBPS
Model = nRF24L01+
CRC Length = 16 bits
PA Power = PA_HIGH

on the ping out module is get:
Now sending 26533...failed.
Failed, response timed out.

in the serial terminal, and nothing in the pong back. I am using the Leonardo arduino modules and Arduino ver 1.52 software. All the signals look ok on a scope. the only signal that looks a bit strange is the 3.3vdc, which has a .2vpp ripple on it, really don't think this is the problem though. any feedback is greatly appreciated.