diff --git a/content/docs/_index.md b/content/docs/_index.md index 80af09c..62f65a2 100755 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -4,4 +4,4 @@ linkTitle: Docs menu: {main: {weight: 1}} --- -Welcome to the Bayme.sh information bazar! \ No newline at end of file +Welcome to the Bayme.sh information bazar! diff --git a/content/docs/getting-started/_index.md b/content/docs/getting-started/_index.md index c50d636..f7bad40 100644 --- a/content/docs/getting-started/_index.md +++ b/content/docs/getting-started/_index.md @@ -14,4 +14,5 @@ If you haven't checked the [Offical Meshtastic Getting Started Guide](https://me - Wipe and flash firmware using the [Meshtastic Web Flasher](https://flash.meshtastic.org/) - Connect to the node via serial or bluetooth to your phone or computer - Follow the [reccomended settings]({{< ref "recommended-settings" >}}) +- Join us on [Discord](https://discord.gg/GpsKbhGJx5) - Send messages! diff --git a/content/docs/getting-started/recommended-hardware.md b/content/docs/getting-started/recommended-hardware.md index 9c08e68..9939663 100644 --- a/content/docs/getting-started/recommended-hardware.md +++ b/content/docs/getting-started/recommended-hardware.md @@ -6,47 +6,31 @@ tags: [Newbie, Hardware] See also [Discord #resources thread](https://discord.com/channels/1215705285159817236/1239383881698902036/1239393319566442596) +## [SeeedStudio Tracker T1000-E](https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html) +The T1000-E by SeeedStudio is one of the few “ready to go” out of the box nodes available with a ~2 day battery life and integrated GPS. It is IP65 and approximately the size of a credit card (but thicker). These features and its low cost make it an excellent starter unit for first time Meshtastic users. + +* Pros + * Long battery life (2+ days) + * GPS & Battery Included + * ~$40 USD + * IP65 case +* Cons + * No support for external antenna + ## [Rak Wisblock](https://store.rokland.com/products/rak-wireless-wisblock-meshtastic-starter-kit?ref=bayMesh) +The WisBlock is the “Lego” of Meshtastic nodes. It has dozens of possible configurations and optional extras. It’s extremely versatile and low power, leading to its popularity as everything from hand-held nodes (such as the WisMesh Pocket and Muzi Works R1) to solar powered base stations. + * Pros * Low power usage * Modular (Can easily add on gps and sensors) * Dedicated solar input * Cons * Requires assembly -* Order from - * Rak Wireless - * Rokland - * Etsy - * Amazon -## [T Beam](https://store.rokland.com/products/lilygo-ttgo-meshtastic-t-beam-v1-1-esp32-lora-915-mhz-wireless-module-wifi-gps-neo-6m-with-oled-display-soldered-for-arduino-q349?ref=bayMesh) -* Pros - * Fully built with display and gps (except battery and case) - * Reliable - * Somewhat cheap -* Cons - * High power usage - * Weird antenna placement -* Order from - * Lilygo - * Rokland - * Etsy - * Amazon - -## [TTGo Lora](https://store.rokland.com/products/lilygo-ttgo-lora32-v2-1_1-6-version-915mhz-esp32-lora-oled-0-96-inch-sd-card-bluetooth-wifi-wireless-module-esp-32-sma-q211?ref=bayMesh) -* Pros - * Small form factor - * Cheap - * Already attached display and built in wifi and ble antenna -* Cons - * No gps - * High battery usage -* Order from - * Lilygo - * Rokland - * Amazon - -## [Wis Mesh](https://store.rokland.com/products/wismesh-pocket?ref=bayMesh) +## [WisMesh Pocket](https://store.rokland.com/products/wismesh-pocket?ref=bayMesh) + +The WisMesh Pocket utilizes the power-saving nRF52-series SOC and OLED display and large battery for long life. With an included external antenna, this unit is “ready to go” out of the box but has the potential for upgrades + * Pros * battery efficient * Integrated gps @@ -54,6 +38,16 @@ See also [Discord #resources thread](https://discord.com/channels/12157052851598 * Fully built with case * Cons * A bit expensive -* Order from - * Rak Wireless - * Rokland + + +## [B&Q Station G2](https://www.tindie.com/products/neilhao/meshtastic-mesh-device-station-g2/) + +B&Q Consulting handcrafts specialized hardware designed specifically with Meshtastic in mind. The Station G2 is designed to be more sensitive than most other nodes, making for an excellent base-station or vehicle-based node. Note: Unlike most other nodes, the Station G2 has no support for onboard battery and requires external USB-C PD power. + +* Pros + * Better than average sensitivity + * Custom designed for excellent Meshtastic performance + * Supports for more powerful RF, for Amateur licensed usage. +* Cons + * Not designed for portable usage + diff --git a/content/docs/getting-started/recommended-settings.md b/content/docs/getting-started/recommended-settings.md index fe1e879..2387bb6 100644 --- a/content/docs/getting-started/recommended-settings.md +++ b/content/docs/getting-started/recommended-settings.md @@ -14,7 +14,8 @@ In the Bay Area, we have a few recommendations for configuration: * Set region to United States (US) * **Preset**: Long Range - Fast (Default) * **Number of hops**: 3 (Default) - Please don't turn this up. - * Set Ignore MQTT to true to avoid forwarding MQTT traffic + * **Ignore MQTT**: Optional: Enable this to ignore traffic that may have been downlinked from MQTT (the internet) + * **Ok to MQTT**: Optional: Enable this for your messages to be uploaded to MQTT (the internet). This is required for your messages to show up on the Discord logger, Meshview, or location on any maps. * Channels * 0 Primary Channel * **Name**: Blank (Default) @@ -32,8 +33,8 @@ In the Bay Area, we have a few recommendations for configuration: * See [offical docs for full breakdown](https://meshtastic.org/blog/choosing-the-right-device-role/) * Module Configuration * MQTT - * If you want to be internet-connected, see [MQTT](MQTT) - This can be on nodes with their own WiFi chips or on the go with MQTT client proxy from the phone app. - * Device Telemetry - * Device Metrics: 1 hour. - * Sensor Metrics: 1 hour. + * If you want to upload to the internet, see [MQTT](MQTT) - This can be on nodes with their own WiFi chips or on the go with MQTT client proxy from the phone app. + * Device Telemetry (iOS) + * Device Metrics: 1 hour (iOS) / 3600 seconds (Android) + * Sensor (Environment) Metrics: 1 hour / 3600 seconds (Android) diff --git a/content/map/_index.md b/content/map/_index.md index aeba73b..7632ad4 100644 --- a/content/map/_index.md +++ b/content/map/_index.md @@ -17,9 +17,8 @@ The Bay Area is a large area but with a large community of users. If you see a d For data and views on mesh information: * [Bay Mesh Explorer](https://app.bayme.sh/) - Just enter your node info in the search box. It'll provide you a brief overview of the info from the mesh. -* [Meshview](https://meshview.armooo.net/) - This allows you to drill way down into all things seen on the mesh (that reach the internet). Search for your node. It'll show you node info, graphs of power, neighbors, and environmental telementry. Also you'll see ALL packets sent/recieved by this node along with all uplinked packets (if on MQTT). -* [Sac Meshinfo](https://svm1.meshinfo.network/) - Due to the nature of the mesh, Sacramento has a lot of data that carries over into the Bay Area mesh. +* [Meshview](https://meshview.rouvier.org/) - This allows you to drill way down into all things seen on the mesh (that reach the internet). Search for your node. It'll show you node info, graphs of power, neighbors, and environmental telementry. Also you'll see ALL packets sent/recieved by this node along with all uplinked packets (if on MQTT). -{{% /blocks/section %}} \ No newline at end of file +{{% /blocks/section %}}