|
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if IE]><![endif]--> |
| 3 | +<html> |
| 4 | + |
| 5 | + <head> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 8 | + <title>Espressif ESP32-S3 Series | .NET nanoFramework Documentation </title> |
| 9 | + <meta name="viewport" content="width=device-width"> |
| 10 | + <meta name="title" content="Espressif ESP32-S3 Series | .NET nanoFramework Documentation "> |
| 11 | + |
| 12 | + |
| 13 | + <link rel="apple-touch-icon" sizes="180x180" href="../../favicons/apple-touch-icon.png"> |
| 14 | + <link rel="icon" type="image/png" sizes="32x32" href="../../favicons/favicon-32x32.png"> |
| 15 | + <link rel="icon" type="image/png" sizes="16x16" href="../../favicons/favicon-16x16.png"> |
| 16 | + <link rel="manifest" href="../../favicons/site.webmanifest"> |
| 17 | + <link rel="shortcut icon" type="image/x-icon" href="../../favicon.ico"> |
| 18 | + <link rel="mask-icon" href="../../favicons/safari-pinned-tab.svg" color="#179b88"> |
| 19 | + <meta name="msapplication-config" content="../../favicons/browserconfig.xml"> |
| 20 | + <meta name="msapplication-TileColor" content="#222222"> |
| 21 | + <meta name="theme-color" content="#222222"> |
| 22 | + |
| 23 | + <link rel="stylesheet" href="../../styles/docfx.vendor.min.css"> |
| 24 | + <link rel="stylesheet" href="../../styles/docfx.css"> |
| 25 | + <link rel="stylesheet" href="../../styles/main.css"> |
| 26 | + <meta property="docfx:navrel" content="../../toc.html"> |
| 27 | + <meta property="docfx:tocrel" content="../../x-cross/toc.html"> |
| 28 | + |
| 29 | + <meta property="docfx:rel" content="../../"> |
| 30 | + |
| 31 | + </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> |
| 32 | + <div id="wrapper"> |
| 33 | + <header> |
| 34 | + |
| 35 | + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> |
| 36 | + <div class="container"> |
| 37 | + <div class="navbar-header"> |
| 38 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> |
| 39 | + <span class="sr-only">Toggle navigation</span> |
| 40 | + <span class="icon-bar"></span> |
| 41 | + <span class="icon-bar"></span> |
| 42 | + <span class="icon-bar"></span> |
| 43 | + </button> |
| 44 | + |
| 45 | + <a class="navbar-brand" href="../../index.html"> |
| 46 | + <img id="logo" class="svg" src="../../logo.svg" alt=""> |
| 47 | + </a> |
| 48 | + </div> |
| 49 | + <div class="collapse navbar-collapse" id="navbar"> |
| 50 | + <form class="navbar-form navbar-right" role="search" id="search"> |
| 51 | + <div class="form-group"> |
| 52 | + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> |
| 53 | + </div> |
| 54 | + </form> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + </nav> |
| 58 | + |
| 59 | + <div class="subnav navbar navbar-default"> |
| 60 | + <div class="container hide-when-search" id="breadcrumb"> |
| 61 | + <ul class="breadcrumb"> |
| 62 | + <li></li> |
| 63 | + </ul> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + </header> |
| 67 | + <div class="container body-content"> |
| 68 | + |
| 69 | + <div id="search-results"> |
| 70 | + <div class="search-list">Search Results for <span></span></div> |
| 71 | + <div class="sr-items"> |
| 72 | + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> |
| 73 | + </div> |
| 74 | + <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> |
| 75 | + </div> |
| 76 | + </div> |
| 77 | + <div role="main" class="container body-content hide-when-search"> |
| 78 | + |
| 79 | + <div class="sidenav hide-when-search"> |
| 80 | + <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> |
| 81 | + <div class="sidetoggle collapse" id="sidetoggle"> |
| 82 | + <div id="sidetoc"></div> |
| 83 | + </div> |
| 84 | + </div> |
| 85 | + <div class="article row grid-right"> |
| 86 | + <div class="col-md-10"> |
| 87 | + <article class="content wrap" id="_content" data-uid=""> |
| 88 | +<h1 id="espressif-esp32-s3-series">Espressif ESP32-S3 Series</h1> |
| 89 | + |
| 90 | +<p>These are the firmware images:</p> |
| 91 | +<ul> |
| 92 | +<li>ESP32_S3 that <em>fits</em> all ESP32-S3 boards exposing the embedded USB CDC through GPIO19 and GPIO20. These can be ESP32-S3-WROOM, ESP32-S3-DevKit's or any of the amazing S3 boards from Unexpected Maker, or any other similar hardware with or without PSRAM.</li> |
| 93 | +<li>ESP32_S3_BLE same as above, but including support for BLE.</li> |
| 94 | +</ul> |
| 95 | +<p>You can check Espressif <a href="https://products.espressif.com/#/product-selector?names=&filter=%7B%22Series%22%3A%5B%22ESP32-S3%22%5D%7D">Product Selector</a> for details on all the existing variants, chips, modules and respective development kits.</p> |
| 96 | +<h2 id="esp32-s3-modules">ESP32-S3 Modules</h2> |
| 97 | +<p><img src="../../images/reference-targets/ESP32-S3-WROOM-1.png" alt="ESP32-S3-WROOM-1"></p> |
| 98 | +<p><a href="https://www.espressif.com/en/products/modules?id=ESP32-S3">ESP32-S3 Modules List</a></p> |
| 99 | +<h2 id="esp32-s3-dev-kits">ESP32-S3 Dev Kits</h2> |
| 100 | +<p><img src="../../images/reference-targets/esp32-s3-devkitc.png" alt="ESP32-S3-DevKitC"></p> |
| 101 | +<p><a href="https://www.espressif.com/en/products/devkits?id=ESP32-S3">ESP32-S3 Dev Kits List</a></p> |
| 102 | +<h2 id="unexpected-maker-s3-boards">Unexpected Maker S3 boards</h2> |
| 103 | +<p><img src="../../images/reference-targets/feathers3.jpg" alt="FeatherS2"></p> |
| 104 | +<p><a href="https://esp32s3.com/">Unexpected Maker ESP32-S3 Product page</a></p> |
| 105 | +<h2 id="firmware-images-ready-to-deploy">Firmware images (ready to deploy)</h2> |
| 106 | +<table> |
| 107 | +<thead> |
| 108 | +<tr> |
| 109 | +<th style="text-align: left;">Target</th> |
| 110 | +<th>Firmware</th> |
| 111 | +</tr> |
| 112 | +</thead> |
| 113 | +<tbody> |
| 114 | +<tr> |
| 115 | +<td style="text-align: left;">ESP32_S3</td> |
| 116 | +<td><a href="https://cloudsmith.io/%7Enet-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3/latest/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3/latest/x/?render=true" alt="Latest Version @ Cloudsmith"></a></td> |
| 117 | +</tr> |
| 118 | +<tr> |
| 119 | +<td style="text-align: left;">ESP32_S3_BLE</td> |
| 120 | +<td><a href="https://cloudsmith.io/%7Enet-nanoframework/repos/nanoframework-images/packages/detail/raw/ESP32_S3_BLE/latest/"><img src="https://api-prd.cloudsmith.io/v1/badges/version/net-nanoframework/nanoframework-images/raw/ESP32_S3_BLE/latest/x/?render=true" alt="Latest Version @ Cloudsmith"></a></td> |
| 121 | +</tr> |
| 122 | +</tbody> |
| 123 | +</table> |
| 124 | +<p>⚠️ In order to update most of the S3 boards with <a href="https://github.com/nanoframework/nanoFirmwareFlasher">nanoff</a> the board needs to be put in <strong>download mode</strong> by holding [BOOT], clicking [RESET] and then releasing [BOOT]. In doubt please check the instructions from the respective manufacturer.</p> |
| 125 | +</article> |
| 126 | + </div> |
| 127 | + |
| 128 | + <div class="hidden-sm col-md-2" role="complementary"> |
| 129 | + <div class="sideaffix"> |
| 130 | + <div class="contribution"> |
| 131 | + <ul class="nav"> |
| 132 | + <li> |
| 133 | + <a href="https://github.com/nanoframework/nanoframework.github.io/blob/pages-source/content/reference-targets/esp32-s3.md/#L1" class="contribution-link">Improve this Doc</a> |
| 134 | + </li> |
| 135 | + </ul> |
| 136 | + </div> |
| 137 | + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> |
| 138 | + <h5>In This Article</h5> |
| 139 | + <div></div> |
| 140 | + </nav> |
| 141 | + </div> |
| 142 | + </div> |
| 143 | + </div> |
| 144 | + </div> |
| 145 | + |
| 146 | + <footer> |
| 147 | + <div class="grad-bottom"></div> |
| 148 | + <div class="footer"> |
| 149 | + <div class="container"> |
| 150 | + <span class="pull-right"> |
| 151 | + <a href="#top">Back to top</a> |
| 152 | + </span> |
| 153 | + |
| 154 | + <span>Copyright © 2023 nanoFramework Contributors<br>Generated by <strong>DocFX</strong></span> |
| 155 | + </div> |
| 156 | + </div> |
| 157 | + </footer> </div> |
| 158 | + |
| 159 | + <script type="text/javascript" src="../../styles/docfx.vendor.min.js"></script> |
| 160 | + <script type="text/javascript" src="../../styles/docfx.js"></script> |
| 161 | + <script type="text/javascript" src="../../styles/main.js"></script> |
| 162 | + </body> |
| 163 | +</html> |
0 commit comments