Skip to content

GNU Radio blocks - CC1111 packets encoder/decoder

Notifications You must be signed in to change notification settings

drtyhlpr/gr-cc1111

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

GNU Radio blocks to handle CC1111 based packet format (header, whitening and CRC16). Tested between RFCat and HackRF One.

Provide the following GNU Radio blocks:

  • "Packet Encoder (CC1111) Source" : Read payloads from gr.msg_queue() and format them to CC11xx based packets.
  • "Packet Decoder (CC1111)" : Decode CC11xx formatted packets from a GR flow graph, and send payload to gr.msg_queue().

Author

Status

  • Beta version
  • Tested on GNURadio 3.7.4

Documentation

Installation

cd src/gr-cc1111
mkdir build
cd build
cmake ../
make 
sudo make install

About

GNU Radio blocks - CC1111 packets encoder/decoder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.8%
  • CMake 11.2%
  • C++ 3.8%
  • C 0.2%