diff --git a/example/pages/about.md b/example/pages/about.md deleted file mode 100644 index eeaa04b..0000000 --- a/example/pages/about.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: About -slug: about -menu_order: 10 ---- - -# About Our Network - -Welcome to our MeshCore mesh network! This page demonstrates the custom pages feature. - -## What is MeshCore? - -MeshCore is an open-source off-grid LoRa mesh networking platform. It enables peer-to-peer communication without relying on traditional internet or cellular infrastructure. - -## Our Mission - -Our community-operated network aims to: - -- Provide resilient communication during emergencies -- Enable outdoor enthusiasts to stay connected in remote areas -- Build a community of mesh networking enthusiasts - -## Getting Started - -To join our network, you'll need: - -1. A compatible LoRa device (T-Beam, Heltec, RAK, etc.) -2. MeshCore firmware installed -3. The correct radio configuration for our region diff --git a/example/pages/join.md b/example/pages/join.md new file mode 100644 index 0000000..c4d2b33 --- /dev/null +++ b/example/pages/join.md @@ -0,0 +1,87 @@ +--- +title: Join +slug: join +menu_order: 10 +--- + +# Getting Started with MeshCore + +MeshCore is an open-source off-grid LoRa mesh networking platform. This guide will help you get connected to the network. + +For detailed documentation, see the [MeshCore FAQ](https://github.com/meshcore-dev/MeshCore/blob/main/docs/faq.md). + +## Node Types + +MeshCore devices operate in different modes: + +| Mode | Description | +|------|-------------| +| **Companion** | Connects to your phone via Bluetooth. Use this for messaging and interacting with the network. | +| **Repeater** | Standalone node that extends network coverage. Place these in elevated locations for best results. | +| **Room Server** | Hosts chat rooms that persist messages for offline users. | + +Most users start with a **Companion** node paired to their phone. + +## Frequency Regulations + +MeshCore uses LoRa radio, which operates on unlicensed ISM bands. You **must** use the correct frequency for your region: + +| Region | Frequency | Notes | +|--------|-----------|-------| +| Europe (EU) | 868 MHz | EU868 band | +| United Kingdom | 868 MHz | Same as EU | +| North America | 915 MHz | US915 band | +| Australia | 915 MHz | AU915 band | + +Using the wrong frequency is illegal and may cause interference. Check your local regulations. + +## Compatible Hardware + +MeshCore runs on ESP32-based LoRa devices. Popular options include: + +### Recommended Devices + +| Device | Manufacturer | Features | +|--------|--------------|----------| +| [Heltec V3](https://heltec.org/project/wifi-lora-32-v3/) | Heltec | Budget-friendly, OLED display | +| [T114](https://www.lilygo.cc/products/t114-lora-gps-meshtastic) | LilyGO | Compact, GPS, colour display | +| [T1000-E](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-p-5913.html) | Seeed Studio | Credit-card sized, GPS, weatherproof | +| [T-Deck Plus](https://www.lilygo.cc/products/t-deck-plus) | LilyGO | Built-in keyboard, touchscreen, GPS | + +Ensure you purchase the correct frequency variant (868MHz for EU/UK, 915MHz for US/AU). + +### Where to Buy + +- **Heltec**: [Official Store](https://heltec.org/) or AliExpress +- **LilyGO**: [Official Store](https://lilygo.cc/) or AliExpress +- **Seeed Studio**: [Official Store](https://www.seeedstudio.com/) + +## Mobile Apps + +Connect to your Companion node using the official MeshCore apps: + +| Platform | App | Link | +|----------|-----|------| +| Android | MeshCore | [Google Play](https://play.google.com/store/apps/details?id=com.meshcore.android) | +| iOS | MeshCore | [App Store](https://apps.apple.com/app/meshcore/id6670395169) | + +The app connects via Bluetooth to your Companion node, allowing you to send messages, view the network, and configure your device. + +## Flashing Firmware + +1. Use the [MeshCore Web Flasher](https://flasher.meshcore.co.uk/) for easy browser-based flashing +2. Select your device type and region (frequency) +3. Connect via USB and flash + +See the [Flashing Guide](https://github.com/meshcore-dev/MeshCore/blob/main/docs/faq.md#flashing) for detailed instructions. + +## Next Steps + +Once your device is flashed and paired: + +1. Open the MeshCore app on your phone +2. Enable Bluetooth and pair with your device +3. Set your node name in the app settings +4. You should start seeing other nodes on the network + +Welcome to the mesh!