meshtastic/docs/getting-started/clients.md
2022-02-15 18:11:51 -07:00

2 KiB

id title sidebar_label
clients Clients Overview Clients Overview

import { DownloadCard } from '/src/pages/downloads/_components/DownloadCard.tsx'

Overview

There are many ways to connect to your newly flashed device. Below is a quickstart for each client that you can use to connect to your radio.

Commandline Interface (CLI)

The CLI is currently the best way to manage your settings. It is feature rich and well documented. The settings pages have examples for each user preference for the device. The CLI is included in the Meshtastic-python project. If you'd like to use python to interface with a device, see the API documentation.

To install/upgrade Meshtastic-python, see below:

pip install meshtastic
pip install --upgrade meshtastic

Mobile Client Downloads

    download the latest .apk," from Github", ]} />

Serial

Using your preferred program (PuTTy, Serial, etc) connect to your device with the following settings to see the logs in real time.

Baudrate Data Bits Parity Stop Bits
921600 8 None 1

Web