mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-29 14:51:50 -08:00
Merge branch 'master' into remote-node-admin
This commit is contained in:
commit
8ff6c3a768
|
@ -10,5 +10,5 @@ sidebar_label: Trademark Grants
|
|||
- Details: Meshbrasil.com is an online shop for Meshtastic powered devices and accessories which carry the "Powered by Meshtastic" logo. The use of the Meshtastic Logo and Trademarks does not imply Meshbrasil.com is sponsored or endorsed by Meshtastic. Meshbrasil.com also agrees to maintain compliance with the Meshtastic Legal requirements. This grant is revokable at any time for any reason.
|
||||
- Grant: [Garth Vander Houwen](https://garthvh.com/store/)
|
||||
- Details: Garth is a member of the Meshtastic LLC, is the developer of the iOS app and runs an online shop for Meshtastic powered devices which carry the "Powered by Meshtastic" and "Chirpy" logo. The use of the Meshtastic Logo and Trademarks does not imply Garth is sponsored or endorsed by Meshtastic. Garth also agrees to maintain compliance with the Meshtastic Legal requirements. This grant is revokable at any time for any reason.
|
||||
- Grant: [Anthony (Tony) Good](https://quantumshadow3d.etsy.com)
|
||||
- Details: Tony is an admin and contributer of computer aided design (CAD)/3D designs primarily for device enclosures and accessories, and runs an online shop for Meshtastic powered devices which carry the "Meshtastic" and "M" logos. The use of the Meshtastic Logo and Trademarks does not imply Tony is sponsored or endorsed by Meshtastic. Tony also agrees to maintain compliance with the Meshtastic Legal requirements. This grant is revokable at any time for any reason.
|
||||
- Grant: [Anthony (Tony) Good](https://quantumshadow3d.etsy.com)
|
||||
- Details: Tony is an admin and contributer of computer aided design (CAD)/3D designs primarily for device enclosures and accessories, and runs an online shop for Meshtastic powered devices which carry the "Meshtastic" and "M" logos. The use of the Meshtastic Logo and Trademarks does not imply Tony is sponsored or endorsed by Meshtastic. Tony also agrees to maintain compliance with the Meshtastic Legal requirements. This grant is revokable at any time for any reason.
|
||||
|
|
37
docs/software/integrations/caltopo.mdx
Normal file
37
docs/software/integrations/caltopo.mdx
Normal file
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
id: integrations-caltopo
|
||||
title: CalTopo / SARTopo
|
||||
sidebar_label: CalTopo / SARTopo
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
## CalTopo / SARTopo
|
||||
|
||||
Meshtastic can integrate with [CalTopo](https://caltopo.com/) Desktop edition quite easily through the product's APRS over serial support.
|
||||
|
||||
### Configuring the Meshtastic device
|
||||
|
||||
To configure our Meshtastic device for this integration, we have a couple of different options, both of which utilize the [Serial module](/docs/settings/moduleconfig/serial):
|
||||
|
||||
#### Enabling serial over the device's USB port
|
||||
```shell title="Serial over USB"
|
||||
meshtastic --set serial.enabled true --set serial.baud BAUD_9600 --set serial.mode CALTOPO --set serial.override_console_serial_port true
|
||||
```
|
||||
|
||||
#### Enabling serial over an external USB to Serial adapter
|
||||
```shell title="External serial adapter"
|
||||
meshtastic --set serial.enabled true --set serial.baud BAUD_9600 --set serial.mode CALTOPO --set serial.txd = 13 --set serial.rxd = 14
|
||||
```
|
||||
|
||||
:::info
|
||||
Ensure that serial baud rate is set to `9600` on both the Meshtastic device and the CalTopo / SARTopo `topo.properties` configuration
|
||||
:::
|
||||
|
||||
|
||||
### Setting up CalTopo / SARTopo
|
||||
|
||||
To setup CalTopo for Meshtastic integration using the Live Tracking via APRS, refer to the official [documentation](https://training.caltopo.com/all_users/share/live-tracking#aprs).
|
||||
|
||||
Example `topo.properties` file configuration for use with Meshtastic:
|
||||
|
||||
![topo.properties](properties.png)
|
14
docs/software/integrations/index.mdx
Normal file
14
docs/software/integrations/index.mdx
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
title: Meshtastic Integrations
|
||||
slug: /software/integrations
|
||||
sidebar_label: Integrations
|
||||
sidebar_position: 11
|
||||
---
|
||||
|
||||
The Meshtastic ecosystem is highly extensible and allows easy integration with a number of existing software products and projects.
|
||||
|
||||
Current Meshtastic integrations:
|
||||
|
||||
- [CalTopo / SARTopo](/docs/software/integrations/integrations-caltopo) - Track Meshtastic nodes in CalTopo and SARTopo.
|
||||
|
||||
Support for the integrated products should be sought from their respective authors or vendors.
|
BIN
docs/software/integrations/properties.png
Normal file
BIN
docs/software/integrations/properties.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 250 KiB |
Loading…
Reference in a new issue