meshtastic/docs/getting-started/flashing-firmware/esp32/web-flasher.mdx

30 lines
844 B
Plaintext
Raw Normal View History

2022-10-31 10:27:04 -07:00
---
id: web-flasher
2024-03-09 12:53:02 -08:00
title: Meshtastic Web Flasher
2022-10-31 21:26:19 -07:00
sidebar_label: Web Flasher (recommended)
2022-10-31 10:27:04 -07:00
sidebar_position: 1
description: Instructions for using the Web Flasher(recommended) to flash Meshtastic firmware to an ESP32 chipset device.
2022-10-31 10:27:04 -07:00
---
2023-01-21 09:32:24 -08:00
import Link from "@docusaurus/Link";
2024-03-09 12:53:02 -08:00
## Flash Device
2022-10-31 10:27:04 -07:00
2022-11-02 11:46:54 -07:00
1. Plug in your device
2. Visit [flasher.meshtastic.org](https://flasher.meshtastic.org) _\*requires Chrome or Edge browser_
2023-01-19 05:01:57 -08:00
3. Follow the instructions
2023-01-21 09:32:24 -08:00
2024-03-09 12:53:02 -08:00
### Connect and Configure Device
2023-01-21 09:32:24 -08:00
After flashing the Meshtastic firmware to the device, you can proceed with the initial configuration.
<div className="indexCtasBody">
<Link
className={"button button--outline button--lg cta--button"}
2024-03-09 12:53:02 -08:00
style={{ fontSize: '0.8em', padding: '8px 16px' }}
2023-01-21 09:32:24 -08:00
to={"/docs/getting-started/initial-config"}
>
Connect and Configure Device
</Link>
</div>