両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン |
hardware:microcontroller:esp32 [2024/01/05 13:40] – ↷ 移動操作に合わせてリンクを書き換えました。 ともやん | hardware:microcontroller:esp32 [2024/08/23 05:31] (現在) – [参考文献] ともやん |
---|
[[https://micropython-docs-ja.readthedocs.io/ja/latest/esp32/quickref.html|]]\\ | [[https://micropython-docs-ja.readthedocs.io/ja/latest/esp32/quickref.html|]]\\ |
===== ピン アサイン ===== | ===== ピン アサイン ===== |
| {{:hardware:arduino:lilygo_ttgo_t8_v1.8_esp32-wrover-b.avif?420|LILYGO® TTGO T8 V1.8 ESP32-WROVER-B}} | {{:hardware:arduino:lilygo_ttgo_t7_mini32_v1.5_esp32-wrover-b.avif?420|LILYGO® TTGO T7 Mini32 V1.5 ESP32-WROVER-B}} | | <WRAP zoomimg_center w400 x1_3> |
| | {{:hardware:arduino:lilygo_ttgo_t8_v1.8_esp32-wrover-b.avif|LILYGO® TTGO T8 V1.8 ESP32-WROVER-B}} | {{:hardware:arduino:lilygo_ttgo_t7_mini32_v1.5_esp32-wrover-b.avif|LILYGO® TTGO T7 Mini32 V1.5 ESP32-WROVER-B}} | |
| | [[https://www.tele.soumu.go.jp/giteki/SearchServlet?pageID=jg01_01&PC=211&TC=N&PK=1&FN=181228N211&SN=%94%46%8F%D8&LN=56&R1=*****&R2=*****|ESP32-WROVER-B 認証番号: 211-180419]] || |
| </WRAP> |
[[git>Xinyuan-LilyGO/LILYGO-T8/blob/main/Schematic/T8_V1.8.pdf|LILYGO-T8 V1.8/Schematic at main · Xinyuan-LilyGO/LILYGO-T8]]\\ | [[git>Xinyuan-LilyGO/LILYGO-T8/blob/main/Schematic/T8_V1.8.pdf|LILYGO-T8 V1.8/Schematic at main · Xinyuan-LilyGO/LILYGO-T8]]\\ |
[[git>LilyGO/TTGO-T7-Demo/blob/master/t7_v1.5.pdf|LILYGO-T7 V1.5/Schematic - LilyGO/TTGO-T7-Demo]]\\ | [[git>LilyGO/TTGO-T7-Demo/blob/master/t7_v1.5.pdf|LILYGO-T7 V1.5/Schematic - LilyGO/TTGO-T7-Demo]]\\ |
<html> | <html> |
<style> | <style> |
div.wrap_mintbl table>thead>tr>th, | div.wrap_sdpins table>thead>tr>th, |
div.wrap_mintbl table>tbody>tr>th { | div.wrap_sdpins table>tbody>tr>th { |
background-color: #eee; | background-color: #eee; |
} | } |
div.wrap_mintbl table>thead>tr>th, | div.wrap_sdpins table>thead>tr>th, |
div.wrap_mintbl table>thead>tr>td, | div.wrap_sdpins table>thead>tr>td, |
div.wrap_mintbl table>tbody>tr>th, | div.wrap_sdpins table>tbody>tr>th, |
div.wrap_mintbl table>tbody>tr>td { | div.wrap_sdpins table>tbody>tr>td { |
/*line-height: 9px;*/ | /*line-height: 9px;*/ |
padding: 1px 4px; | padding: 1px 4px; |
| } |
| div.wrap_sdpins table, |
| div.wrap_sdpins table>tbody>tr>td { |
| border: 1px solid #ccc; |
} | } |
</style> | </style> |
</html> | </html> |
<WRAP mintbl> | <WRAP group> |
^ スロット | 0 | 1 | 2 | 3 | | <WRAP half column sdpins mintbl> |
| ^ スロット | 0 | 1 | 2 | 3 | |
| ^ インタフェース | SD/MMC\\ ハードウェア || SPI ポート || |
^ Signal ^ ピン ^^^^ | ^ Signal ^ ピン ^^^^ |
^ sck | 6 | 14 | 18 | 14 | | ^ sck | 6 | 14 | 18 | 14 | |
^ cmd | 11 | 15 | | | | ^ cmd | 11 | 15 | | | |
^ cs | | | 5 | 15 | | ^ cs | | | 5 | 15 | |
^ miso | | | 19 | 12 | | ^ miso | | | 19 | 12 | |
^ mosi | | | 23 | 13 | | ^ mosi | | | 23 | 13 | |
^ D0 | 7 | 2 | | | | ^ D0 | 7 | 2 | | | |
^ D1 | 8 | 4 | | | | ^ D1 | 8 | 4 | | | |
^ D2 | 9 | 12 | | | | ^ D2 | 9 | 12 | | | |
^ D3 | 10 | 13 | | | | ^ D3 | 10 | 13 | | | |
^ D4 | 16 | | | | | ^ D4 | 16 | | | | |
^ D5 | 17 | | | | | ^ D5 | 17 | | | | |
^ D6 | 5 | | | | | ^ D6 | 5 | | | | |
^ D7 | 18 | | | | | ^ D7 | 18 | | | | |
| ^ アクセス\\ ビット幅 | 1, 4, 8\\ ビットアクセス | 1, 4\\ ビットアクセス | 1\\ ビットアクセス || |
| ^ 用途 | オンボード\\ フラッシュメモリ | SD で使用可 ||| |
</WRAP> | </WRAP> |
| |
| <WRAP half column zoomimg w400 x1_3> |
| {{:hardware:microcontroller:lilygo-t8_schematic_sd-slot.png|LILYGO-T8 Schematic SD Slot}} |
| </WRAP> |
| </WRAP> |
| |
[[https://micropython-docs-ja.readthedocs.io/ja/latest/library/machine.SDCard.html#esp32|クラス SDCard -- SD メモリカード — MicroPython 1.18 ドキュメント]] より\\ | [[https://micropython-docs-ja.readthedocs.io/ja/latest/library/machine.SDCard.html#esp32|クラス SDCard -- SD メモリカード — MicroPython 1.18 ドキュメント]] より\\ |
| |
**ESP32-WROOM-32 (30pin)**\\ | **ESP32-WROOM-32 (30pin)**\\ |
^ ^ | ^ ^ |
| | [[https://www.tele.soumu.go.jp/giteki/SearchServlet?pageID=jg01_01&PC=211&TC=N&PK=1&FN=181126N211&SN=%94%46%8F%D8&LN=3&R1=*****&R2=*****|ESP32-WROOM-32 認証番号: 211-161007]] | |
| |
**ESP32-WROOM-32 (38pin)**\\ | **ESP32-WROOM-32 (38pin)**\\ |
^ ^ | ^ ^ |
| |
===== .NET nanoFramework ===== | ===== .NET nanoFramework ===== |
本家: [[https://www.nanoframework.net/|.NET nanoFramework – Making it easy to write C# code for embedded systems.]]\\ | 本家: [[https://www.nanoframework.net/|.NET nanoFramework – Making it easy to write C# code for embedded systems.]]\\ |
[[git>Circuit-Digest/ESP32-Oscilloscope|Circuit-Digest/ESP32-Oscilloscope]]\\ | [[git>Circuit-Digest/ESP32-Oscilloscope|Circuit-Digest/ESP32-Oscilloscope]]\\ |
[[https://www.olimex.com/Products/FPGA/iCE40/iCE40-ADC/open-source-hardware|]]\\ | [[https://www.olimex.com/Products/FPGA/iCE40/iCE40-ADC/open-source-hardware|]]\\ |
| [[git>KlausMu/esp32-fan-controller|KlausMu/esp32-fan-controller: ESP32 fan controller with temperature sensor and MQTT]]\\ |
\\ | \\ |
**電圧計測**\\ | **電圧計測**\\ |