Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RF24_config.h: No such file or directory #6

Closed
yo0x opened this issue Apr 23, 2015 · 4 comments
Closed

RF24_config.h: No such file or directory #6

yo0x opened this issue Apr 23, 2015 · 4 comments

Comments

@yo0x
Copy link

yo0x commented Apr 23, 2015

Hi samy! It such amazing project for the pentest-community!! thanks!
i want to start compiling the arduino but i got couples of errors like::
Arduino: 1.6.4 (Windows 8.1), Board: "Arduino Pro or Pro Mini, ATmega328 (5V, 16 MHz)"

Build options changed, rebuilding all

keysweeper_mcu_src.ino:176:22: fatal error: nRF24L01.h: No such file or directory
compilation terminated.
Error compiling.

Do i have to add the library manually?? am i doing something wrong?

Thanks!

@ryman1
Copy link

ryman1 commented Apr 23, 2015

I had to add some libraries manually. There are a couple github repos I used.
I believe I had to use files from https://github.com/stanleyseow/RF24
as well as https://github.com/ryman1/Adafruit_TinyFlash/ for the flash chip.

Good luck!

@yo0x
Copy link
Author

yo0x commented Apr 23, 2015

Great! Thanks!

@yo0x yo0x closed this as completed Apr 23, 2015
@ryman1
Copy link

ryman1 commented Apr 23, 2015

I just happened to check the other closed issue here and noticed that samy recommends using this RF24 repo specifically. https://github.com/maniacbug/RF24 I will say that the stanleyseow one I linked earlier does work correctly for sniffing. I haven't tested any other features though.

@samyk
Copy link
Owner

samyk commented Apr 23, 2015

Good to know, thanks ryman1! I'll add details on that. Yeah, there are a ton of RF24 libs forked from maniacbug but I used it as it's the most widely available, though required custom SPI commands from KeySweeper.

@ikarus23 ikarus23 mentioned this issue May 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants