Adafruit
Adafruit PyPortal Titano
The Adafruit PyPortal Titano is the large-screen version of the popular PyPortal, upgraded to a 3.5" display with twice the pixels (320×480 vs 320×240). Buil...
Get notified when back in stock
The Adafruit PyPortal Titano is the large-screen version of the popular PyPortal, upgraded to a 3.5" display with twice the pixels (320×480 vs 320×240). Build IoT dashboards, touch screen interfaces, and connected displays — pull data from web APIs, show live weather, news, stock tickers, and more over Wi-Fi, all programmed in CircuitPython or Arduino.
The dual-processor design pairs an ATSAMD51J20 (ARM Cortex-M4 at 120 MHz) for the user interface with an ESP32 co-processor handling Wi-Fi and TLS/SSL encryption. The same STEMMA connectors, Wi-Fi wiring, and processor as the original PyPortal means existing code works with just resolution adjustments for the larger screen. The Titano also upgrades to a reversible USB-C connector.
Key Features
- 3.5" Colour TFT Display – 320×480 pixel screen with resistive touch (2× the pixels of the original)
- ATSAMD51J20 Processor – 120 MHz ARM Cortex-M4 with 512 KB flash and 192 KB RAM
- ESP32 Wi-Fi Co-Processor – Secure Wi-Fi with TLS/SSL for web API connectivity
- 8 MB Flash – On-board storage for images, fonts, and project files
- MicroSD Card Slot – Additional storage for larger projects
- USB-C Connector – Reversible connector for charging, programming, and data
- Built-in Speaker – Audio output for alerts and sound effects
- Light Sensor – Ambient light detection
- NeoPixel LED – Addressable RGB status indicator
- I2C STEMMA Port – Connect external sensors and peripherals
- 2 Analog/Digital Pins – Plug-in port for additional I/O
- Native USB – Shows up as a USB drive; supports MIDI and HID
- CircuitPython & Arduino – Open-source software with drag-and-drop code editing
Also Consider
- PyPortal (3.2") – Original size with ADT7410 temperature sensor and Micro-USB
- PyPortal Pynt (2.4") – Compact version for smaller projects
- PyPortal Desktop Stand Enclosure Kit – Acrylic stand for the original PyPortal
Ideal For
- Large IoT dashboards and data displays
- Touch screen control panels and kiosks
- Weather stations and information boards
- Home automation interfaces
- Conference badges and wearable displays
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- API
- An API (application programming interface) is a defined set of commands or functions that lets one piece of software interact with another, such as a library, operating system, hardware driver or online service. When something offers API support, it means you can control or query it from your own code rather than only through its built-in menus or buttons.
- ARM Cortex-M4
- The ARM Cortex-M4 is a 32-bit processor core widely used inside microcontrollers, often with hardware support for signal-processing and control tasks. It provides enough processing power to run embedded programs that handle sensors, wireless communication, audio and similar workloads.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- microSD card
- A microSD card is a small removable flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before use.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- TFT
- A thin-film transistor display is a common type of colour LCD used for graphics screens. Knowing a product is for TFTs helps you check that the driver board matches the display’s connector, resolution, backlight, and signalling method.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
Find this product in
Brands
Connectivity
Displays & Screens
Microcontrollers
adafruit pyportal titano
Document · 15.0 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au