From 16a6d7c0696ebd608d1e6e8fd65fc9c2a8732878 Mon Sep 17 00:00:00 2001 From: SpookyDervish Date: Sat, 28 Feb 2026 07:55:39 +1100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 759a5a5..a345628 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -# mesh-network-project +# "What is this?" +I'm building a radio mesh network, kinda like CyberPony to democratize WiFi and have a private and free form of the internet. Most websites hosted will be like the early internet at first, but maybe as time goes on speeds will be better. -A completely off the grid web! \ No newline at end of file +# Nodes +## Relay +Relays just push the signal further. +### Parts +- Raspberry Pi Pico H ($~9) | [Buy](https://core-electronics.com.au/raspberry-pi-pico-h-with-headers.html) +- SX1262 LoRa Node Module for Raspberry Pi Pico (comes with battery and antenna) ($~22) | [Buy](https://www.waveshare.com/pico-lora-sx1262-868m.htm?sku=21667) +- Any way to program and flash the Pico, whether thats USB or another way. + +## Connector +A connector lets you use the mesh network over bluetooth. +### Parts +- Raspberry Pi Pico WH ($~12) | [Buy](https://core-electronics.com.au/raspberry-pi-pico-wh.html) +- SX1262 LoRa Node Module for Raspberry Pi Pico (comes with battery and antenna) ($~22) | [Buy](https://www.waveshare.com/pico-lora-sx1262-868m.htm?sku=21667) +- Any way to program and flash the Pico, whether thats USB or another way. + +# Setting up your device +idk yet haven't coded it lmao :sob: \ No newline at end of file