@@ -15,39 +15,13 @@ It's available in two versions supporting two different frequency ranges and fea
15
15
16
16
Some of the ESP32 I/O pins are accessible on the board's pin headers.
17
17
18
- Functional Description
19
- **********************
20
-
21
- The following table below describes the key components, interfaces, and controls
22
- of the Lilygo TTGO LoRa32 board.
23
-
24
- .. _SX127x : https://www.semtech.com/products/wireless-rf/lora-connect/sx1276#documentation
25
- .. _ESP32-PICO-D4 : https://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf
26
- .. _SSD1306 : https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf
27
-
28
- +------------------+-------------------------------------------------------------------------+
29
- | Key Component | Description |
30
- +==================+=========================================================================+
31
- | ESP32-PICO-D4 | This `ESP32-PICO-D4 `_ module provides complete Wi-Fi and Bluetooth |
32
- | | functionalities and integrates a 4-MB SPI flash. |
33
- +------------------+-------------------------------------------------------------------------+
34
- | Diagnostic LED | One user LED connected to the GPIO pin. |
35
- +------------------+-------------------------------------------------------------------------+
36
- | USB Port | USB interface. Power supply for the board as well as the |
37
- | | serial communication interface between a computer and the board. |
38
- | | Micro-USB type connector. |
39
- +------------------+-------------------------------------------------------------------------+
40
- | Power Switch | Sliding power switch. |
41
- +------------------+-------------------------------------------------------------------------+
42
- | OLED display | Built-in OLED display \( `SSD1306 `_, 0.96", 128x64 px\) controlled |
43
- | | by I2C interface |
44
- +------------------+-------------------------------------------------------------------------+
45
- | SX1276/SX1278 | LoRa radio frontend chip, connected via SPI. |
46
- | | Use SX1276 for 433MHz and SX1276 for 868/915/923MHz. |
47
- +------------------+-------------------------------------------------------------------------+
48
- | TF card slot | TF card slot wired to the SDHC interface of the MCU. |
49
- +------------------+-------------------------------------------------------------------------+
18
+ Hardware
19
+ ********
20
+
21
+ Supported Features
22
+ ==================
50
23
24
+ .. zephyr :board-supported-hw ::
51
25
52
26
Start Application Development
53
27
*****************************
@@ -61,7 +35,7 @@ System requirements
61
35
Prerequisites
62
36
=============
63
37
64
- Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
38
+ Espressif HAL requires WiFi and Bluetooth binary blobs in order to work. Run the command
65
39
below to retrieve those files.
66
40
67
41
.. code-block :: console
@@ -78,7 +52,7 @@ Building & Flashing
78
52
Simple boot
79
53
===========
80
54
81
- The board could be loaded using the single binary image, without 2nd stage bootloader.
55
+ The board could be loaded using a single binary image, without 2nd stage bootloader.
82
56
It is the default option when building the application without additional configuration.
83
57
84
58
.. note ::
@@ -108,7 +82,7 @@ There are two options to be used when building an application:
108
82
Sysbuild
109
83
========
110
84
111
- The sysbuild makes possible to build and flash all necessary images needed to
85
+ The sysbuild makes it possible to build and flash all necessary images needed to
112
86
bootstrap the board with the ESP32-PICO-D4 SoC.
113
87
114
88
To build the sample application using sysbuild use the command:
@@ -193,7 +167,7 @@ message in the monitor:
193
167
.. code-block :: console
194
168
195
169
***** Booting Zephyr OS vx.x.x-xxx-gxxxxxxxxxxxx *****
196
- Hello World! ttgo_lora32
170
+ Hello World! ttgo_lora32/esp32/procpu
197
171
198
172
Code samples
199
173
============
@@ -218,3 +192,5 @@ Related Documents
218
192
- `ESP32-PICO-D4 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf >`_ (PDF)
219
193
- `ESP32 Datasheet <https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf >`_ (PDF)
220
194
- `ESP32 Hardware Reference <https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html >`_
195
+ - `SX127x Datasheet <https://www.semtech.com/products/wireless-rf/lora-connect/sx1276#documentation >`_
196
+ - `SSD1306 Datasheet <https://cdn-shop.adafruit.com/datasheets/SSD1306.pdf >`_ (PDF)
0 commit comments