-
Notifications
You must be signed in to change notification settings - Fork 252
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
Comments
I had to add some libraries manually. There are a couple github repos I used. Good luck! |
Great! Thanks! |
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. |
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. |
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!
The text was updated successfully, but these errors were encountered: