-
Notifications
You must be signed in to change notification settings - Fork 261
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
Setting up Crazyradio PA #2
Comments
@gyaresu thanks for documenting this. I see that the failed https://github.com/RFStorm/mousejack/blob/master/prog/usb-flasher/usb-flash.py#L85 |
hah. of course. I may have way overthought the issue >< Thanks @marcnewlin |
… throw permission exceptions instead of failing silently. Per #2.
Wierd, getting the same fail during a make install i.e "no compatible device"...same fail when using sudo make install
Even after successfully flashing the latest firmware
|
After the Can you try running Debugging this problem aside, it sounds like the CrazyRadio flashing utility will work in your case to flash the RFStorm firmware onto the dongle. Have you tried this? |
Cheers for the reply! (unexpected)
|
It could be a timeout problem. The It would be interesting to see if it works reliably for you if you increase the timeout value here: https://github.com/RFStorm/mousejack/blob/master/prog/usb-flasher/usb-flash.py#L79 Are you working in a VM by chance? |
Changed it up to 10 and ran through from scratch. No issues. Seemed to do the trick. |
It seems i'm having an issue: The red LED of my Crazyradio PA is constantly on. Is that normal? Flashing outputted the following: [2016-09-15 13:17:49.080] Looking for a compatible device that can jump to the Nordic bootloader Any ideas? |
Hi, just got my Crazyradio PA but i cant get it to work.. Same error as above, I tried with two different Crazyradio PA but not working, also flashed the 0.53 firmware but not working. Please help me |
Try to reflash the 0.53 crazyradio PA firmware and now i get message "Error, cant find the Crazyradio USB Dongle. |
similar issue on this repo bettercap/bettercap#497 |
Hi, I am having the same issues described by @sw1337 and @yweiss0. I bought a brand new Crazyradio PA from Bitcraze directly and when it arrived it blinked Flashing seemed to be successful, no error messages: $ sudo make install
|
Hey everyone, I was able to patch the Bitcraze PA dongle, at least according to the command line output.
I can start various tools, including Jackit, nrf24-playset from SSyS Consulting, but I don't receive any data at all. The presenter is a Logitech R400 R0008, known to be vulnerable. The Bitcraze is displaying a solid red LED. Anyone any idea? Is it bricked/dead? |
@juliocesarfort have you been able to succeed here? I have a similar issue, after apparently successful flashing, the LED is constantly red and I am not able to scan any traffic etc. Hi guys, not sure if this thread is still active, however I have the same issue. I was able to flash the FW successfully, according to term output. I also tried to flash again via the Bitcraze firmware nrfbootload script |
Just some more troubleshooting information.
For SPI related stuff, I went the RPi way, see the Bitcraze github and a picture of the setup from the author of the script is here. See as well the support provided here. In case it is not clear enough, the dongle is powered over the USB connection. After flashing, not much happens. I unplugged/replugged, had a solid red LED, checked For permission issues, you are likely already a member of the I probably bricked mine while fixing some scripts for python3 support, you might want to |
Just documenting the process getting started with the Crazyradio PA and MouseJack.
If you're using http://macports.org then you'll want to edit the Makefile on line 7 to
gobjcopy
because FSF software names a lot of their tools with a leadingg
.You may also need to run
make bin/
first before just runningmake
. Or at least I needed to on OS X & Ubuntu.Builds fine though.
Then
make install
.... hmmm....OS X
Debian:
It's there though right?
$ lsusb
:Bus 001 Device 007: ID 1915:7777 Nordic Semiconductor ASA
So maybe the PA doesn't come with firmware installed?
https://github.com/bitcraze/crazyradio-firmware/releases
Ah...
So download the correct firmware:
https://github.com/bitcraze/crazyradio-firmware/releases/
(lastest is currently:cradio-pa-0.53.bin
)Then follow the instructions to USB firmware upgrade:
https://wiki.bitcraze.io/projects:crazyradio:programming
And you should be on a winner.
The text was updated successfully, but these errors were encountered: