Skip to content

Commit

Permalink
Add build target docs to the ESP-BOX page.
Browse files Browse the repository at this point in the history
  • Loading branch information
yetanothercarbot committed Jul 30, 2024
1 parent ca50218 commit f4b25ae
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/hardware/espressif/esp-s3-box.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@ After flashing, click the reset button. You might need to open the serial port a

## Variants

| | **ESP32-S3-BOX** | **ESP32-S3-BOX-Lite** | **ESP32-S3-BOX-3** | **ESP32-S3-BOX-3B** |
|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
| **Description** | Original release. Case is 3D-printed, and includes a stand that exposes the GPIO pins and a USB-C port. If the stand is removed, the display can be wall-mounted. This variant has 8MB of PSRAM. | This is similar to the ESP32-S3-BOX, but does not have touch input; instead it has three buttons below the display. Stand is not included. Has 8MB of PSRAM. | Second generation device. Comes with a variety of stands, with various accessories integrated, but very few are supported. This version is no longer wall-mountable. Has 16MB of PSRAM. | The same as ESP32-S3-BOX-3, but has only a regular dock. |
| **Supported** | Yes. Touch and display work. | Untested. Display should work. Buttons not implemented. | Yes. Touch and display work. | Yes. Touch and display work. |
| **Recommended** | No; deprecated and superseded - buy a ESP32-S3-BOX-3B instead. | No. Does not support touch and has been superseded since. | Yes, but consider the ESP32-SE-BOX-3B instead if only purchasing for OpenHASP - the additional accessories included in this variant are not supported by OpenHASP. | **Yes** |
| | **ESP32-S3-BOX** | **ESP32-S3-BOX-Lite** | **ESP32-S3-BOX-3** | **ESP32-S3-BOX-3B** |
|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------|
| **Description** | Original release. Case is 3D-printed, and includes a stand that exposes the GPIO pins and a USB-C port. If the stand is removed, the display can be wall-mounted. This variant has 8MB of PSRAM. | This is similar to the ESP32-S3-BOX, but does not have touch input; instead it has three buttons below the display. Stand is not included. Has 8MB of PSRAM. | Second generation device. Comes with a variety of stands, with various accessories integrated, but very few are supported. This version is no longer wall-mountable. Has 16MB of PSRAM. | The same as ESP32-S3-BOX-3, but has only a regular dock. |
| **Supported** | Yes. Touch and display work. | Untested. Display should work. Buttons not implemented. | Yes. Touch and display work. | Yes. Touch and display work. |
| **Recommended** | No; deprecated and superseded - buy a ESP32-S3-BOX-3B instead. | No. Does not support touch and has been superseded since. | Yes, but consider the ESP32-SE-BOX-3B instead if only purchasing for OpenHASP - the additional accessories included in this variant are not supported by OpenHASP. | **Yes** |
| **Build Target** | `esp32-s3-box` | `esp32-s3-box` | `esp32-s3-box-3` | `esp32-s3-box-3` |

For more information about the hardware, see [Espressif's documentation](https://github.com/espressif/esp-box).

Expand Down

0 comments on commit f4b25ae

Please sign in to comment.