I've removed all the LED's and it hasn't made a difference.
I've used GettingStarted, pingpair and ledremote. The only edit I've made to them was to make pin 20 (SS) output
The speed of the NRF was changed when I ran the Teensy at 3.3v, as the clockspeed was reduced to 8MHz. I found out that there was code in the intialising to select this.
I haven't got the 2nd one set up at the moment (with 3.3v) as it isn't able to send the packet (before waiting to receive a reply). It is failing before it even makes a ping. I am loathe to change the 2nd Teensy to 3v too as this doesn't seem to be the issue. If however, you should disagree and believe that the 2nd side is required, then I will rig the 2nd up for 3.3v
Here's the current status view
And the failure messages
The 010 showing a false on tx success, a true on tx failure and a false on rx ready
Thanks again for your time and effort in assisting me. It's much appreciated
I've used GettingStarted, pingpair and ledremote. The only edit I've made to them was to make pin 20 (SS) output
Code:
pinMode(20,OUTPUT);
The speed of the NRF was changed when I ran the Teensy at 3.3v, as the clockspeed was reduced to 8MHz. I found out that there was code in the intialising to select this.
I haven't got the 2nd one set up at the moment (with 3.3v) as it isn't able to send the packet (before waiting to receive a reply). It is failing before it even makes a ping. I am loathe to change the 2nd Teensy to 3v too as this doesn't seem to be the issue. If however, you should disagree and believe that the 2nd side is required, then I will rig the 2nd up for 3.3v
Here's the current status view
Code:
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 = 0x20 0x20 0x00 0x00 0x00 0x00
EN_AA = 0x3f
EN_RXADDR = 0x03
RF_CH = 0x4c
RF_SETUP = 0x07
CONFIG = 0x0f
DYNPD/FEATURE = 0x00 0x00
Data Rate = 1MBPS
Model = nRF24L01+
CRC Length = 16 bits
PA Power = PA_HIGH
And the failure messages
Code:
Now sending 156123...[Writing 4 bytes 28 blanks]010
failed.
Failed, response timed out.
Now sending 157433...[Writing 4 bytes 28 blanks]010
failed.
Failed, response timed out.
Now sending 158744...[Writing 4 bytes 28 blanks]010
failed.
Failed, response timed out.
The 010 showing a false on tx success, a true on tx failure and a false on rx ready
Thanks again for your time and effort in assisting me. It's much appreciated