Information
Item weight
Barcode
Created time
Last updated on
Item description

DESCRIPTION

The Pro Micro is an Arduino compatible board based on the ATmega32U4 and the smallest member of the Arduino family.  It is similar to the Arduino Micro, but it is even smaller.  It is breadboard friendly and the small size allows you to place the Pro Micro into your breadboard rather than jumpering from the board over to a breadboard.  The small size also makes them useful for embedding into a permanent project.

PACKAGE INCLUDES:

  • Pro Micro 5V/16Mhz
  • 2 x Male Header Strips

KEY FEATURES OF PRO MICRO 5V/16MHZ:

  • ATmega32U4 processor running at 16MHz
  • Built-in serial to USB converter
  • 32KB Flash memory
  • 12 Digital I/O
  • 5 PWM shared with the digital I/O
  • 9 Analog inputs that can also be used as digital I/O for a total of up to 20 digital I/O
  • 1 Hardware serial port
  • 5V Operation
  • Extremely small size

The Micro Pro uses the same ATmega32U4 processor as used on the Leonardo boards.  The board has a USB Micro-B connector and the USB interface is contained within the ATmega32U4 chip and does not require a separate USB chip like most Arduino boards which helps to keep the size small.  The board also does away with the reset button and ICSP header to minimize the footprint.  If it is necessary to reset the board, the reset pin should be momentarily grounded.

The board operates at 5V which can be supplied via the Vcc pin or through the USB port connection.  If an external 7-12V power supply is used, the power should be input on the ‘RAW’ pin which feeds an on-board 5V regulator.  It is not recommended to use input voltages greater than 12V as it will cause the on-board regulator to work harder and may cause it to overheat.

There is a green power LED on the board and 2 red LEDs which show activity on the TX/RX lines.  There is no on-board general purpose LED.

Like all Arduino and compatible boards, it can be programmed using the Arduino IDE via the USB port.  To program with the Arduino IDE, use board type: ‘Leonardo’.

The board comes with 2 male header strips.  These do not come soldered for maximum flexibility depending on how the module will be used.  The headers can be optionally soldered onto the module if using with a breadboard.  If it is desired to solder on the headers, it is easiest if the headers are first placed into a solderless breadboard to hold them aligned while they are being soldered.



Pro Micro ATmega32U4 Pinout




ตัวอย่าง Code ทดสอบ Pro micro

โดยการกระพริบไฟ RX LED พร้อมกับ TX LED และพิมพ์ Hello world ออกทาง Serial monitor 

  1. /* Pro Micro Test Code
  2.    by: Nathan Seidle
  3.    modified by: Jim Lindblom
  4.    SparkFun Electronics
  5.    date: September 16, 2013
  6.    license: Public Domain - please use this code however you'd like.
  7.    It's provided as a learning tool.
  8.  
  9.    This code is provided to show how to control the SparkFun
  10.    ProMicro's TX and RX LEDs within a sketch. It also serves
  11.    to explain the difference between Serial.print() and
  12.    Serial1.print().
  13. */
  14.  
  15. int RXLED = 17;  // The RX LED has a defined Arduino pin
  16. // The TX LED was not so lucky, we'll need to use pre-defined
  17. // macros (TXLED1, TXLED0) to control that.
  18. // (We could use the same macros for the RX LED too -- RXLED1,
  19. //  and RXLED0.)
  20.  
  21. void setup()
  22. {
  23.  pinMode(RXLED, OUTPUT);  // Set RX LED as an output
  24.  // TX LED is set as an output behind the scenes
  25.  
  26.  Serial.begin(9600); //This pipes to the serial monitor
  27.  Serial1.begin(9600); //This is the UART, pipes to sensors attached to board
  28. }
  29.  
  30. void loop()
  31. {
  32.  Serial.println("Hello world");  // Print "Hello World" to the Serial Monitor
  33.  Serial1.println("Hello!");  // Print "Hello!" over hardware UART
  34.  
  35.  digitalWrite(RXLED, LOW);   // set the LED on
  36.  TXLED0; //TX LED is not tied to a normally controlled pin
  37.  delay(1000);              // wait for a second
  38.  digitalWrite(RXLED, HIGH);    // set the LED off
  39.  TXLED1;
  40.  delay(1000);              // wait for a second
  41. }
Conditions
Tags

Exchange or return policy



Every item comes with a 30-day warranty. However, there are certain conditions that apply:

  1. The customer should not be responsible for any self-inflicted damage, such as incorrect power connections (for example, supplying 5V instead of the required 3.3V for a sensor).

  2. The product must be in perfect condition, without any breakage or damage caused by electricity (e.g., short circuits leading to electrical fires).

  3. The store does not accept product exchanges due to customer misunderstandings, such as purchasing the wrong size for their project or buying something without eventually using it. Customers can inquire about the product details and ensure compatibility before making a purchase by contacting us through our Line account @modulemore during business hours. Please note that there may be delays in response between 12:00 PM and 2:00 PM.

Return Policy: To initiate a product return, customers must provide the original receipt or a copy for quick verification. Returns can be sent to our store address by following these guidelines:

  1. Provide a detailed description of the damaged item(s).
  2. Mention any tests or experiments conducted by the customer.

Please note that the store reserves the right to make the final decision regarding product replacement or refund.

English

Categories

TRACK & TRACE

*Enter your order ID or email used in placing an order

OVERVIEW

Pageviews2,072,810 view(s)
Visitors1,333,536 time(s)
Last updatedSep 7, 2025

JOIN US

ร้านModuleMore
ร้านModuleMore
/www.modulemore.com/en
Join as a Member
600
Become a member of this store to receive special offers and promotions
Choose your language
Language
Currency
Change
Modify language
My orders
This seller's information
ร้านModuleMore
ModuleMore
Arduino compatible board, Iot, ESP32, ESP8266, Nodemcu, Raspberry pi, micro:bit and etc.
Mobile number : 0831710868
E-mail : paheyisoicus@gmail.com
Send message to seller
About this seller
Recently viewed items
Favourite this seller
Join as a Member
Share this page
Share this page

TOP Back to top
Contact me