1902 lines
79 KiB
HTML
1902 lines
79 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<link rel="icon" href="/assets/images/favicon.ico" type="image/x-icon" />
|
||
<meta name="msapplication-TileColor" content="#1a1919">
|
||
<meta name="msapplication-TileImage" content="https://cdn-shop.adafruit.com/static/mstile-144x144.png" />
|
||
<title>Nano ESP32 Download</title>
|
||
<meta name="description" content="A limited number of boards have inverted green/blue on the internal status RGB LEDs. Try this board first. If the colors on your board appear inverted, use t..." />
|
||
|
||
<!-- Twitter and Open Graph cards -->
|
||
<meta name="twitter:site" content="@circuitpython" />
|
||
<meta property="og:url" content="https://circuitpython.org/board/arduino_nano_esp32s3/" />
|
||
|
||
<meta property="og:title" content="CircuitPython - Nano ESP32 Download" />
|
||
|
||
|
||
|
||
<meta property="og:description" content="A limited number of boards have inverted green/blue on the internal status RGB LEDs. Try this board first. If the colors on your board appear inverted, use the inverted Arduino Nano ESP32 board definition instead.Introducing the Nano ESP32, a powerful addition to the Arduino ecosystem that brings..." />
|
||
|
||
|
||
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<meta property="og:image" content="https://circuitpython.org/assets/images/boards/large/arduino_nano_esp32s3.jpg" />
|
||
|
||
<meta property="og:type" content="website" />
|
||
|
||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
|
||
<link rel="stylesheet" href="/assets/css/main.css">
|
||
<link rel="canonical" href="https://circuitpython.org/board/arduino_nano_esp32s3/">
|
||
<!-- CircuitPython RSS Feed -->
|
||
<link rel="alternate"
|
||
type="application/rss+xml"
|
||
title="CircuitPython news!"
|
||
href="https://blog.adafruit.com/category/circuitpython/feed/"/>
|
||
<link rel="alternate" type="application/rss+xml" title="Latest Boards" href="/feed.rss"/>
|
||
<script src="/assets/javascript/header_mobile.js"></script>
|
||
</head>
|
||
|
||
|
||
<body>
|
||
<header id="site-header">
|
||
|
||
<nav class="top-navigation">
|
||
<div>
|
||
<div class="navigation">
|
||
<a class="skip-link" href="#main-content">Skip to main content</a>
|
||
<a href="/contributing">Contributing</a>
|
||
<a href="https://blog.adafruit.com/category/circuitpython">News</a>
|
||
<a href="/awesome">Awesome</a>
|
||
<a href="https://www.adafruitdaily.com/category/circuitpython">Newsletter</a>
|
||
<a href="https://docs.circuitpython.org/">Documentation</a>
|
||
<a href="https://forums.adafruit.com/viewforum.php?f=60">Forums</a>
|
||
<a href="https://adafru.it/discord" aria-label="Discord"><i class="fab fa-discord"></i> Discord</a>
|
||
<a href="/feed.rss" type="application/rss+xml" aria-label="RSS Feed"><i class="fas fa-rss-square"></i> RSS</a>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
<div class="wrapper">
|
||
<div class="content">
|
||
<nav class="site-brand">
|
||
<div class="site-navigation">
|
||
<a href="/downloads">Downloads</a>
|
||
<a href="/libraries">Libraries</a>
|
||
<a href="/blinka">Blinka</a>
|
||
<a href="https://code.circuitpython.org">Code Editor</a>
|
||
</div>
|
||
<div class="site-logo">
|
||
<a href="/">
|
||
<img src="/assets/images/logo-dark.png"
|
||
srcset="/assets/images/logo-dark.png 1x,
|
||
/assets/images/logo-dark@2x.png 2x,
|
||
/assets/images/logo-dark@3x.png 3x"
|
||
alt="CircuitPython Logo"
|
||
height="60" width="136">
|
||
</a>
|
||
</div>
|
||
<div class="get-started">
|
||
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
|
||
</div>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<header id="mobile-header">
|
||
<div class="header-contents">
|
||
<div class="site-logo">
|
||
<a href="/">
|
||
<img src="/assets/images/logo.png"
|
||
srcset="/assets/images/logo.png 1x,
|
||
/assets/images/logo@2x.png 2x,
|
||
/assets/images/logo@3x.png 3x"
|
||
alt="CircuitPython Logo"
|
||
height="60" width="136">
|
||
</a>
|
||
</div>
|
||
<div id="mobile-menu">
|
||
<div class="menu-toggle">
|
||
<a href="#" id="mobile-menu-button">
|
||
<span class="sr-only">Open Mobile Menu</span>
|
||
<i class="fa fa-bars" aria-hidden="true"></i>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
<div class="clear"></div>
|
||
<nav id="mobile-menu-contents" role="navigation" class="hidden"
|
||
aria-expanded="false" aria-label="Mobile Menu">
|
||
<ul>
|
||
<li><a
|
||
href="/downloads">Downloads</a></li>
|
||
<li><a
|
||
href="/libraries">Libraries</a></li>
|
||
<li><a
|
||
href="/blinka">Blinka</a></li>
|
||
<li><a
|
||
href="/contributing">Contributing</a></li>
|
||
<li><a href="https://blog.adafruit.com/category/circuitpython">News</a></li>
|
||
<li><a
|
||
href="/awesome">Awesome</a></li>
|
||
<li><a href="https://www.adafruitdaily.com/category/circuitpython">Newsletter</a></li>
|
||
<li><a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a></li>
|
||
<li><a href="https://forums.adafruit.com/viewforum.php?f=60">Forums</a></li>
|
||
<li><a href="https://adafru.it/discord" aria-label="Discord"><i class="fab fa-discord"></i> Discord</a></li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
|
||
<div id="main-content" class="wrapper">
|
||
<div id="download-page">
|
||
<div class="download-section">
|
||
<div>
|
||
<div class="image-section">
|
||
|
||
<img src="/assets/images/boards/large/arduino_nano_esp32s3.jpg" alt="Image of Board" />
|
||
<h1>Nano ESP32 by Arduino</h1>
|
||
</div>
|
||
<div class="section">
|
||
<p><p><strong>A limited number of boards have <a href="https://support.arduino.cc/hc/en-us/articles/9589073738012-About-Nano-ESP32-boards-with-inverted-green-and-blue-pins">inverted green/blue on the internal status RGB LEDs</a>.</strong> Try this board first. If the colors on your board appear inverted, use the <a href="arduino_nano_esp32s3_inverted_statusled">inverted Arduino Nano ESP32</a> board definition instead.</p>
|
||
|
||
<p>Introducing the Nano ESP32, a powerful addition to the Arduino ecosystem that brings the popular ESP32-S3 to the world of Arduino and MicroPython programming. Whether you’re a beginner stepping into the world of IoT or MicroPython, or an advanced user looking to incorporate it into your next product, the Nano ESP32 is the perfect choice. It covers all your needs to kick-start your IoT or MicroPython project with ease.</p>
|
||
|
||
<p>The Arduino Nano ESP32 features the NORA-W106, a module with a ESP32-S3 chip inside. This module supports both Wi-Fi® and Bluetooth® (5.0 and above), making it an ideal device for IoT development. The popular Nano form factor also makes it compatible with many hardware accessories.</p>
|
||
|
||
<h2 id="purchase">Purchase</h2>
|
||
<ul>
|
||
<li><a href="https://store.arduino.cc/pages/nano-esp32">Arduino</a></li>
|
||
</ul>
|
||
</p>
|
||
<h2>Contribute</h2>
|
||
<p>
|
||
Have some info to add for this board? Edit the source for this page
|
||
<a
|
||
href="https://github.com/adafruit/circuitpython-org/edit/main/_board/arduino_nano_esp32s3.md"
|
||
>here</a
|
||
>.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
<div class="download">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="section stable">
|
||
<h3>CircuitPython 9.2.8</h3>
|
||
|
||
<p>
|
||
This is the latest <strong>stable</strong> release of CircuitPython that will work with the Nano ESP32.
|
||
<strong>Use this release</strong> if you are new to CircuitPython.
|
||
</p>
|
||
|
||
|
||
<p>
|
||
<a href="https://github.com/adafruit/circuitpython/releases/tag/9.2.8">Release Notes for 9.2.8</a>
|
||
</p>
|
||
|
||
<div class="download-details">
|
||
|
||
|
||
|
||
|
||
|
||
<label class="language-select">
|
||
<select>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-9.2.8.uf2"
|
||
data-locale="zh-Latn-pinyin"
|
||
>
|
||
CHINESE (PINYIN)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-9.2.8.uf2"
|
||
data-locale="nl"
|
||
>
|
||
DUTCH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-9.2.8.uf2"
|
||
data-locale="en-GB"
|
||
>
|
||
ENGLISH (UK)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.uf2"
|
||
data-locale="en-US"
|
||
selected>
|
||
ENGLISH (US)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-9.2.8.uf2"
|
||
data-locale="fil"
|
||
>
|
||
FILIPINO
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-9.2.8.uf2"
|
||
data-locale="fr"
|
||
>
|
||
FRENCH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-9.2.8.uf2"
|
||
data-locale="de-DE"
|
||
>
|
||
GERMAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-9.2.8.uf2"
|
||
data-locale="ID"
|
||
>
|
||
INDONESIAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-9.2.8.uf2"
|
||
data-locale="it-IT"
|
||
>
|
||
ITALIAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-9.2.8.uf2"
|
||
data-locale="ja"
|
||
>
|
||
JAPANESE
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-9.2.8.uf2"
|
||
data-locale="en-x-pirate"
|
||
>
|
||
PIRATE (ENGLISH)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-9.2.8.uf2"
|
||
data-locale="pl"
|
||
>
|
||
POLISH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-9.2.8.uf2"
|
||
data-locale="pt-BR"
|
||
>
|
||
PORTUGUESE (BRAZILIAN)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-9.2.8.uf2"
|
||
data-locale="ru"
|
||
>
|
||
RUSSIAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-9.2.8.uf2"
|
||
data-locale="es"
|
||
>
|
||
SPANISH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-9.2.8.uf2"
|
||
data-locale="sv"
|
||
>
|
||
SWEDISH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-9.2.8.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-9.2.8.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-9.2.8.uf2"
|
||
data-locale="tr"
|
||
>
|
||
TURKISH
|
||
</option>
|
||
|
||
</select>
|
||
</label>
|
||
<div class="download-buttons">
|
||
|
||
|
||
<a class="download-button stable uf2" href="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.uf2">DOWNLOAD .UF2 NOW <i class="fas fa-download" aria-hidden="true"></i></a>
|
||
|
||
<a class="download-button stable bin" href="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.bin">DOWNLOAD .BIN NOW <i class="fas fa-download" aria-hidden="true"></i></a>
|
||
|
||
|
||
<button is="cp-install-button" class="installer-button" boardid="arduino_nano_esp32s3"
|
||
|
||
binfile="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.bin"
|
||
|
||
uf2file="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-9.2.8.uf2"
|
||
|
||
version="9.2.8"
|
||
>OPEN INSTALLER <i class="fas fa-magic" aria-hidden="true"></i></button>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<details>
|
||
<summary>Modules included in this download</summary>
|
||
<span class="download-modules stable">
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_asyncio">
|
||
|
||
_asyncio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_bleio">
|
||
|
||
_bleio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_eve">
|
||
|
||
_eve</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_pixelmap">
|
||
|
||
_pixelmap</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/adafruit_bus_device">
|
||
|
||
adafruit_bus_device</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/adafruit_pixelbuf">
|
||
|
||
adafruit_pixelbuf</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/aesio">
|
||
|
||
aesio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/alarm">
|
||
|
||
alarm</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/analogbufio">
|
||
|
||
analogbufio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/analogio">
|
||
|
||
analogio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/array">
|
||
|
||
array</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/atexit">
|
||
|
||
atexit</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiobusio">
|
||
|
||
audiobusio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiocore">
|
||
|
||
audiocore</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiomixer">
|
||
|
||
audiomixer</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiomp3">
|
||
|
||
audiomp3</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/binascii">
|
||
|
||
binascii</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/bitbangio">
|
||
|
||
bitbangio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/bitmapfilter">
|
||
|
||
bitmapfilter</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/bitmaptools">
|
||
|
||
bitmaptools</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/board">
|
||
|
||
board</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/builtins">
|
||
|
||
builtins</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/builtins/#builtins.pow3">
|
||
|
||
builtins.pow3</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busdisplay">
|
||
|
||
busdisplay</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busio">
|
||
|
||
busio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busio/#busio.SPI">
|
||
|
||
busio.SPI</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busio/#busio.UART">
|
||
|
||
busio.UART</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/canio">
|
||
|
||
canio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/codeop">
|
||
|
||
codeop</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/collections">
|
||
|
||
collections</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/countio">
|
||
|
||
countio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/digitalio">
|
||
|
||
digitalio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/displayio">
|
||
|
||
displayio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/dualbank">
|
||
|
||
dualbank</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/epaperdisplay">
|
||
|
||
epaperdisplay</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/errno">
|
||
|
||
errno</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/espidf">
|
||
|
||
espidf</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/espnow">
|
||
|
||
espnow</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/espulp">
|
||
|
||
espulp</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/fontio">
|
||
|
||
fontio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/fourwire">
|
||
|
||
fourwire</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/framebufferio">
|
||
|
||
framebufferio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/frequencyio">
|
||
|
||
frequencyio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/getpass">
|
||
|
||
getpass</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/gifio">
|
||
|
||
gifio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/hashlib">
|
||
|
||
hashlib</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/i2cdisplaybus">
|
||
|
||
i2cdisplaybus</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/io">
|
||
|
||
io</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ipaddress">
|
||
|
||
ipaddress</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/jpegio">
|
||
|
||
jpegio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/json">
|
||
|
||
json</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad">
|
||
|
||
keypad</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad/#keypad.KeyMatrix">
|
||
|
||
keypad.KeyMatrix</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad/#keypad.Keys">
|
||
|
||
keypad.Keys</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad/#keypad.ShiftRegisterKeys">
|
||
|
||
keypad.ShiftRegisterKeys</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad_demux">
|
||
|
||
keypad_demux</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad_demux/#keypad_demux.DemuxKeyMatrix">
|
||
|
||
keypad_demux.DemuxKeyMatrix</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/locale">
|
||
|
||
locale</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/math">
|
||
|
||
math</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/max3421e">
|
||
|
||
max3421e</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/mdns">
|
||
|
||
mdns</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/memorymap">
|
||
|
||
memorymap</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/microcontroller">
|
||
|
||
microcontroller</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/msgpack">
|
||
|
||
msgpack</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/neopixel_write">
|
||
|
||
neopixel_write</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/nvm">
|
||
|
||
nvm</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/onewireio">
|
||
|
||
onewireio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/os">
|
||
|
||
os</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/os/#os.getenv">
|
||
|
||
os.getenv</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/paralleldisplaybus">
|
||
|
||
paralleldisplaybus</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ps2io">
|
||
|
||
ps2io</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/pulseio">
|
||
|
||
pulseio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/pwmio">
|
||
|
||
pwmio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rainbowio">
|
||
|
||
rainbowio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/random">
|
||
|
||
random</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/re">
|
||
|
||
re</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rgbmatrix">
|
||
|
||
rgbmatrix</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rotaryio">
|
||
|
||
rotaryio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rtc">
|
||
|
||
rtc</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sdcardio">
|
||
|
||
sdcardio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sdioio">
|
||
|
||
sdioio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/select">
|
||
|
||
select</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sharpdisplay">
|
||
|
||
sharpdisplay</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/socketpool">
|
||
|
||
socketpool</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/socketpool/#socketpool.socketpool.AF_INET6">
|
||
|
||
socketpool.socketpool.AF_INET6</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ssl">
|
||
|
||
ssl</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/storage">
|
||
|
||
storage</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/struct">
|
||
|
||
struct</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/supervisor">
|
||
|
||
supervisor</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/synthio">
|
||
|
||
synthio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sys">
|
||
|
||
sys</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/terminalio">
|
||
|
||
terminalio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/tilepalettemapper">
|
||
|
||
tilepalettemapper</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/time">
|
||
|
||
time</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/touchio">
|
||
|
||
touchio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/traceback">
|
||
|
||
traceback</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ulab">
|
||
|
||
ulab</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb">
|
||
|
||
usb</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb_cdc">
|
||
|
||
usb_cdc</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb_hid">
|
||
|
||
usb_hid</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb_midi">
|
||
|
||
usb_midi</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/vectorio">
|
||
|
||
vectorio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/warnings">
|
||
|
||
warnings</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/watchdog">
|
||
|
||
watchdog</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/wifi">
|
||
|
||
wifi</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/zlib">
|
||
|
||
zlib</a>
|
||
|
||
</span>
|
||
</details>
|
||
|
||
|
||
|
||
<p>Features:
|
||
<span class="features-list">
|
||
|
||
<a class="library-link" href="/downloads?features=Wi-Fi">Wi-Fi</a>,
|
||
|
||
<a class="library-link" href="/downloads?features=Bluetooth/BTLE">Bluetooth/BTLE</a>,
|
||
|
||
<a class="library-link" href="/downloads?features=Breadboard-Friendly">Breadboard-Friendly</a>,
|
||
|
||
<a class="library-link" href="/downloads?features=Castellated Pads">Castellated Pads</a>
|
||
|
||
</span>
|
||
</p>
|
||
|
||
</div>
|
||
|
||
<div class="section unstable">
|
||
<h3>CircuitPython 10.0.0-beta.1</h3>
|
||
|
||
<p>
|
||
This is the latest development release of CircuitPython that will work with the Nano ESP32.
|
||
</p>
|
||
<p>
|
||
<strong>Alpha</strong> development releases are early releases.
|
||
They are unfinished, are likely to have bugs, and the features they provide may change.
|
||
<strong>Beta</strong> releases may have some bugs and unfinished features,
|
||
but should be suitable for many uses.
|
||
A <strong>Release Candidate (rc)</strong> release is considered done and
|
||
will become the next stable release, assuming no further issues are found.
|
||
</p>
|
||
<p>
|
||
Please try alpha, beta, and rc releases if you are able.
|
||
Your testing is invaluable: it helps us uncover and find issues quickly.
|
||
</p>
|
||
|
||
|
||
<p>
|
||
<a href="https://github.com/adafruit/circuitpython/releases/tag/10.0.0-beta.1">Release Notes for 10.0.0-beta.1</a>
|
||
</p>
|
||
|
||
<div class="download-details">
|
||
|
||
|
||
|
||
|
||
|
||
<label class="language-select">
|
||
<select>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/zh_Latn_pinyin/adafruit-circuitpython-arduino_nano_esp32s3-zh_Latn_pinyin-10.0.0-beta.1.uf2"
|
||
data-locale="zh-Latn-pinyin"
|
||
>
|
||
CHINESE (PINYIN)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/nl/adafruit-circuitpython-arduino_nano_esp32s3-nl-10.0.0-beta.1.uf2"
|
||
data-locale="nl"
|
||
>
|
||
DUTCH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_GB/adafruit-circuitpython-arduino_nano_esp32s3-en_GB-10.0.0-beta.1.uf2"
|
||
data-locale="en-GB"
|
||
>
|
||
ENGLISH (UK)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.uf2"
|
||
data-locale="en-US"
|
||
selected>
|
||
ENGLISH (US)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fil/adafruit-circuitpython-arduino_nano_esp32s3-fil-10.0.0-beta.1.uf2"
|
||
data-locale="fil"
|
||
>
|
||
FILIPINO
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/fr/adafruit-circuitpython-arduino_nano_esp32s3-fr-10.0.0-beta.1.uf2"
|
||
data-locale="fr"
|
||
>
|
||
FRENCH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/de_DE/adafruit-circuitpython-arduino_nano_esp32s3-de_DE-10.0.0-beta.1.uf2"
|
||
data-locale="de-DE"
|
||
>
|
||
GERMAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ID/adafruit-circuitpython-arduino_nano_esp32s3-ID-10.0.0-beta.1.uf2"
|
||
data-locale="ID"
|
||
>
|
||
INDONESIAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/it_IT/adafruit-circuitpython-arduino_nano_esp32s3-it_IT-10.0.0-beta.1.uf2"
|
||
data-locale="it-IT"
|
||
>
|
||
ITALIAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ja/adafruit-circuitpython-arduino_nano_esp32s3-ja-10.0.0-beta.1.uf2"
|
||
data-locale="ja"
|
||
>
|
||
JAPANESE
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_x_pirate/adafruit-circuitpython-arduino_nano_esp32s3-en_x_pirate-10.0.0-beta.1.uf2"
|
||
data-locale="en-x-pirate"
|
||
>
|
||
PIRATE (ENGLISH)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pl/adafruit-circuitpython-arduino_nano_esp32s3-pl-10.0.0-beta.1.uf2"
|
||
data-locale="pl"
|
||
>
|
||
POLISH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/pt_BR/adafruit-circuitpython-arduino_nano_esp32s3-pt_BR-10.0.0-beta.1.uf2"
|
||
data-locale="pt-BR"
|
||
>
|
||
PORTUGUESE (BRAZILIAN)
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/ru/adafruit-circuitpython-arduino_nano_esp32s3-ru-10.0.0-beta.1.uf2"
|
||
data-locale="ru"
|
||
>
|
||
RUSSIAN
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/es/adafruit-circuitpython-arduino_nano_esp32s3-es-10.0.0-beta.1.uf2"
|
||
data-locale="es"
|
||
>
|
||
SPANISH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/sv/adafruit-circuitpython-arduino_nano_esp32s3-sv-10.0.0-beta.1.uf2"
|
||
data-locale="sv"
|
||
>
|
||
SWEDISH
|
||
</option>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<option value="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-10.0.0-beta.1.uf2"
|
||
data-files="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-10.0.0-beta.1.bin,https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/tr/adafruit-circuitpython-arduino_nano_esp32s3-tr-10.0.0-beta.1.uf2"
|
||
data-locale="tr"
|
||
>
|
||
TURKISH
|
||
</option>
|
||
|
||
</select>
|
||
</label>
|
||
<div class="download-buttons">
|
||
|
||
|
||
<a class="download-button unstable uf2" href="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.uf2">DOWNLOAD .UF2 NOW <i class="fas fa-download" aria-hidden="true"></i></a>
|
||
|
||
<a class="download-button unstable bin" href="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.bin">DOWNLOAD .BIN NOW <i class="fas fa-download" aria-hidden="true"></i></a>
|
||
|
||
|
||
<button is="cp-install-button" class="installer-button" boardid="arduino_nano_esp32s3"
|
||
|
||
binfile="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.bin"
|
||
|
||
uf2file="https://downloads.circuitpython.org/bin/arduino_nano_esp32s3/en_US/adafruit-circuitpython-arduino_nano_esp32s3-en_US-10.0.0-beta.1.uf2"
|
||
|
||
version="10.0.0-beta.1"
|
||
>OPEN INSTALLER <i class="fas fa-magic" aria-hidden="true"></i></button>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<details>
|
||
<summary>Modules included in this download</summary>
|
||
<span class="download-modules unstable">
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_asyncio">
|
||
|
||
_asyncio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_bleio">
|
||
|
||
_bleio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_bleio (native)">
|
||
|
||
_bleio (native)</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_eve">
|
||
|
||
_eve</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/_pixelmap">
|
||
|
||
_pixelmap</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/adafruit_bus_device">
|
||
|
||
adafruit_bus_device</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/adafruit_pixelbuf">
|
||
|
||
adafruit_pixelbuf</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/aesio">
|
||
|
||
aesio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/alarm">
|
||
|
||
alarm</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/analogbufio">
|
||
|
||
analogbufio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/analogio">
|
||
|
||
analogio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/array">
|
||
|
||
array</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/atexit">
|
||
|
||
atexit</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiobusio">
|
||
|
||
audiobusio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiocore">
|
||
|
||
audiocore</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiomixer">
|
||
|
||
audiomixer</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/audiomp3">
|
||
|
||
audiomp3</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/binascii">
|
||
|
||
binascii</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/bitbangio">
|
||
|
||
bitbangio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/bitmapfilter">
|
||
|
||
bitmapfilter</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/bitmaptools">
|
||
|
||
bitmaptools</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/board">
|
||
|
||
board</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/builtins">
|
||
|
||
builtins</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/builtins/#builtins.pow3">
|
||
|
||
builtins.pow3</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busdisplay">
|
||
|
||
busdisplay</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busio">
|
||
|
||
busio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busio/#busio.SPI">
|
||
|
||
busio.SPI</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/busio/#busio.UART">
|
||
|
||
busio.UART</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/canio">
|
||
|
||
canio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/codeop">
|
||
|
||
codeop</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/collections">
|
||
|
||
collections</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/countio">
|
||
|
||
countio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/digitalio">
|
||
|
||
digitalio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/displayio">
|
||
|
||
displayio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/epaperdisplay">
|
||
|
||
epaperdisplay</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/errno">
|
||
|
||
errno</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/espcamera">
|
||
|
||
espcamera</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/espidf">
|
||
|
||
espidf</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/espnow">
|
||
|
||
espnow</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/espulp">
|
||
|
||
espulp</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/fontio">
|
||
|
||
fontio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/fourwire">
|
||
|
||
fourwire</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/framebufferio">
|
||
|
||
framebufferio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/frequencyio">
|
||
|
||
frequencyio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/getpass">
|
||
|
||
getpass</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/gifio">
|
||
|
||
gifio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/hashlib">
|
||
|
||
hashlib</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/i2cdisplaybus">
|
||
|
||
i2cdisplaybus</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/io">
|
||
|
||
io</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ipaddress">
|
||
|
||
ipaddress</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/jpegio">
|
||
|
||
jpegio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/json">
|
||
|
||
json</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad">
|
||
|
||
keypad</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad/#keypad.KeyMatrix">
|
||
|
||
keypad.KeyMatrix</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad/#keypad.Keys">
|
||
|
||
keypad.Keys</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad/#keypad.ShiftRegisterKeys">
|
||
|
||
keypad.ShiftRegisterKeys</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad_demux">
|
||
|
||
keypad_demux</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/keypad_demux/#keypad_demux.DemuxKeyMatrix">
|
||
|
||
keypad_demux.DemuxKeyMatrix</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/locale">
|
||
|
||
locale</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/lvfontio">
|
||
|
||
lvfontio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/math">
|
||
|
||
math</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/max3421e">
|
||
|
||
max3421e</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/mdns">
|
||
|
||
mdns</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/memorymap">
|
||
|
||
memorymap</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/microcontroller">
|
||
|
||
microcontroller</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/msgpack">
|
||
|
||
msgpack</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/neopixel_write">
|
||
|
||
neopixel_write</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/nvm">
|
||
|
||
nvm</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/onewireio">
|
||
|
||
onewireio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/os">
|
||
|
||
os</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/os/#os.getenv">
|
||
|
||
os.getenv</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/paralleldisplaybus">
|
||
|
||
paralleldisplaybus</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ps2io">
|
||
|
||
ps2io</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/pulseio">
|
||
|
||
pulseio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/pwmio">
|
||
|
||
pwmio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/qrio">
|
||
|
||
qrio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rainbowio">
|
||
|
||
rainbowio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/random">
|
||
|
||
random</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/re">
|
||
|
||
re</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rgbmatrix">
|
||
|
||
rgbmatrix</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rotaryio">
|
||
|
||
rotaryio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/rtc">
|
||
|
||
rtc</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sdcardio">
|
||
|
||
sdcardio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sdioio">
|
||
|
||
sdioio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/select">
|
||
|
||
select</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sharpdisplay">
|
||
|
||
sharpdisplay</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/socketpool">
|
||
|
||
socketpool</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/socketpool/#socketpool.socketpool.AF_INET6">
|
||
|
||
socketpool.socketpool.AF_INET6</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ssl">
|
||
|
||
ssl</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/storage">
|
||
|
||
storage</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/struct">
|
||
|
||
struct</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/supervisor">
|
||
|
||
supervisor</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/synthio">
|
||
|
||
synthio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/sys">
|
||
|
||
sys</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/terminalio">
|
||
|
||
terminalio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/tilepalettemapper">
|
||
|
||
tilepalettemapper</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/time">
|
||
|
||
time</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/touchio">
|
||
|
||
touchio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/traceback">
|
||
|
||
traceback</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/ulab">
|
||
|
||
ulab</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb">
|
||
|
||
usb</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb_cdc">
|
||
|
||
usb_cdc</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb_hid">
|
||
|
||
usb_hid</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/usb_midi">
|
||
|
||
usb_midi</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/vectorio">
|
||
|
||
vectorio</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/warnings">
|
||
|
||
warnings</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/watchdog">
|
||
|
||
watchdog</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/wifi">
|
||
|
||
wifi</a>
|
||
|
||
|
||
<a target="_blank" class="library-link" href="https://docs.circuitpython.org/en/latest/shared-bindings/zlib">
|
||
|
||
zlib</a>
|
||
|
||
</span>
|
||
</details>
|
||
|
||
|
||
|
||
<p>Features:
|
||
<span class="features-list">
|
||
|
||
<a class="library-link" href="/downloads?features=Wi-Fi">Wi-Fi</a>,
|
||
|
||
<a class="library-link" href="/downloads?features=Bluetooth/BTLE">Bluetooth/BTLE</a>,
|
||
|
||
<a class="library-link" href="/downloads?features=Breadboard-Friendly">Breadboard-Friendly</a>,
|
||
|
||
<a class="library-link" href="/downloads?features=Castellated Pads">Castellated Pads</a>
|
||
|
||
</span>
|
||
</p>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="section unrecommended">
|
||
<h3>Absolute Newest</h3>
|
||
<p>
|
||
Every time we commit new code to CircuitPython we automatically
|
||
build binaries for each board and language. The binaries are
|
||
stored on Amazon S3, organized by board, and then by
|
||
language. These releases are even newer than the development release listed above.
|
||
Try them if you want the absolute latest and are
|
||
feeling daring or want to see if a problem has been fixed.
|
||
</p>
|
||
<div>
|
||
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/arduino_nano_esp32s3/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
|
||
<div class="clear"></div>
|
||
</div>
|
||
</div>
|
||
<div class="section unrecommended">
|
||
<h3>Previous Versions of CircuitPython</h3>
|
||
<p>
|
||
All previous releases of CircuitPython are available for download from Amazon S3 through the button below.
|
||
For very old releases, look in the <strong>OLD/</strong> folder for each board.
|
||
Release notes for each release are available at GitHub button below.
|
||
</p>
|
||
<p>
|
||
Older releases are useful for testing if you something appears to be broken in a newer release
|
||
but used to work,
|
||
or if you have older code that depends on features only available in an older release.
|
||
Otherwise we recommend using the latest stable release.
|
||
</p>
|
||
<div class="previous-versions-buttons">
|
||
<a class="download-button-unrecommended" href="https://adafruit-circuit-python.s3.amazonaws.com/index.html?prefix=bin/arduino_nano_esp32s3/">BROWSE S3<i class="fas fa-arrow-circle-right" aria-hidden="true"></i></a>
|
||
<a class="download-button-unrecommended" href="https://github.com/adafruit/circuitpython/releases">BROWSE GITHUB<i class="fab fa-github" aria-hidden="true"></i></a>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<script
|
||
src="https://cdn.jsdelivr.net/gh/adafruit/web-firmware-installer-js@2.0.0/dist/cpinstaller.min.js"
|
||
type="module"
|
||
></script>
|
||
<!--<script src="/assets/javascript/installer/cpinstaller.js" type="module"></script>-->
|
||
|
||
<script src="/assets/javascript/download.js"></script>
|
||
|
||
</div>
|
||
</body>
|
||
</html>
|