Skip to content

Commit

Permalink
Add Seeed Studio XIAO ESP32S3 Sense pins to esp32_camera.rst (#3446)
Browse files Browse the repository at this point in the history
* Add Seeed Studio XIAO ESP32S3 Sense pins to esp32_camera.rst

Added camera pin configuration for Seeed Studio XIAO ESP32S3 Sense to Camera page

* Added missing blank line

* Update esp32_camera.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
  • Loading branch information
romkey and nagyrobi authored Jun 4, 2024
1 parent 39abfa6 commit 80fe66a
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions components/esp32_camera.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,10 @@ Test Setting:
Camera uses PWM timer #1. If you need PWM (via the ``ledc`` platform) you need to manually specify
a channel there (with the ``channel: 2`` parameter)

Configuration for Ai-Thinker Camera
-----------------------------------
Configuration examples
----------------------

**Ai-Thinker Camera**:

.. warning::

Expand Down Expand Up @@ -203,8 +205,7 @@ Configuration for Ai-Thinker Camera
name: My Camera
# ...
Configuration for M5Stack Camera
--------------------------------
**M5Stack Camera**:

.. warning::

Expand Down Expand Up @@ -235,8 +236,7 @@ Configuration for M5Stack Camera
name: My Camera
# ...
Configuration for M5Stack Timer Camera X/F
------------------------------------------
**M5Stack Timer Camera X/F**:

.. code-block:: yaml
Expand All @@ -258,8 +258,7 @@ Configuration for M5Stack Timer Camera X/F
name: My Camera
# ...
Confguration for M5Stack M5CameraF New
--------------------------------------
**M5Stack M5CameraF New**:

.. code-block:: yaml
Expand All @@ -277,8 +276,7 @@ Confguration for M5Stack M5CameraF New
pixel_clock_pin: GPIO21
reset_pin: GPIO15
Configuration for Wrover Kit Boards
-----------------------------------
**Wrover Kit Boards**:

.. code-block:: yaml
Expand All @@ -299,8 +297,7 @@ Configuration for Wrover Kit Boards
name: My Camera
# ...
Configuration for TTGO T-Camera V05
-----------------------------------
**TTGO T-Camera V05**:

.. code-block:: yaml
Expand All @@ -322,8 +319,7 @@ Configuration for TTGO T-Camera V05
name: My Camera
# ...
Configuration for TTGO T-Camera V162
------------------------------------
**TTGO T-Camera V162**:

.. code-block:: yaml
Expand All @@ -346,8 +342,7 @@ Configuration for TTGO T-Camera V162
name: My Camera
# ...
Configuration for TTGO T-Camera V17
-----------------------------------
**TTGO T-Camera V17**:

.. code-block:: yaml
Expand All @@ -371,8 +366,7 @@ Configuration for TTGO T-Camera V17
name: My Camera
# ...
Configuration for TTGO T-Journal
--------------------------------
**TTGO T-Journal**:

.. code-block:: yaml
Expand All @@ -394,8 +388,7 @@ Configuration for TTGO T-Journal
# ...
Configuration for TTGO-Camera Plus
----------------------------------
**TTGO-Camera Plus**:

.. code-block:: yaml
Expand All @@ -418,8 +411,7 @@ Configuration for TTGO-Camera Plus
name: My Camera
# ...
Configuration for TTGO-Camera Mini
----------------------------------
**TTGO-Camera Mini**:

.. code-block:: yaml
Expand All @@ -440,8 +432,7 @@ Configuration for TTGO-Camera Mini
name: My Camera
# ...
Configuration for ESP-EYE
----------------------------------
**ESP-EYE**:

.. code-block:: yaml
Expand All @@ -462,8 +453,7 @@ Configuration for ESP-EYE
name: My Camera
# ...
Configuration for ESP32S3_EYE on `Freenove ESP32-S3-DevKitC-1 <https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board>`_
---------------------------------------------------------------------------------------------------------------------------
**ESP32S3_EYE** on `Freenove ESP32-S3-DevKitC-1 <https://github.com/Freenove/Freenove_ESP32_S3_WROOM_Board>`__:

.. code-block:: yaml
Expand All @@ -490,6 +480,26 @@ Configuration for ESP32S3_EYE on `Freenove ESP32-S3-DevKitC-1 <https://github.co
name: My Camera
# ...
**Seeed Studio XIAO ESP32S3 Sense**:

.. code-block:: yaml
esp32_camera:
external_clock:
pin: GPIO10
frequency: 20MHz
i2c_pins:
sda: GPIO40
scl: GPIO39
data_pins: [GPIO15, GPIO17, GPIO18, GPIO16, GPIO14, GPIO12, GPIO11, GPIO48]
vsync_pin: GPIO38
href_pin: GPIO47
pixel_clock_pin: GPIO13
# Image settings
name: My Camera
# ...
See Also
--------

Expand Down

0 comments on commit 80fe66a

Please sign in to comment.