-
-
Notifications
You must be signed in to change notification settings - Fork 438
Eric arduino due datasheet #1976
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eric arduino due datasheet #1976
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review done
Pending little tasks:
- Final Block Diagram
- Final Power Tree
- Mechanical drawings created by @pedromsousalima
- DOuble check all images
.vscode/tasks.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to remove this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whole downloads folder changes should be removed from this PR
Easy way is to copy and paste from the docs-content main branch the actual content to this, so main and this one are the same
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DONE
<!--- | ||
Feature Image: A descriptive image of the product to identify it on the first page of the Datasheet. Image must be put inside the "assets" folder and be named "featured.png" Actual Image for example purposes. | ||
--> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove all comments of the template for cleaning purposes, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DONE
Description: A paragraph describing the product in an official and commercial way. This text is normally taken from the official description inside the Product Sales brief slides and adapted the text if necessary to the datasheet. The actual text is for examples purposes. | ||
--> | ||
|
||
The Arduino Due is a groundbreaking microcontroller board featuring the Atmel SAM3X8E ARM Cortex-M3 CPU, making it the first Arduino board built around a 32-bit ARM core microcontroller. With its 54 digital input/output pins, 12 analog inputs, 4 UARTs, USB OTG capability, and 84 MHz clock, the Due offers enhanced performance and versatility for a wide range of projects. Compatible with all Arduino shields designed for operation at 3.3V and compliant with the 1.0 Arduino pinout standard, the Due is a powerful tool for both beginners and experienced makers alike. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Arduino Due is a groundbreaking microcontroller board featuring the Atmel SAM3X8E ARM Cortex-M3 CPU, making it the first Arduino board built around a 32-bit ARM core microcontroller. With its 54 digital input/output pins, 12 analog inputs, 4 UARTs, USB OTG capability, and 84 MHz clock, the Due offers enhanced performance and versatility for a wide range of projects. Compatible with all Arduino shields designed for operation at 3.3V and compliant with the 1.0 Arduino pinout standard, the Due is a powerful tool for both beginners and experienced makers alike. | |
The Arduino Due is a groundbreaking microcontroller board featuring the Atmel SAM3X8E ARM Cortex-M3 CPU, making it the first Arduino board built around a 32-bit ARM core microcontroller. With its 54x Digital input/output pins, 12x Analog inputs, 4x UARTs, USB OTG capability, and an 84 MHz clock, the Due offers enhanced performance and versatility for a wide range of projects. Compatible with all Arduino shields designed for operation at 3.3 V and compliant with the Arduino pinout standard, the Due is a powerful tool for both beginners and experienced makers alike. |
Small improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DONE
|
||
The Arduino Due is a groundbreaking microcontroller board featuring the Atmel SAM3X8E ARM Cortex-M3 CPU, making it the first Arduino board built around a 32-bit ARM core microcontroller. With its 54 digital input/output pins, 12 analog inputs, 4 UARTs, USB OTG capability, and 84 MHz clock, the Due offers enhanced performance and versatility for a wide range of projects. Compatible with all Arduino shields designed for operation at 3.3V and compliant with the 1.0 Arduino pinout standard, the Due is a powerful tool for both beginners and experienced makers alike. | ||
|
||
**Warning: Unlike most Arduino boards, the Arduino Due board runs at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Applying voltages higher than 3.3V to any I/O pin could damage the board.** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Warning: Unlike most Arduino boards, the Arduino Due board runs at 3.3V. The maximum voltage that the I/O pins can tolerate is 3.3V. Applying voltages higher than 3.3V to any I/O pin could damage the board.** | |
**Warning: Unlike most traditional Arduino boards, the Arduino Due board runs at 3.3 V. Keep in mind the maximum voltage that the I/O pins can tolerate is 3.3 V. Applying voltages higher than 3.3 V to any I/O pin could damage the board.** |
Indeed it is a good warning but let's updated it to 2024 when industry is moving towards 3.3 V or 1.8 V voltage level
Please remember to always separate the unit from the number so instead of 3.3V should be 3.3 V
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DONE
--> | ||
|
||
<p style="text-align: justify;"> | ||
The Arduino Due is a microcontroller board measuring 101.52 mm x 53.3 mm, featuring two USB-B connectors.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Arduino Due is a microcontroller board measuring 101.52 mm x 53.3 mm, featuring two USB-B connectors.</p> | |
The Arduino Due is a microcontroller board measuring 101.52 mm x 53.3 mm, featuring two USB-B connectors and a big quantity of GPIO pins headers.</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
### Board Connectors | ||
|
||
Connectors of the Arduino Due are placed on the left side of the board; their placement is shown in the figure below; all the dimensions are in mm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Connectors of the Arduino Due are placed on the left side of the board; their placement is shown in the figure below; all the dimensions are in mm. | |
Connectors of the Arduino Due are placed on the left side of the board; their placement is shown in the figure below. All the dimensions are in mm. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| UKCA (UK) | Yes | | ||
| FCC (USA) | Yes | | ||
| IC (Canada) | Yes | | ||
| MIC/Telec (Japan) | No | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| MIC/Telec (Japan) | No | |
We prefer to do not put the ones are not certified to keep it simple
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
| Substance | **Maximum limit (ppm)** | | ||
|----------------------------------------|-------------------------| | ||
| Lead (Pb) | 1000 | | ||
| 02/11/2023 | 2 | | ||
| 25/10/2023 | 1 | | ||
| Poly Brominated Biphenyls (PBB) | 1000 | | ||
| Poly Brominated Diphenyl ethers (PBDE) | 1000 | | ||
| Bis(2-Ethylhexyl) phthalate (DEHP) | 1000 | | ||
| Benzyl butyl phthalate (BBP) | 1000 | | ||
| Dibutyl phthalate (DBP) | 1000 | | ||
| Diisobutyl phthalate (DIBP) | 1000 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Substance | **Maximum limit (ppm)** | | |
|----------------------------------------|-------------------------| | |
| Lead (Pb) | 1000 | | |
| 02/11/2023 | 2 | | |
| 25/10/2023 | 1 | | |
| Poly Brominated Biphenyls (PBB) | 1000 | | |
| Poly Brominated Diphenyl ethers (PBDE) | 1000 | | |
| Bis(2-Ethylhexyl) phthalate (DEHP) | 1000 | | |
| Benzyl butyl phthalate (BBP) | 1000 | | |
| Dibutyl phthalate (DBP) | 1000 | | |
| Diisobutyl phthalate (DIBP) | 1000 | | |
| Substance | **Maximum limit (ppm)** | | |
|----------------------------------------|-------------------------| | |
| Lead (Pb) | 1000 | | |
| Cadmium (Cd) | 100 | | |
| Mercury (Hg) | 1000 | | |
| Hexavalent Chromium (Cr6+) | 1000 | | |
| Poly Brominated Biphenyls (PBB) | 1000 | | |
| Poly Brominated Diphenyl ethers (PBDE) | 1000 | | |
| Bis(2-Ethylhexyl) phthalate (DEHP) | 1000 | | |
| Benzyl butyl phthalate (BBP) | 1000 | | |
| Dibutyl phthalate (DBP) | 1000 | | |
| Diisobutyl phthalate (DIBP) | 1000 | |
was wrong at the template, my bad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
||
| **Date** | **Revision** | **Changes** | | ||
| :--------: | :----------: | :----------------------------------------------------: | | ||
| 24/05/2024 | 1 | First release | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 24/05/2024 | 1 | First release | | |
| 11/06/2024 | 1 | First release | |
Validade content linter not valid, but I need to gain control of the content to solve it, therefore I will do a legal swuash and merge to a new branch so I can fix it |
32aa07a
into
arduino:arduino-due/datasheet
This reverts commit 32aa07a.
What This PR Changes
Contribution Guidelines