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

Logitech keyboard/mouse #7

Open
bilogic opened this issue Apr 17, 2020 · 4 comments
Open

Logitech keyboard/mouse #7

bilogic opened this issue Apr 17, 2020 · 4 comments

Comments

@bilogic
Copy link

bilogic commented Apr 17, 2020

Hi,

Is this able to sniff packets from Logitech devices that uses the NRF24?
The serial output stays stuck at Listening.... Thank you.

@Yveaux
Copy link
Owner

Yveaux commented Apr 18, 2020

If it is using an nRF24L01 it should be possible to sniff the packets.
Are you sure other parameters, like bitrate, are set correctly?

@bilogic
Copy link
Author

bilogic commented Apr 18, 2020

I'm using an Arduino Uno which runs on 5v, is it compatible with the 3.3v NRF24?
Is the Arduino Uno Rev3 3.3v? I coud not tell.

@bilogic
Copy link
Author

bilogic commented Apr 18, 2020

The only change I made to the code was to comment out BINARY_OUTPUT.
I'm curious, where is SCK, MOSI and MISO defined in the code?

This is my output

-- RF24 Sniff --
4e 4c00050400fce1a8a80000000220 Channel:     76
Datarate:    1Mb/s
Address:     0xA8A8E1FC**
Max payload: 32
CRC length:  2

STATUS		= 0x06 RX_DR=0 TX_DS=0 MAX_RT=0 RX_P_NO=3 TX_FULL=0
RX_ADDR_P0-1    = 0xe0fc 0xc0c0
RX_ADDR_P2-5    = 0xc1 0xc0 0xc0 0xc2
TX_ADDR		= 0xe3e3
RX_PW_P0-6	= 0x00 0x00 0x00 0x00 0x00 0x00
EN_AA		= 0x00
EN_RXADDR	= 0x00
RF_CH		= 0x04
RF_SETUP	= 0x00
CONFIG		= 0x00
DYNPD/FEATURE   = 0x00 0x00
Data Rate	= 1MBPS
Model		= nRF24L01
CRC Length	= Disabled
PA Power	= PA_MIN

Listening...

@bilogic
Copy link
Author

bilogic commented Apr 18, 2020

btw, logitech devices hop around the channels, would that be a problem for this sniffer?
I was able to get https://github.com/insecurityofthings/uC_mousejack to capture some packets, but misses a ton of them.

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

2 participants