Giter Club home page Giter Club logo

lora-p2m-reqrep's Introduction

LoRa Pseudo P2M Communication using Simple ZeroMQ Req/Rep Implementation

Pretty crazy project for my undergraduate thesis, microcontroller program fully written in typescript. Should have been written in C++ atleast, but oh well.

Uploaded to source control to persist the project.

Aim

It's pretty much a simple communication system built to handle communication between multiple node using LoRa while also preventing collision. Very naive implementation using custom ZeroMQ Request/Reply. Ideally, should implement a full-blown CSMA/CR (Carrier Sense Multiple Access with Collision Resolution), but that protocol being too complex to implement, and i'm being constrained by time and budget, prevented me from even attempting it.

Components

  • Raspberry Pi Pico
  • KalumaJS as microcontroller framework and interface
  • LoRa device E32-900T30D
  • LED, LCD, and Button

Development

  1. Kaluma flashed to Pico
  2. Program developed in typescript
  3. Program transformed and bundled into javascript via esbuild
  4. Javascript bundle flashed to Pico via serial communication (USB)

The hard part is when developing data-link layer, mainly in designing and implementing data communication protocol.

lora-p2m-reqrep's People

Contributors

slainless avatar

Watchers

 avatar Kostas Georgiou 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.