IEEE 802.15.4 Linux driver for CC2531 based USB dongle with WPAN Firmware.
- Send and receive IEEE 802.15.4 frames.
- Get/set channel, address, transmit power, CCA mode, etc.
- Promiscous mode.
- Exposes all hardware registers in sysfs for experimentation.
- CC2531 based USB dongle with WPAN Firmware
- Linux 6.0 or newer
- GCC, binutils, kernel headers, etc.
# Clone repo
git clone 'https://github.com/rosvall/cc2531_linux.git'
cd cc2531_linux
# Build
make
# Install module
sudo make modules_install