JamesHagerman / gr-cc1111

GNU Radio blocks - CC1111 packets encoder/decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 84.8%Language:CMake 11.2%Language:C++ 3.8%Language:C 0.2%