Skip to content

Gnuradio library to decode protocol in Aldes T.one system

Notifications You must be signed in to change notification settings

NHanser/gr-cc1100-ribo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is inspired from https://github.com/funoverip/gr-cc1111/ project GNU Radio blocks to handle CC1100 based packet format (header, CRC16). Whitening is coded but not use in decoder.

Provide the following GNU Radio blocks:

  • "Packet Decoder (CC1100)" : Decode CC11xx formatted packets from a GR flow graph, and send payload to gr.myqueue_out().

Author

Status

  • Beta version
  • Tested on GNURadio 3.7.4

Documentation

Prerequisites

On debian :

Installation

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

About

Gnuradio library to decode protocol in Aldes T.one system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages