Git Product home page Git Product logo

lora-mac-layer's Introduction

โ›ณ Design of LoRa MAC Layer in Ultra-Low Power SDR

๐ŸŽˆ Background

LoRa

  • an ideal OTA (over-the-air) communication protocol for SD-PHY (software defined physical layer)
  • long range, low power consumption, and anti-interference
  • fixed PHY layer
  • open MAC layer

โœ’๏ธ Architecture

We utilize an MCU to control LoRa as its OTA protocol. Specifically, on the transmitter end, we primarily employ an MSP430 development board to control a LoRa (SX1276) development board. They communicate via the SPI bus. Additionally, we have a frontend interface on the computer, developed using the QT framework. It controls the MSP430 development board via UART serial communication. On the receiver end, it also employs an MSP430 development board for control of the LoRa development board, communicating via the SPI bus.

Diagram

๐Ÿงƒ Implementation

  • Designing LoRa MAC Layer:
    • Designing frame format for LoRa MAC layer.
    • Implementing timeout retransmission mechanism.
    • Adding broadcast capability.
  • Adding duty_cycle for sleep implementation.
  • Designing frontend interface:
    • Adding control for respective functionalities.
    • Porting to Linux system.
    • Beautifying interface.
  • Deploying in conjunction with circuit schematics to software-defined radio hardware platform.

๐Ÿ“‘ State Machines

Diagram Diagram

๐Ÿ“– Instructions

  • Transmitter
    • QT interface: User-interface-transmitter
    • MCU codes: firmware/LoRa_transmit
  • Receiver
    • QT interface: User-interface-receiver
    • MCU codes: firmware/SD_PHY

lora-mac-layer's People

Contributors

shaoting-feng avatar

Stargazers

 avatar  avatar Shaoting Feng avatar  avatar

Watchers

 avatar

Forkers

zhay10086

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.