ESPino (ESP-12 Module)

Breadboard-friendly ESP8266 board with LiPo support - perfect for compact and mobile wireless builds.

Micro-USB
ESPino (ESP-12 Module) board
45 × 27 mm
ESP8266
MCU
160MHz
clock
4MB
flash
~80KB
SRAM
17· 1 ADC
GPIO
Wi-Fi
radio
On this page

Pinout

View:
ESPino (ESP-12 Module) pinout diagram

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Uses a CP2104 bridge - install the CP210x driver if no port appears. Not detected? Hold BOOT while plugging in.
2
Match & flash
Set the Tools options shown, then click Upload.
3
Verify it runs
The onboard LED on GPIO2 blinks - swap the pin if your board's LED differs.
Set these in Tools · leave everything else at default
Arduino IDE 2.x — Tools Copy
Board: "Generic ESP8266 Module"
Flash Size: "4MB (32Mb)"
CPU Frequency: "160 MHz"
Upload Speed: "921600"
▸ every other Tools option — leave at default
Board: Generic ESP8266 Module
Flash Size: 4MB (32Mb)
CPU Frequency: 160 MHz
Upload Speed: 921600
Find it: Tools ▸ Board ▸ ESP8266 Boards ▸ Generic ESP8266 Module
blink.ino Copy
// blink the onboard LED
void setup() {
  pinMode(2, OUTPUT);
}
void loop() {
  digitalWrite(2, HIGH); delay(500);
  digitalWrite(2, LOW);  delay(500);
}

Specifications

ESP8266 · 45 × 27 mm
Compute
MCU
ESP8266
Clock
160 MHz
SRAM · Flash
~80 KB · 4 MB
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
-
Antenna
PCB
I/O
GPIO · ADC
17 · 1
UART · I²C · SPI
2 · 1 · 2
PWM
-
Power
USB
Micro-USB
Serial
CP2104
Boot address
0x0000
Flashing
Upload · OTA
esptool · esp_ota
Flash · Boot mode
QIO · -
Sketch · Data
- · 80 KB
27 mm45 mm
45 × 27 mm · pin pitch 2.54 mm
The ESPino (ESP-12 Module) uses esptool for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is QIO.

About this board

The ESPino (also written as ESPino ESP-12 or ESPino ESP8266) is a compact, breadboard-friendly development board built around Espressif's ESP8266 on an ESP-12 module. It integrates an onboard 3.3V regulator, a CP2104 USB-to-serial bridge with a micro USB connector for easy programming, an RGB LED, and two buttons for prototyping. Its built-in Wi-Fi makes it well suited to IoT, home automation, and connected sensor projects. In this guide, you'll find the ESPino pinout, datasheet, technical specs, and setup instructions.
  • Operating Voltage: 3.3V
  • Input Voltage: 4.4 - 15V
  • DC current per I/O Pin: 12 mA
  • Max. DC current for the 3.3V Pin: 800 mA

Resources

Similar boards