
WiFiduino32 is a development board based on the ESP32 microcontroller using XTENSA architecture.
This board features a maximum CPU frequency of 240 MHz and 4MB flash memory.
About WiFiduino32
ESP32 board with Arduino-style form - ideal for easy transition to wireless IoT using familiar layout.
Technical Specifications
Complete technical specification details for WiFiduino32
Connectivity
Microcontroller
✨ Features & Pins
Quick Setup
Copy-paste configs for WiFiduino32 - auto‑generated from this board's exact hardware specs.
In Arduino IDE 2 select Wifiduino32 from the esp32 by Espressif package. In PlatformIO use board = esp32dev. ESP32 · 240 MHz · 4MB · DIO.
In Arduino IDE 2, open Boards Manager, search "esp32" by Espressif and install it. Then go to Tools → Board and select "Wifiduino32" for the WiFiduino32.
[env:wifiduino32]
platform = espressif32
board = esp32dev
framework = arduino
; Exact hardware config for WiFiduino32
board_build.mcu = esp32
board_build.f_cpu = 240000000L
board_build.flash_size = 4MB
board_build.flash_mode = dio
board_upload.flash_size = 4MBThe board value is a close generic match - check PlatformIO board registry for an exact fit.
esp32:
board: esp32dev
framework:
type: arduino # or "esp-idf"
# WiFiduino32 - 240 MHz ESP32
# Flash: 4MB | USB: N/APaste into your device's .yaml. See ESPHome ESP32 docs for full options.
esptool.py \
--chip esp32 \
--baud 921600 \
write_flash \
--flash_mode dio \
--flash_size 4MB \
0x1000 bootloader.bin \
0x8000 partitions.bin \
0xe000 boot_app0.bin \
0x10000 firmware.binInstall: pip install esptool - replace firmware.bin with your binary - bootloader at 0x1000
Pin Mappings
Complete pinout and GPIO mapping for WiFiduino32
| Pin | Analog | Touch | PWM | Other |
|---|---|---|---|---|
| 0 | T1 | KEY_BUILTIN | ||
| 1 | PWM | TX | ||
| 2 | T2 | PWM | LED_BUILTIN | |
| 3 | PWM | RX | ||
| 4 | A5 | T0 | PWM | |
| 5 | PWM | SDA SS | ||
| 12 | A2 | T5 | PWM | |
| 13 | A4 | T4 | PWM | |
| 14 | A1 | T6 | PWM | |
| 15 | T3 | PWM | ||
| 16 | PWM | SCL | ||
| 17 | PWM | |||
| 18 | PWM | SCK | ||
| 19 | PWM | MISO | ||
| 21 | PWM | |||
| 22 | PWM | |||
| 23 | PWM | MOSI | ||
| 25 | PWM | DAC1 | ||
| 26 | PWM | DAC2 | ||
| 27 | A0 | T7 | PWM | |
| 32 | T9 | PWM | ||
| 33 | T8 | PWM | ||
| 35 | A3 |
Default Tools & Configuration
Build and upload settings for WiFiduino32
| Setting | Value |
|---|---|
| Bootloader tool | esptool_py |
| Uploader tool | esptool_py |
| Network uploader tool | esp_ota |
| Bootloader address | 0x1000 |
| Flash mode | dio |
| Boot mode | dio |
| Maximum upload size | 1280 KB (1310720 bytes) |
| Maximum data size | 320 KB (327680 bytes) |
The WiFiduino32 uses esptool_py for uploads , esp_ota for OTA updates, and esptool_py bootloader at 0x1000.
Flash mode: dio | Boot mode: dio
Max sketch size: 1280 KB | Max data size: 320 KB
Similar Boards
Other development boards with ESP32 microcontroller

CYD ESP32-4827S043
CYD ESP32-4827S043 development board is based on esp32 microcontroller and uses xtensa architecture.

HiLetgo ESP-WROOM-32 Development Board
HiLetgo ESP-WROOM-32 Development Board development board is based on esp32 microcontroller and uses xtensa...

Deneyap Kart 1A
Deneyap Kart 1A development board is based on esp32 microcontroller and uses xtensa architecture.