meshtastic/docs/software/integrations/caltopo.mdx

37 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-06-17 04:08:54 -07:00
---
id: integrations-caltopo
title: CalTopo / SARTopo
sidebar_label: CalTopo / SARTopo
sidebar_position: 1
---
## CalTopo / SARTopo
2023-06-17 05:03:18 -07:00
Meshtastic can integrate with [CalTopo](https://caltopo.com/) Desktop edition quite easily through the product's APRS over serial support.
### Configuring the Meshtastic device
2023-06-17 05:27:14 -07:00
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):
2023-06-17 05:03:18 -07:00
2023-06-17 05:42:53 -07:00
#### Enabling serial over the device's USB port
2023-06-17 05:03:18 -07:00
```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
```
2023-06-17 05:42:53 -07:00
#### Enabling serial over an external USB to Serial adapter
2023-06-17 05:03:18 -07:00
```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
2023-06-17 07:26:52 -07:00
Ensure that serial baud rate is set to `9600` on both the Meshtastic device and the CalTopo / SARTopo `topo.properties` configuration
2023-06-17 05:03:18 -07:00
:::
2023-06-17 07:26:52 -07:00
### Setting up CalTopo / SARTopo
2023-06-17 05:03:18 -07:00
To setup CalTopo for Meshtastic integration using the Live Tracking via APRS, refer to the [documentation](https://training.caltopo.com/all_users/share/live-tracking#aprs).
2023-06-17 07:26:52 -07:00
Example `topo.properties` file configuration for use with Meshtastic:
2023-06-17 05:03:18 -07:00
2023-06-17 05:42:53 -07:00
![topo.properties](properties.png)