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

Add information about CC2531 and custom firmware that allows injecting #266

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ The KillerBee framework is being expanded to support multiple devices.
Currently there is support for the River Loop ApiMote, Atmel RZ RAVEN USB Stick,
MoteIV Tmote Sky, TelosB mote, Sewino Sniffer, and various hardware running Silicon Labs Node Test firmware.

The ApiMote, Atmel RZ RAVEN USB STICK and many of the other named devices are currently not available to buy on the internet. But with the CC2531 and [custom firmware](https://github.com/virtualabs/cc2531-killerbee-fw) a device for sniffing and injecting packets is still available.
**See [firmware/README.md](firmware/README.md) for details on hardware support and firmware programming.**

Support for Freaklab's Freakduino with added hardware & the Dartmouth arduino sketch
Expand Down
3 changes: 3 additions & 0 deletions firmware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ It can be purchased from electronics distributors, or directly from them

_This is currently supported for beta, and supports sniffing only._

### Virtualabs custom firmware (Allows injecting)

When flashing the CC2531 with the [custom firmware ](https://github.com/virtualabs/cc2531-killerbee-fw) developed by @virtualabs it also supports injecting packages.

## Silicon Labs Node Test 2.4GHz & SubGHz

Expand Down