Arduino Tutorial: Arduino Due review and blink tutorial

preview_player
Показать описание
Arduino Tutorial: Arduino Due review and blink tutorial. Want to learn to code?

In this video we review the new Arduino DUE board. It is a very capable and powerfull board that uses an ARM M3 32bit microprocessor. It's frequency is 84MHz.

Warning: Unlike other Arduino boards, the Arduino Due board runs at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Providing higher voltages, like 5V to an I/O pin could damage the board.

The Due has a 32-bit ARM core that can outperform typical 8-bit microcontroller boards. The most significant differences are:
A 32-bit core, that allows operations on 4 bytes wide data within a single CPU clock. (for more information look int type page).
CPU Clock at 84Mhz.
96 KBytes of SRAM.
512 KBytes of Flash memory for code.
a DMA controller, that can relieve the CPU from doing memory intensive tasks.
Рекомендации по теме
Комментарии
Автор

Hi, do you have an external interrupt video for the Due? I need to read a 512 bit encoder and the Z pulse every rotation. Regards Cobus

cobusverster
Автор

Why DUE not run the program at first startup?

What should we change to resolve this problem?

svar
Автор

You can't really judge power consumption when the board isn't doing anything! Get it working on something and then test the current draw!

buddysteve
Автор

I will not buy it, because that arduino does not work with 5vcc.
Do you know the orange pi? Does it work with C as arduino?
Where are you from?

edsonsilva
Автор

Hi sir, I have problems with my arduino due.. I have hexapod robot with mega 2560, so to make it more speed, so I change my controller with arduino due. But, I do it with serial port communication and it does'nt work.. why it doesn't work ? Can you help me ?

Sugar
Автор

How do I run a program that's been uploaded onto the board?

Lexyvil
Автор

Just tell me how to hook it up I have spent 2 days on this nonsense

seandafny
Автор

I prefer to buy my Arduino boards, from Arduino. Go figure right! My Due is green, not blue.

MandoRick
Автор

Don't waste your time or money buying from Banggood. I never got my order from them and no customer service had to make a claim with Paypal

davidreeves