Main Content

System Peripherals

R2026b
Configure and use system peripherals such as GPIO, input capture, and so on

Leverage hardware capabilities of Arduino® boards with different architectures to perform tasks such as reading and writing analog and digital signals through GPIO blocks, and controlling devices through device control blocks.

Blocks

expand all

Analog Input Common Block IconAnalog InputMeasure voltage of analog input pin
Analog Output blockAnalog OutputGenerate voltage on the specified DAC pin
Arduino Analog Input SAMD IconAnalog Input SAMDRead ADC register value after ADC conversion at the analog pin of Arduino SAMD21 core (Since R2023b)
Arduino Analog Input AVR IconAnalog Input AVRRead ADC register value after ADC conversion at analog pin of Arduino AVR core (Since R2024a)
Arduino Analog Input Teensy 4 IconAnalog Input TeensyRead ADC register value after conversion at Teensy 4.0 and 4.1 analog pins and trigger conversions from FlexPWM events (Since R2026b)
Arduino Digital Input blockDigital InputGet logical state of digital input pin on Arduino
Digital Output blockDigital OutputSet logical state of digital output pin on Arduino
Arduino 12x8 Matrix12x8 MatrixGraphically create a 12x8 binary matrix to define LED patterns for display (Since R2026a)
Arduino 12x8 LED Matrix12x8 LED MatrixDisplay custom LED patterns on 12x8 LED matrix on Arduino Uno R4 Wi-Fi board (Since R2026a)
Arduino Common PWM IconPWM CommonGenerate pulse width modulated signal on analog output pin
Arduino Advanced SAMD PWM IconPWM SAMDGenerate pulse width modulated signal on analog output pin of Arduino SAMD21 core (Since R2023b)
Arduino Advanced AVR PWM IconPWM AVRGenerate pulse width modulated signal on analog output pin of Arduino AVR core (Since R2024a)
Arduino Advanced Teensy4 PWM IconPWM TeensyGenerate pulse width modulated waveform on Teensy 4.0 and 4.1 output pins and enable PWM interrupts (Since R2026b)
Input Capture block iconInput CaptureMeasure frequency and duty cycle of external input signal
Arduino NeoPixel Block IconNeoPixelControl color and brightness of RGB and RGBW Adafruit NeoPixel LED strip (Since R2024a)
Arduino ESP32 Touch SenseESP32 Touch SenseRead state of capacitive touch pins on Arduino-compatible ESP32 and ESP32-S3 boards (Since R2026a)

Model Settings

expand all

ModuleESP32-S3 module variant for target hardware (Since R2026b)
BoardESP32-S3 development board variant for target hardware (Since R2026b)
Programming portSerial interface used for programming ESP32-S3 board (UART or USB) (Since R2026b)
Prompt boot button press and release on ESP32-S3 boardOption to enable prompt boot button and release on ESP32 hardware board during flashing (Since R2026b)
Create Custom boardGenerate a template file to define a custom ESP32-S3 board configuration (Since R2026b)
BoardSelect a variant of ESP32-WROOM or ESP32-WROVER module (Since R2022a)
Prompt boot button press and release on ESP32 boardOption to enable prompt boot button and release on ESP32 hardware board during flashing (Since R2022a)
Create Custom boardOpens a template file in editor to add custom ESP32 Arduino compatible hardware board to support package (Since R2022b)

Topics

Featured Examples