Hello
I have problems with the two NRF24L01 and two tm4c123gxl. I can not get
it running.
Pins 1. Tm4c123gxl (RX): PC_6 (CE), PD_2 (MISO), PD_3 (MOSI), PD_1 (CS), PD_0 (SCK), PE_1 (IRQ)
Pins 2. Tm4c123gxl (TX): PC_7 (CE), PD_2 (MISO), PD_3 (MOSI), PD_1 (CS), PD_0 (SCK), PE_1 (IRQ)
I will use a simply Sketch.
I have found this in the Forum [Energia Library] Nordic nRF24L01+ library
I have download this Enrf24_v1_8.zip from the Forum.
Enerf24_RXdemo
#include <Enrf24.h>
#include <nRF24L01.h>
#include <string.h>
#include <