mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge branch 'master' into master
This commit is contained in:
commit
e9e15a78dd
20
blog/2024/October/meshtastic-solutions.mdx
Normal file
20
blog/2024/October/meshtastic-solutions.mdx
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: "Introducing Meshtastic Solutions: Supporting the Future of the Open Source Meshtastic Project"
|
||||
description: "Meshtastic Solutions is a new initiative designed to support the growth and long-term success of the open source Meshtastic project"
|
||||
slug: introducing-meshtastic-solutions
|
||||
authors: MeshtasticTeam
|
||||
tags: [meshtastic, meshtastic-solutions]
|
||||
date: 2024-10-23T13:00
|
||||
hide_table_of_contents: false
|
||||
image: "/design/web/social-preview-1200x630.png"
|
||||
---
|
||||
|
||||
The Meshtastic Team is excited to announce Meshtastic Solutions. This new venture will support the Meshtastic open source project, as well as provide a pool of expertise for anyone building tools and systems with Meshtastic. Meshtastic Solutions will ensure the long-term health and success of the Meshtastic team and ecosystem, as well as to spur development of the Meshtastic firmware, clients, libraries, and utilities.
|
||||
|
||||
This support will be fueled by partnerships with hardware vendors, many that you are familiar with, and some that are new to Meshtastic. In time, high quality devices will bear the Meshtastic seal of approval. Individual devices will be eligible for registration through Meshtastic, providing assurance of genuine hardware, as well as identity and cryptographic key attestation.
|
||||
|
||||
Meshtastic Solutions will also serve as a hub for businesses that need custom solutions or expert consultation within the Meshtastic ecosystem. Meshtastic Solutions is open for business for providing engineering, software solutions, and other support for custom use-cases. The first stage of this support is the Backer program, where existing manufacturers can financially support Meshtastic. This will be extended to include a full Partner program, offering in-depth design, close support, and device testing assistance. All with the goal of helping hardware vendors produce the best products possible for Meshtastic.
|
||||
|
||||
Meshtastic Solutions is separate from both the Meshtastic open source project, and Meshtastic LLC, the license and trademark holding entity. There will be no drastic changes to the Meshtastic project as a result of this new venture, with the exception of more development and higher quality products and solutions to choose from. This support from Backers and Partners will fuel some long-awaited milestones, including a well-tested Stable firmware release.
|
||||
|
||||
We’re looking forward to a stronger Meshtastic ecosystem that continues in the strong open source legacy the project has worked hard to foster. Follow our progress at [Meshtastic.com](https://meshtastic.com), and feel free to contact us with questions or to discuss business opportunities.
|
|
@ -26,3 +26,11 @@ Jonathan:
|
|||
image_url: https://github.com/jp-bennett.png
|
||||
socials:
|
||||
github: jonathanbennett
|
||||
MeshtasticTeam:
|
||||
name: Meshtastic Team
|
||||
url: https://meshtastic.org
|
||||
image_url: https://github.com/meshtastic.png
|
||||
MeshtasticSolutions:
|
||||
name: Meshtastic Solutions
|
||||
url: https://meshtastic.com
|
||||
image_url: https://github.com/meshtastic-solutions.png
|
||||
|
|
|
@ -14,7 +14,11 @@ This is an interface to talk to and control your Meshtastic device over a serial
|
|||
|
||||

|
||||
|
||||
<object data="https://www.youtube.com/embed/HdOiGKBtapw?autohide=1&autoplay=0" width="100%" height="400"></object>
|
||||
<object
|
||||
data="https://www.youtube.com/embed/HdOiGKBtapw?autohide=1&autoplay=0"
|
||||
width="100%"
|
||||
height="400"
|
||||
></object>
|
||||
|
||||
## Serial Module Config Values
|
||||
|
||||
|
@ -121,7 +125,7 @@ All serial module config options are available in the python CLI. Example comman
|
|||
:::
|
||||
|
||||
| Setting | Acceptable Values | Default |
|
||||
| :------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------: |
|
||||
| :---------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------: |
|
||||
| serial.enabled | `true`, `false` | `false` |
|
||||
| serial.echo | `true`, `false` | `false` |
|
||||
| serial.mode | `DEFAULT` `SIMPLE` `PROTO` `TEXTMSG`, `NMEA`, `CALTOPO` | `DEFAULT` |
|
||||
|
@ -131,7 +135,6 @@ All serial module config options are available in the python CLI. Example comman
|
|||
| serial.timeout | `integer` (milli seconds) | Default of `0` corresponds to 250 ms |
|
||||
| serial.override_console_serial_port | `true`, `false` | `false` |
|
||||
|
||||
|
||||
:::tip
|
||||
|
||||
Because the device will reboot after each command is sent via CLI, it is recommended when setting multiple values in a config section that commands be chained together as one.
|
||||
|
@ -264,6 +267,7 @@ while True:
|
|||
```
|
||||
|
||||
#### Arduino Mini Pro BOM
|
||||
|
||||
- An Arduino Mini Pro with example sketch from below uploaded to it.
|
||||
- T-Beam V1.1 running Meshtastic
|
||||
- PIR Sensor ([Adafruit Breadboard Model](https://www.adafruit.com/product/4871))
|
||||
|
|
|
@ -164,7 +164,6 @@ Tap "Edit" to access the Channel Menu:
|
|||
5. Precise location (if position is enabled)
|
||||
6. Position precision (if precise location is disabled)
|
||||
|
||||
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="apple">
|
||||
|
|
|
@ -6,10 +6,9 @@ sidebar_position: 2
|
|||
---
|
||||
|
||||
import PositionPrecision from "@site/docs/blocks/_position-precision.mdx";
|
||||
import Link from "@docusaurus/Link"
|
||||
import ThemedImage from '@theme/ThemedImage';
|
||||
import useBaseUrl from '@docusaurus/useBaseUrl';
|
||||
|
||||
import Link from "@docusaurus/Link";
|
||||
import ThemedImage from "@theme/ThemedImage";
|
||||
import useBaseUrl from "@docusaurus/useBaseUrl";
|
||||
|
||||
## Introduction
|
||||
|
||||
|
@ -46,8 +45,10 @@ The cloud icon at the top right corner indicates if you are connected to a devic
|
|||
alt="Not connected"
|
||||
className="max-h-14"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-no-ack_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-no-ack_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-no-ack_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-no-ack_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
Cloud with a slash through it: No device connected to the application.
|
||||
|
||||
|
@ -56,8 +57,10 @@ Cloud with a slash through it: No device connected to the application.
|
|||
alt="Connected"
|
||||
className="max-h-14"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-imp-ack_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-imp-ack_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-imp-ack_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-imp-ack_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
Cloud with a check in it: Device connected to the application.
|
||||
|
||||
|
@ -66,16 +69,20 @@ Cloud with a check in it: Device connected to the application.
|
|||
alt="Sleeping"
|
||||
className="max-h-14"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-waiting_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-waiting_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-waiting_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-waiting_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
Cloud with an up arrow in it: Device is connected, but currently sleeping or out of range.
|
||||
Cloud with an up arrow in it: Device is connected, but currently sleeping or out
|
||||
of range.
|
||||
|
||||
## Common tasks
|
||||
|
||||
### Set your region
|
||||
|
||||
In order to start communicating with your mesh, you must select a region. This setting controls which frequency range your device uses and should be set according to your location. See [Region Settings](https://meshtastic.org/docs/getting-started/initial-config#set-regional-settings) for a list of region codes and their meanings.
|
||||
|
||||
- Tap on the "Region" dropdown in the top-right corner and make the appropriate selection.
|
||||
|
||||
### Change your name
|
||||
|
@ -113,6 +120,7 @@ The app will generate a new QR code on the screen. This encodes the channel det
|
|||
2. If the channel is shared from a file or link using the `Share` button, you can click on the file or link and you need to choose "Open with Meshtastic".
|
||||
|
||||
:::info If a QR or URL opens a webpage instead of the APP or "Open with Meshtastic" is not an option:
|
||||
|
||||
1. Go to Android Settings > Apps > Default apps > Meshtastic > Opening links
|
||||
2. Make sure you have in "links/web address": www.meshtastic.org
|
||||
3. If you see the option "Open the supported links", make sure it is enabled.
|
||||
|
@ -134,6 +142,7 @@ You can test changing channels with the QR code shown below.
|
|||
### Adjust a channel
|
||||
|
||||
You can change the following settings by tapping on the name of an existing channel:
|
||||
|
||||
1. MQTT Uplink
|
||||
2. MQTT Downlink
|
||||
3. Position enabled
|
||||
|
@ -141,6 +150,7 @@ You can change the following settings by tapping on the name of an existing chan
|
|||
5. Position precision (if precise location is disabled)
|
||||
|
||||
#### Position Precision
|
||||
|
||||
The precision levels currently used in the app correspond the values in the table below. These can be thought of as the radius of a circle around a point (not your current location) which you are within.
|
||||
|
||||
<PositionPrecision />
|
||||
|
@ -161,50 +171,65 @@ With LoRa (or any radio) there is some uncertainty that the message has been rec
|
|||
alt="cloud up"
|
||||
className="max-h-18"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-waiting_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-waiting_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-waiting_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-waiting_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
Cloud with an up arrow: the message is queued in the app, waiting to be handed to the device.
|
||||
Cloud with an up arrow: the message is queued in the app, waiting to be handed
|
||||
to the device.
|
||||
|
||||
<center>
|
||||
<ThemedImage
|
||||
alt="cloud only"
|
||||
className="max-h-18"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-sent_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-sent_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-sent_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-sent_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
- Cloud only: the device received the message from the app, and it has been sent and transmitted via LoRa.
|
||||
- Cloud only: the device received the message from the app, and it has been sent
|
||||
and transmitted via LoRa.
|
||||
|
||||
<center>
|
||||
<ThemedImage
|
||||
alt="Cloud with a check mark"
|
||||
className="max-h-18"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-imp-ack_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-imp-ack_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-imp-ack_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-imp-ack_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
- Cloud with a check mark: received at least one node's acknowledgement response. Confirmations could be from any one device.
|
||||
- Cloud with a check mark: received at least one node's acknowledgement
|
||||
response. Confirmations could be from any one device.
|
||||
|
||||
<center>
|
||||
<ThemedImage
|
||||
alt="Person with a check mark"
|
||||
className="max-h-18"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-DM-ack_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-DM-ack_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-DM-ack_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-DM-ack_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
- Person with a check mark - The intended recipient node of your direct message acknowledged the message.
|
||||
- Person with a check mark - The intended recipient node of your direct message
|
||||
acknowledged the message.
|
||||
|
||||
<center>
|
||||
<ThemedImage
|
||||
alt="Cloud crossed out"
|
||||
className="max-h-18"
|
||||
sources={{
|
||||
light: useBaseUrl('/img/android/android-no-ack_lt.webp'),
|
||||
dark: useBaseUrl('/img/android/android-no-ack_dk.webp'),}}/>
|
||||
light: useBaseUrl("/img/android/android-no-ack_lt.webp"),
|
||||
dark: useBaseUrl("/img/android/android-no-ack_dk.webp"),
|
||||
}}
|
||||
/>
|
||||
</center>
|
||||
- Cloud crossed out: the initial sender did not receive any confirmation within a certain timeout.
|
||||
- Cloud crossed out: the initial sender did not receive any confirmation within
|
||||
a certain timeout.
|
||||
|
||||
By default there is no long-term store-and-forward of messages, so messages not received during transmission are lost.
|
||||
|
||||
|
@ -225,7 +250,6 @@ The network list shows all the users (devices) that have connected to the same C
|
|||
|
||||
The Map tab will show a local map with an icon for each active mesh node that has a known position. The users names are shown above the icon.
|
||||
|
||||
|
||||
[](/img/android/android-map-layers.webp)
|
||||
|
||||
- Clicking the layers icon in the top-right will allow you to select the map type.
|
||||
|
@ -253,6 +277,7 @@ The debug panel allows you to see all packets sent between the application and t
|
|||
[](/img/android/android-radio-configuration.webp)
|
||||
|
||||
Radio Configuration opens a list of all radio and module configuration settings.
|
||||
|
||||
- See [Radio Config](/docs/configuration/radio) for radio settings.
|
||||
- See [Module Config](/docs/configuration/module) for module settings.
|
||||
- At the end of this list are buttons for Reboot, Shutdown, Factory reset, and NodeDB reset.
|
||||
|
|
Loading…
Reference in a new issue