آردوینو Arduino due
برد آردوینو Arduino due یک میکروکنترلر بر پایه SAM3X8E ARM Cortex-M3 CPU از شرکت Atmel می باشد. این برد آردوینو Arduino due، اولین برد آردوینویی است که بر اساس میکروکنترلر با هسته ARM 32 بیتی پایه ریزی شده است. دارای 54 پین دیجیتال ورودی/خروجی (که 12 تای آن می تواند به عنوان خروجی PWM استفاده شود)، 12 ورودی آنالوگ، 4 پورت UARTs (پورت های سریال سخت افزاری)، و یک ساعت 84 مگاهرتزی، an USB OTG capable connection ، یک DAC (دیجیتال به آنالوگ)، 2 عدد TWI، یک پاور جک، یک SPI header، یک JTACG header، یک دکمه ریست و یک دکمه پاک کردن می باشد.
هشدار: بر خلاف دیگر بردهای آردوینو، برد آردوینو Arduino due با ولتاژ 3.3 ولت کار می کند. حداکثر ولتاژی که پین های ورودی/خروجی می توانند تحمل کنند همین 3.3 ولت است. اعمال ولتاژ های بالاتر همچون 5ولت به یک پین ورودی/خروجی، می تواند به برد آسیب بزند.
این برد آردوینو Arduino due، هرچیزی را که جهت پشتیبانی از میکروکنترلر مورد نیاز است، شامل می شود؛ برای آغاز کار، برد را با یک کابل micro-USB به سادگی به کامپیوتر متصل کنید و یا با یک آداپتور AC-to-DC یا باتری، به آن ولتاژ بدهید. برد Due با همه شیلدهای آردوینو که با 3.3 ولت کار می کنند، و همچنین با 1.0 Arduino pinout سازگار است.
برد Due از 1.0 pinout پیروی می کند:
- TWI: پین های SDA و SCL که در نزدیکی پین AREF قرار دارند.
- پین IOREF که اجازه می دهد یک شیلد را با پیکربندی مناسب جهت تطبیق با ولتاژی که توسط برد فراهم شده است، متصل کنید. این قابلیت، به شیلدها امکان می دهد تا با برد 3.3 ولتی همچون Due و بردهای AVR-based که با ولتاژ 5 ولت کار می کنند، خود را تطبیق دهند.
- یک پین که متصل نیست و جهت کاربردهای آتی در نظر گرفته شده است.
مزایای هسته ARM:
برد Due یک هسته ARM 32-bit دارد که می تواند بر بردهای میکروکنترلر 8بیتی غالب شود. برجسته ترین تفاوتهای آنها عبارتند از:
- یک هسته 32 بیتی، که عملیات را روی داده های 4 بایتی درون یک کلاک CPUی تکی فراهم می کند. (جهت کسب اطلاعات بیشتر، صفحه نوع Int را مطالعه کنید).
- کلاک CPU با فرکانس 84 مگاهرتز.
- 96 کیلوبایت حافظه SRAM.
- 512 کیلوبایت حافظه فلش برای کد.
- یک کنترلر DMA که می تواند جهت انجام وظایف فشرده، به CPU کمک کند.
بررسی اجمالی:
جزئیات سریع
محل مبدا:
گوانگدونگ، چین
نام برند:
Zhiy؛ OEM/ODM
بسته:
کیسه های ضد الکتریسیته ساکن
نام:
DUE R3
تراشه کنترلر:
AT91SAM3X8E
ولتاژ بهره برداری:
3.3 ولت
پین های ورودی آنالوگ:
12
ولتاژ ورودی (توصیه می شود):
7-12 ولت
ولتاژ ورودی (محدودیت):
6-16 ولت
مجموع جریان خروجی DC در تمام خطوط ورودی/خروجی:
130 میلی آمپر
جریان وضعیت DC بدون سرب برای پین 3.3 ولت:
800 میلی آمپر
ولتاژ تغذیه:
مشترک
شرح:
1.32 بیت در یک ساعت می تواند 32 بیت داده را پردازش کند.
2. فرکانس ساعت پردازنده 84 مگاهرتز
3. یک کنترلر DMA، می تواند فشار روی CPU را برای انجام محاسبات زیادی کاهش دهد.
4.96 کیلوبایت SRAM
5.512 کیلوبایت فلش
The Arduino due board is a microcontroller based on the SAM3X8E ARM Cortex-M3 CPU from Atmel. This Arduino due board is the first Arduino board based on a 32-bit ARM core microcontroller. It has 54 digital input / output pins (12 of which can be used as PWM output), 12 analog inputs, 4 UARTs (hardware serial ports), and a 84 MHz clock, an USB OTG capable connection, a DAC (digital to analog), 2 TWI, a power jack, an SPI header, a JTACG header, a reset button and a clear button.
Warning: Unlike other Arduino boards, the Arduino Due board operates at 3.3 volts. The maximum voltage that the input / output pins can withstand is 3.3 volts. Applying higher voltages, such as 5 volts, to an input / output pin can damage the board.
This board includes everything needed to support the microcontroller; To get started, simply connect the board to a computer with a micro-USB cable, or power it with an AC-to-DC adapter or battery. The Due board is compatible with all Arduino shields running at 3.3 volts, as well as the 1.0 Arduino pinout.
Due board follows 1.0 pinout:
TWI: SDA and SCL pins located near the AREF pin.
IOREF pin that allows you to connect a shield with a suitable configuration to match the voltage provided by the board. This feature allows shields to adapt to 3.3V boards such as Due and AVR-based boards operating at 5V.
A pin that is not connected and is intended for future use.
Advantages of ARM kernel:
The Due board has a 32-bit ARM core that can dominate 8-bit microcontroller boards. The most prominent differences are:
A 32-bit kernel, which provides operations on 4-byte data within a single CPU clock. (For more information, read the Int type page).
CPU clock with a frequency of 84 MHz.
96 KB SRAM memory.
512 KB of flash memory for code.
A DMA controller that can assist the CPU in performing intensive tasks.
Overview
Quick Details
Place of Origin:
Guangdong, China
Brand Name:
Zhiy;OEM/ODM
Package:
anti-static bags
Name:
DUE R3
Controller Chip:
AT91SAM3X8E
Operating Voltage:
3.3V
Analog Input Pins:
12
Input Voltage (recommended):
7-12V
Input Voltage (limits):
6-16V
Total DC Output Current on all I/O lines:
130 mA
Lead Free StatusDC Current for 3.3V Pin:
800 mA
Supply Voltage:
Common
Description:
1.32 bits at a clock can process 32 bits of data
2.CPU clock frequency of 84Mhz
3.A DMA controller, can reduce the pressure on the CPU to do a lot of computing
4.96 SRAM KBytes
5.512 Flash KBytes
منبع این مطالب:
دیدگاهها
هیچ دیدگاهی برای این محصول نوشته نشده است.