Tapatalk

Compiling Error Concerning RH_RF69.h

Compiling Error Concerning RH_RF69.h

2

PostSep 11, 2016#1

I followed the introductory video; and added the board and the library using the latest Arduino IDE 1.6.10 but I get this error message when I try to compile the example code Comms / base:
"fatal error: RH_RF69.h: No such file or directory
#include <RH_RF69.h>"

I found a copy of that hex file in the Talk2 'extras' in my Arduino library; but copyin git into the same folder with the example .ino file did not work.

How can I fix this?

Thanks

James

PostSep 11, 2016#2

I found the issue; I also needed to include the Radio Head library that was located in the 'extras' within the Talk2 library, RadioHead-1.62.zip
Then the example code would compile.

So this is resolved; but you might want to put some notes or revise the original library to automatically include those necessary 'extras'.

James

1885
1885

PostSep 11, 2016#3

Hi James,

Thanks for the feedback! For the moment the RadioHead library will be distributed as a separated package as the code is not maintained by us.

We'll be creating a detailed tutorial with screen-shots, showing how to install the Talk2 as well the third-party RadioHead library. There's also a little trick to reduce the program-size by removing non-RFM69 files from the RH lib, which will be demonstrating too.

Cheers,
Mike M.

PostSep 11, 2016#4

Hi again James,

We've updated the Talk2 Library documentation and it now describes how to install both libraries, step-by-step:

https://bitbucket.org/talk2/talk2-library/overview

Thanks again for the suggestion.

Regards,
Mike M.