Skip to content

boranseckin/VoidLink

Repository files navigation

VoidLink

A decentralized mesh communication system for off-grid environments. It uses LoRa to enable low-cost and portable nodes that relay messages and location data without any external infrastructure. VoidLink offers a self-sustaining alternative to satellite phones for adventurers, geologists, and emergency responders.

Read more about it in the blog post.

Usage

  1. Clone the repo including the driver library.
git clone --recurse-submodules https://github.com/boranseckin/voidlink.git
  1. Install the Pico C/C++ SDK.

  2. Set the PICO_SDK_PATH.

  3. Build the project. Use pico or pico2 depending on the target.

mkdir build
cd build
cmake .. -DPICO_BOARD=pico
make
  1. Load the firmware onto the target.
picotool load voidlink.uf2

Uses

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •