Skip to content

rosvall/cc2531_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux kernel driver for CC2531 WPAN Adapter

IEEE 802.15.4 Linux driver for CC2531 based USB dongle with WPAN Firmware.

Features

  • 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.

Requirements

  • CC2531 based USB dongle with WPAN Firmware
  • Linux 6.0 or newer
  • GCC, binutils, kernel headers, etc.

How to build

# Clone repo
git clone 'https://github.com/rosvall/cc2531_linux.git' 
cd cc2531_linux

# Build
make

# Install module
sudo make modules_install

References

See also