Skip to content

Commit

Permalink
doc: add info about each component, add info on some strapping pins
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Apr 15, 2024
1 parent 7c2b139 commit 15a072c
Show file tree
Hide file tree
Showing 18 changed files with 236 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/assembly/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
* - 1
- U2
- 280x240 1.69\" TFT
- 1.7\" TFT Display (ST7789)
- 1.7\" IPS TFT Display (ST7789)
- `arduino.ua <https://arduino.ua/prod6568-tft-displei-1-7-spi-240x280-rgb>`__
- 176
-
Expand Down
212 changes: 212 additions & 0 deletions docs/assembly/every_component.rst

Large diffs are not rendered by default.

Binary file added docs/assembly/images/buzzer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/dac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/display.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/divider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/mcu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/regulator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/reset.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/sdcard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/switching.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assembly/images/usb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/assembly/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@

configurations
components
every_component
16 changes: 16 additions & 0 deletions docs/faq/hardware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,19 @@
Враховуючи, що (станом на момент написання цього документу) SD-карта працює на частоті 25 МГц, читання файлу розміром 1 МБ з SD-карти за ідеальних умов займе менше однієї секунди!

Тому, якщо ви пишете гру, яка завантажує текстури чи звуки з SD-карти, просто завантажте їх у пам'ять PSRAM один раз при запуску гри і надалі працюйте з ними вже з пам'яті, не взаємодіючи з SD-картою.

Чому ви не вивели `GPIO35`, `GPIO36` та `GPIO37` на роз'єм розширення?
----------------------------------------------------------------------

Ці піни можна використовувати лише в деяких (менш потужних) варіантах ESP32-S3-WROOM.

В ESP32-S3-WROOM-N16R8, який використовується в Лілці, ці піни використовуються для внутрішіх потреб (а точніше - для спілкування мікроконтролера ESP32-S3 з пам'яттю PSRAM).

Тому використовувати їх для будь-яких інших цілей заборонено.

Чому ви не вивели `GPIO45` на роз'єм розширення?
------------------------------------------------

`GPIO45` - це один з так званих "strapping" пінів, які використовуються для вибору режиму завантаження мікроконтролера та інших налаштувань.

Використання цього піна небезпечне, оскільки він встановлює режим напруги SPI-шини. Тому ми вирішили не виводити його на роз'єм розширення, щоб уникнути можливих проблем та потенційних пошкоджень пристрою.
2 changes: 2 additions & 0 deletions docs/hardware/mcu.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _mcu:

Мікроконтролер
==============

Expand Down
2 changes: 2 additions & 0 deletions docs/keira/sdcard.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _sdcard:

Карта microSD
=============

Expand Down
2 changes: 2 additions & 0 deletions docs/manual/extension.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _extension:

Роз'єм розширення
=================

Expand Down

0 comments on commit 15a072c

Please sign in to comment.