Why To Use Arduino Pro Mini Board ?

  • Less Space Size
  • Same Working as Uno Board.
  • Cheaper then Uno Board.

How To Use Arduino Pro Mini Board ?

Arduino Pro Mini is Small Size. Due to reduce size it is not having UART For code Upload which allow reduce price. Same as Arduino Uno Board.For First Time use Arduino Pro Mini Its Complicated to Understand Upload. After you read this post you can use as regular board.

Method 1

Hardware Requirements

  1. Arduino Pro Mini Board
  2. Uart having DTR pin
  3. Breadboard one or two
  4. Some Jumper wires
  5. Few Leds / Resistance also 100Ω.

Amazon.in BUY

Software Requirements

    1. Ardiuno IDE
    2. Blink Code for Test
#define led 8 //DEFINE 8 PIN USE FOR SIGNAL
void setup() {
  //DEFINE led PIN GENRATE SIGNAL TO OUT OR IN
  //HERE WE SIGNAL TO OUT FROM ARDUINO 
  pinMode(led, OUTPUT);
}
void loop() {
  //SET SIGNAL TO 5v  
  digitalWrite(led, HIGH);
  //SET SIGNAL TO 5v for 1Sec
  delay(1000);                   
  //SET SIGNAL TO 0v 
  digitalWrite(led, LOW);
  //SET SIGNAL TO 0v for 1Sec
  delay(1000);
}

Circuit

arduino_pro_mini_uart
arduino_pro_mini_uart
arduino-pro-mini-wriring
arduino-pro-mini-wriring

Steps To Upload Code

  1.  Firstly Re-Check Wire Connection (Notice : Do Not 5v & Gnd Connect in Reverse Order Its Burn Arduino Board)
  2.  Connect to Computer
  3.  Check Com Port (Com10) Yours May Be Different .

    UART USB COM PORT
    UART USB COM PORT
  4. Select Open Bink code.
  5. Select Board to “Arduino Pro or Pro Mini “.
  6. Select Processor ATMega328p.
  7. Select Yours Com Port

    Arduino Board option
    Arduino Board option
  8. Now its ready to upload
  9. just Click to Upload Button

After upload See Result

arduino-pro-mini-blink
arduino-pro-mini-blink

If blink code is working Its means yours board is Fully Functional 🙂

Method 2

Method Second is Simple But you have to Patience During Process.

Hardware Requirements

  1. Arduino Uno Having IC NOTE (Not Chip !! Required IC Board)
  2. Arduino Pro Mini Board
  3. Breadboard one or two
  4. Some Jumper wires
  5. Few Leds / Resistance also 100Ω.

Components

[amazon_link asins=’B0183QZCX2,B00N23YNA0,B015C7SC5U,B014YUY3RC’ template=’ProductCarousel’ store=’diamondrock0a-21′ marketplace=’IN’ link_id=’1eb7c3ba-3a59-11e8-9ef8-7317c519b8f4′]

Software Requirements

    1. Ardiuno IDE
    2. Blink Code for Test

Circuit

arduino_pro_mini_uno_uart
arduino_pro_mini_uno_uart

Wiring

Arduino_port

For Making Circuit Firstly Remove IC On Board be Carefully its Too Tightly Fit in IC base. So its alternative of UART . In Case You Not Having UART so this way you upload also.

Steps To Upload Code

  1.  Firstly Re-Check Wire Connection (Notice : Do Not 5v & Gnd Connect in Reverse Order Its Burn Arduino Board)
  2.  Arduino Uno Board Connect to Computer With USB WIRE.
  3.  Check Com Port (Com5) Yours May Be Different .
    Arduino_port
    Arduino_port
  4. Select Open Bink code.
  5. Select Board to “Arduino Pro or Pro Mini “.
  6. Select Processor ATMega328p.
  7. Select Yours Com Port

    port_select_pro_mini
    port_select_pro_mini
  8. Now its ready to upload
  9. just Click to Upload Button

After upload See Result

arduino_uno_uart_arduino_pro_mini
Arduino Pro Mini Uart Upload code With Arduino Uno .

If blink code is working Its means yours board is Fully Functional 🙂

Comment Down below Which Methods is Best  for Arduino Pro Mini 🙂

(Visited 1,364 times, 1 visits today)
Understand To Use Arduino Pro Mini ?
Share with Friends :
Tagged on:         

Er. Arvind Ahir

Im Er. Arvind Ahir Skills Web Developer in Php, Networking, Arduino . Education 10th : KV Suranussi Jal. (2010-12) Diploma in CSE : Mehr Chand PolyTechnic Jal. (2012-15) B.Tech CSE : CT INSTITUTE OF TECHNOLOGY & RESEARCH, JALANDHAR (2015-19)

2 thoughts on “Understand To Use Arduino Pro Mini ?

  • 12/05/2018 at 12:56 am
    Permalink

    Amazing internet site low vision glasses. Numerous beneficial info listed here. Now i am giving the item to a number of good friends ans in addition discussing in tasty. As well as, good hard work!

    Reply
  • 19/08/2018 at 1:10 am
    Permalink

    Thanks, it is quite informative

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *