Skip to content

Commit

Permalink
Document update
Browse files Browse the repository at this point in the history
  • Loading branch information
Heltec-Aaron-Lee committed Jan 31, 2024
1 parent 574dd28 commit e18d8f6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
Binary file added doc/node/esp32/source/wireless_boot/img/01.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions doc/node/esp32/source/wireless_boot/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Heltec WirelessBoot System
================
:ht_translation:`[简体中文]:[English]`

*The document is still under construction...*

Wireless Boot is a boot loader system for ESP32 MCU. You can download firmware, exchange information, and print logs through WiFi. Therefor, devices no longer requires a USB-UART bridge, which can reduce the hardware cost of the system and reduce device size.

.. toctree::
:maxdepth: 2

Quick Start <quick_start>
24 changes: 24 additions & 0 deletions doc/node/esp32/source/wireless_boot/quick_start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Heltec WirelessBoot System
{ht_translation}`[简体中文]:[English]`

***The document is still under construction...***

Wireless Boot is a boot loader system for ESP32 MCU. You can download firmware, exchange information, and print logs through WiFi. Therefor, devices no longer requires a USB-UART bridge, which can reduce the hardware cost of the system and reduce device size.

&nbsp;

```{Tip} You can understand it as a special OTA program, but it can running in the devices' Boot loader
```

![](img/01.jpg)

## Quick Start

ESP32 WirelessBoot have 3 modes:

1. Download or upgrade firmware through a webpage;
2. Directly upgrade and debug devices in the IDE (Arduino, Platform.io, etc.);
3. Replacing serial ports through WiFi interaction

## Partition Map

0 comments on commit e18d8f6

Please sign in to comment.