GithubHelp home page GithubHelp logo

sebmillet / rflink Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 121 KB

Radio Frequence library to handle a "liaison" layer with address, packet id and ack management

License: GNU Lesser General Public License v3.0

C++ 82.22% C 3.05% Shell 14.74%

rflink's Introduction

RFLink

This is an Arduino library for managing level 2 ("link") communication with RF devices. Tested and used with Texas Instruments (tm) CC1101 device. Works on top of arduino-CC1101 library (see below).

The link layer implements:

  • Packet ID, to properly ignore already-received packets
  • ACK, so that the sender will know data good reception

The notion of sender and receiver address is managed by RFLink, although this is in part already managed as a built-in feature of CC1101.

Installation

Download a zip of this repository, then include it from the Arduino IDE.

IMPORTANT You'll also need to install arduino-cc1101 library, available here: https://github.com/veonik/arduino-cc1101

Usage

See examples/example1/sender/sender.ino and examples/example1/receiver/receiver.ino for an example.

There are other examples available:

  • examples/example1

    Simple RFLink usage

  • examples/example2

    Use of deferred executions + used by test/t1.sh to do tests (need 2 boards each having a RF circuit like CC1101 plugged on).

rflink's People

Contributors

sebmillet avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.