Overview
Portenta C33 is a streamlined module that offers the high performance of the Portenta family at a lower price point, thanks to optimizations and streamlined features.
Ideal to develop cost-effective, real-time applications, Portenta C33 features the Arm® Cortex®-M33 microcontroller by global leader Renesas and supports MicroPython and other high-level programming languages. Thanks to its onboard Wi-Fi® and Bluetooth® Low Energy connectivity, the module stands out as an ideal solution for IoT gateways, remote control systems, fleet management and process tracking.
While its secure element guarantees industrial-grade security at the hardware level, the Portenta C33 is also able to perform over-the-air firmware updates with Arduino IoT Cloud or other third-party services.
Quickly deploying AI-powered projects becomes quick and easy with Portenta C33, by leveraging a vast array of ready-to-use software libraries and Arduino sketches available, as well as widgets that display data in real time on Arduino IoT Cloud-based dashboards. What’s more, the module’s form factor is compatible with the Portenta and MKR ranges and features castellated pins – ready for automatic assembly lines and more efficient connections to other components.
Key benefits include:
- Ideal for low-cost IoT applications with Wi-Fi®/Bluetooth® LE connectivity
- Supports MicroPython and other high-level programming languages
- Offers industrial-grade security at the hardware level and secure OTA firmware updates
- Leverages ready-to-use software libraries and Arduino sketches
- Perfect to monitor and display real-time data on Arduino IoT Cloud widget-based dashboards
- Compatible with Arduino Portenta and MKR families
- Features castellated pins for automatic assembly lines
Cost Effective Performance
Reliable, secure and with computational power worthy of its range, Portenta C33 was designed to provide big and small companies in every field with the opportunity to access IoT and benefit from higher efficiency levels and automation.
Applications
Portenta C33 brings more applications than ever within users’ reach, from enabling quick plug-and-play prototyping to providing a cost-effective solution for industrial-scale projects.
Applications include:
- Industrial IoT gateway
- Machine monitoring to track OEE/OPE
- Inline quality control and assurance
- Energy consumption monitoring
- Appliances control system
- Ready-to-use IoT prototyping solution
For more information, see the Portenta C33 product page and feel free to get in touch with our Sales Engineers.
For full documentation and complete technical specs, visit Arduino Docs.
Tech specs
Microcontroller | Renesas R7FA6M5BH2CBG Arm® Cortex®-M33:
|
External Memories | 16 MB QSPI Flash |
USB-C® | USB-C® High Speed |
Connectivity |
|
Interfaces |
|
Security | NXP® SE050C2 Secure Element |
Operating Temperatures | -40 °C to +85 °C (-40 °F to 185 °F) |
Dimensions | 66,04 mm x 25,40 mm |
Resources for Safety and Products
Manufacturer Information
The production information includes the address and related details of the product manufacturer.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
https://www.arduino.cc/
Responsible Person in the EU
An EU-based economic operator who ensures the product's compliance with the required regulations.
Arduino S.r.l.
Via Andrea Appiani, 25
Monza, MB, IT, 20900
Phone: +39 0113157477
Email: support@arduino.cc
Documentation
Learn more
Get Inspired
Print a claw on your 3D printer and use a myoelectric sensor to control it.
"But can it run Doom?" is more than just a joke in the tech world. It is also a decent litmus test for the computing power of hardware. That test isn't very relevant for modern computers, but it is still worth asking when discussing microcontrollers. Microcontrollers vary in dramatically in processing power and memory, with models to suit every application. But if you have an Arduino Nano ESP32 board, you can run Doom as Naveen Kumar has proven. The Nano ESP32 is a small IoT development board for the ESP32-S3 microcontroller, featuring Wi-Fi® and Bluetooth® connectivity. It also has a relatively high clock speed and quite a lot of memory: 240MHz and 512kB SRAM, respectively. That still isn't enough to meet the requirements of the original Doom release, which needed a lot more RAM. But Kumar demonstrates the use of an MCU-friendly port that runs well on this more limited hardware. Want to give it a try yourself? You'll need the Nano ESP32, an Adafruit 2.8" TFT LCD shield, an M5Stack joystick, a Seeed Studio Grove dual button module, a breadboard, and some jumper wires to create a simple handheld console. You'll have to compile and flash the Retro-Go firmware, which was designed specifically for running games like Doom on ESP32-based devices. You can then load the specialized WAD (Where's All the Data) files. Kumar reports an average frame rate at a 320×240 resolution, which is very playable.