BastilleResearch / mousejack

MouseJack device discovery and research tools
GNU General Public License v3.0
1.3k stars 254 forks source link

SparkFun nRF24LU1+ breakout board #1

Closed jgamblin closed 8 years ago

jgamblin commented 8 years ago

The SparkFun nRF24LU1+ breakout board is retired. Is there a replacement board that will work?

https://www.sparkfun.com/products/retired/9034

marcnewlin commented 8 years ago

The CrazyRadio PA dongle works well, and is available from a number of vendors online.

I've only tested against the CrazyRadio PA and the SparkFun breakout board, but the firmware should work on any 32kB nRF24LU1+ based dongle or breakout board.

It should also work on 16kB variants, but the bootloader address would need to be updated to 0x3800 from 0x7800. (The Nordic bootloader occupies the top 2kB of memory.)

https://github.com/RFStorm/mousejack/blob/master/src/usb.h#L23