Pinouts There are so many great features on the Adafruit MatrixPortal S3. Let's take a look at what's available! Microcontroller and WiFi The main processor chip is the Espressif ESP32-S3 with 3.3v logic/power. It has 8MB of Flash and 2MB of RAM.
Extract the contents of the zip file, and copy the entire lib folder and the code.py file to your CIRCUITPY drive. # SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries # SPDX-License-Identifier: MIT import os...
CIRCUITPY drive is empty. To get started, you can update the settings.toml on your CIRCUITPY drive to contain the following code. # SPDX-FileCopyrightText: 2023 Adafruit Industries # SPDX-License-Identifier: MIT # This is where you store the credentials necessary for your code.
Your CIRCUITPY drive should now look similar to the following image: # SPDX-FileCopyrightText: 2020 anecdata for Adafruit Industries # SPDX-FileCopyrightText: 2021 Neradoc for Adafruit Industries # SPDX-FileCopyrightText: 2021-2023 Kattni Rembor for Adafruit Industries # SPDX-FileCopyrightText: 2023 Dan Halbert for Adafruit Industries # SPDX-License-Identifier: MIT """CircuitPython Essentials Pin Map Script"""...
WiFi Connection Test Now that you can scan networks around you, its time to connect to the Internet! Copy the example below and paste it into the Arduino IDE: // SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries // SPDX-License-Identifier: MIT Web client This sketch connects to a website (wifitest.adafruit.com/testwifi/index.html)
WiFi connection to connect to the Twitter API. Copy and paste it into the Arduino IDE: // SPDX-FileCopyrightText: 2015 Arturo Guadalupi // SPDX-FileCopyrightText: 2020 Brent Rubell for Adafruit Industries // SPDX-License-Identifier: MIT This example creates a client object that connects and transfers data using always SSL.
Need help?
Do you have a question about the Adafruit MatrixPortal S3 and is the answer not in the manual?
Questions and answers