همانطور
که از نام این برد مشخص است آردوینو Pro Mini یک برد حرفه ای کوچک می
باشد. در این برد برای کمتر شدن اندازه و کاهش وزن آن ورودی آدابتور و پورت
USB حذف شده اند. سایز کوچک و وزن اندک این برد، آن را یک گزینه بسیار
ایده ال برای استفاده در ربات های پرنده و یا هواپیماهای مدل
می نماید.
بر خلاف اندازه کوچک و ارزان قیمت بودن آن، با توجه به اینکه میکروکنترلر
به کار رفته درون این برد که ATmega328 می باشد از نظر کارایی هیچ تفاوتی
با سایر بردهای آردوینو که چیپ آنها ATmega328 می باشد، ندارد.
البته
حذف پورت USB باعث شده که شما نتوانید به سادگی مانند سایر برد های آردوینو
کدهای خود را بر روی آن آپلود نمایید. برای آپلود کدها می توانید از یک
برد آردینو دیگر که دارای رابط USB می باشد به عنوان پراگرامر استفاده کنید
و یا اینکه کد خود را از طریق یک کابل FTDI و یا مبدل USB به سریال درون
میکروی برد آپلود نمایید.
این برد همانند برد
آردوینو نانو دارای 14
ورودی و خروجی دیجیتال ( 6 تای آنها می توانند به عنوان خروجی PWM استفاده
شوند)، 8 ورودی آنالوگ و یک دکمه ریست می باشد. این برد برای افرادی طراحی
شده است که با برنامه نویسی بردهای آردوینو آشنایی دارند و می خواهند یک
نمونه دائمی از محصول خود را بسازند. با توجه به قیمت مناسب این برد، به
راحتی می توانید از آن در تولیدات نهایی و محصولات تجاری خود استفاده
نمایید.
هشدار : حداکثر ولتاژ ورودی بردهای آردوینو غیر اورجینال 9 ولت می باشد در
صورت اعمال ولتاژ 12 ولت ( ذکر شده در دیتاشیت ) برد دچار آسیب می گردد.
Description:
Arduino
Pro Mini is a microcontroller board that comes with an Atmega328
microcontroller incorporated inside the board. This board comes with 14
digital I/O out of which 6 pins are used for providing PWM output. There
are 8 analog pins available on the board.
It is very small as compared to Arduino Uno i.e. 1/6 of the total size of the Arduino Uno.
There
is only one voltage regulator incorporated on the board i.e 3.3V or 5V
based on the version of the board. The Pro Mini runs at 8 MHz for the
3.3V version which is half than the Arduino Uno board that runs at
16MHz.
There is no USB port available on the board and it also lacks a
built-in programmer. The labeling on the regulator defines the version
of the board i.e. KB33 represents 3.3V edition and KB50 represents 5V
edition. However, the board version can also be indicated by measuring
the voltage between Vcc and GND pin.
This board doesn’t come with
built-in connectors that give you the flexibility to solder the
connector in any way you can, based on the requirements and space
available for your project.
Like other Arduino boards, Arduino Pro
Mini is open source i.e. you can modify and use the board according to
your requirements as all the data and support related to this board is
readily available.
Overcurrent protection ability is another feature
that makes this device safe to use in the applications where passing
current can affect the overall performance of the project. It comes with
a flash memory of 32KB out of which 0.5 is used for a bootloader. The
flash memory is used for storing the code of the board.
It is a
non-volatile memory and stores information even if the connection with
the voltage supply is lost. SRAM is a Static Random Access Memory which
is 2KB. RAM memory is highly volatile in nature and mainly depends on
the constant source of power supply.
EEPROM comes with a memory of
1KB. It is a read-only memory (ROM) that can be erased and reprogrammed.
This memory can be erased by using higher than normal electrical
signals.
Features:
Microcontroller: ATmega328
RAW Voltage: 5V to 12V
Operating Voltage: 3.3V or 5V (Based on the version)
Digital Pins: 14
Analog Pins: 8 (Labelled as AO to A7)
PWM: 6 pins out of 14 digital pins
Clock Frequency: 8MHz for 3.3V 16MHz for 5V
USS Port: No
Flash Memory: 32KB
SRAM: 2KB
Bootloader: 0.5KB
EEPROM: 1KB
Wi-Fi: No
Arduino Shield Compatibility: No
Current through each I/0 pin: 4OmA
Maximum Current drawn from the chip: 200mA