Complete Arduino Pro Mini development kit including both the microcontroller board and USB programmer adapter. This bundle provides everything you need to start programming and deploying compact Arduino projects. The Pro Mini's small form factor makes it ideal for space-constrained applications while maintaining full Arduino compatibility.
What's Included
- 1x Arduino Pro Mini Board (ATmega328P-based)
- 1x USB to Serial FTDI Programmer Adapter (for uploading code and serial communication)
Arduino Pro Mini Features
- Microcontroller: ATmega328P (same chip as Arduino Uno)
- Operating Voltage: 5V version
- Clock Speed: 16MHz
- Digital I/O Pins: 14 (6 PWM outputs)
- Analog Input Pins: 6
- Flash Memory: 32KB (2KB used by bootloader)
- SRAM: 2KB
- EEPROM: 1KB
- Ultra-Compact: Much smaller than Arduino Uno (18mm x 33mm)
- Breadboard Friendly: Standard 0.1" pin spacing
USB Programmer Features
- FTDI-Compatible Chipset: CH340G or similar for reliable USB-to-serial conversion
- Auto-Reset Circuit: Automatically resets the Pro Mini during upload
- Power Options: Can power the Pro Mini via USB during programming
- LED Indicators: TX/RX activity lights for visual feedback
- Driver Support: Windows, Mac, Linux compatible
Key Advantages
- Space Saving Design: Perfect for final project installations where size matters
- Low Power Options: Can be configured for battery-powered applications
- Full Arduino IDE Support: Program using familiar Arduino environment
- Cost Effective: Affordable development platform for production projects
- Pin-Compatible: Works with existing Arduino shields (with proper connections)
Applications
- Wearable electronics projects
- Battery-powered sensor nodes
- Robotics control systems
- Home automation controllers
- Data logging devices
- IoT sensor platforms
- Model railway controllers
- Custom keyboard/mouse projects
- LED strip controllers
- Quadcopter flight controllers
Technical Specifications
Pro Mini Board:
- Dimensions: 18mm x 33mm
- Weight: ~2 grams
- Input Voltage: 5-12V (RAW pin) or 5V (VCC pin)
- DC Current per I/O Pin: 40mA
- DC Current for 3.3V Pin: 50mA
USB Programmer:
- Interface: USB 2.0
- Output: TTL Serial (RX, TX, DTR, VCC, GND)
- Supports: 5V logic levels
Getting Started
- Install Arduino IDE on your computer
- Install CH340 drivers (if required for your operating system)
- Connect the USB programmer to the Pro Mini's serial header
- Connect USB programmer to your computer
- Select "Arduino Pro or Pro Mini (5V, 16MHz)" from the Arduino IDE
- Upload your sketch and start creating!
Perfect For
- Arduino beginners looking for a complete kit
- Makers transitioning from prototyping to permanent installations
- Students learning embedded programming
- Hobbyists building space-constrained projects
- Engineers developing production prototypes
- Anyone needing a compact, reliable Arduino solution
Why Choose This Kit?
Unlike the Arduino Uno, the Pro Mini lacks a built-in USB interface, making it much smaller and cheaper for permanent installations. This kit includes the necessary USB programmer, giving you the best of both worlds: easy programming during development and a tiny footprint for your final project.
Programming Notes
- Use the standard Arduino IDE (version 1.6.0 or later recommended)
- Select the correct board and processor from the Tools menu
- Connect the programmer pins correctly: GND-GND, VCC-VCC, TX-RX, RX-TX, DTR-DTR
- The auto-reset feature eliminates the need to manually reset during uploads