Robin,
Thanks for the tip to use the example code but still no luck.
I deleted all instances of the RF24 library with the IDE closed. I then downloaed the RF24_master library from TMr20 as suggested. I renamed the library asRF24 and put it in C:\Users\Edward\Documents\Arduino\libraries\RF24
I then loaded the IDE and loaded the Getting started sketch. It still won't verify giving the following error message:
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp: In member function 'void RF24::print_status(uint8_t)':
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp:362:11: error: 'printf_P' was not declared in this scope
);
^
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp: In member function 'void RF24::print_observe_tx(uint8_t)':
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp:373:11: error: 'printf_P' was not declared in this scope
);
^
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp: In member function 'void RF24::print_byte_register(const char*, uint8_t, uint8_t)':
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp:385:38: error: 'printf_P' was not declared in this scope
printf_P(PSTR(PRIPSTR"\t ="),name);
^
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp: In member function 'void RF24::print_address_register(const char*, uint8_t, uint8_t)':
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp:400:38: error: 'printf_P' was not declared in this scope
printf_P(PSTR(PRIPSTR"\t ="),name);
^
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp: In member function 'void RF24::printDetails()':
C:\Users\Edward\Documents\Arduino\libraries\RF24\RF24.cpp:562:102: error: 'printf_P' was not declared in this scope
printf_P(PSTR("Data Rate\t = " PRIPSTR "\r\n"),pgm_read_word(&rf24_datarate_e_str_P[getDataRate()]));
^
exit status 255
I feel that it isn't seeing the RF24 library but ......
PS the Pinguino is Arduino compatible Microchip 32 board with many good feature. I have used it on other projects without any problems.
Many thanks for your help do far.
Charlie