maniacbug / RF24Network

Network Layer for nRF24L01(+) Radios
http://maniacbug.github.com/RF24Network
273 stars 129 forks source link

examples/helloworld_tx/helloworld_tx.pde - Compilation Error #10

Closed emil01 closed 9 years ago

emil01 commented 10 years ago

Compiling gives the following error (it applies for both the rx&tx example):

E:\Apps\arduino-1.0.5\libraries\RF24Network\RF24Network.cpp: In member function 'void RF24Network::begin(uint8_t, uint16_t)': E:\Apps\arduino-1.0.5\libraries\RF24Network\RF24Network.cpp:33: error: 'class RF24' has no member named 'isValid' E:\Apps\arduino-1.0.5\libraries\RF24Network\RF24Network.cpp: In member function 'void RF24Network::update()': E:\Apps\arduino-1.0.5\libraries\RF24Network\RF24Network.cpp:60: error: 'class RF24' has no member named 'isValid'

emil01 commented 10 years ago

i deleted the references from the RF24Network.cpp and it is working fine now. But is this the right way to go about?

DevGW commented 10 years ago

I'm getting the same error and was just about to delete the reference as well ... did this work out well for you emil01?

emil01 commented 10 years ago

I installed the updated libraries and then it worked fine for me

1swe23 commented 9 years ago

Hello i'm newbie with Nrf24l01+ module.I'm also getting the same error. i have also deleted the references from the RF24Network.cpp file, then also same error is there.Please suggest if some other changes need to be done

emil01 commented 9 years ago

Have you tried using the latest libraries? On Feb 12, 2015 6:05 PM, "1swe23" notifications@github.com wrote:

Hello i'm newbie with Nrf24l01+ module.I'm also getting the same error. i have also deleted the references from the RF24Network.cpp file, then also same error is there.Please suggest if some other changes need to be done

— Reply to this email directly or view it on GitHub https://github.com/maniacbug/RF24Network/issues/10#issuecomment-74075240 .

1swe23 commented 9 years ago

thanks for replying.can u please share the link for the new libraries. I am unable to find the new libraries. thanks in advance.

emil01 commented 9 years ago

Download from here:

https://github.com/maniacbug/RF24Network?files=1

Don't remember if it has been updated since I last used it, check it out and confirm if it works, else I will try and figure this out once I am home. On Feb 14, 2015 5:40 PM, "1swe23" notifications@github.com wrote:

thanks for replying.can u please share the link for the new libraries. I am unable to find the new libraries. thanks in advance.

— Reply to this email directly or view it on GitHub https://github.com/maniacbug/RF24Network/issues/10#issuecomment-74375325 .