Skip to content

Commit b1aa6ad

Browse files
committed
Improve copy
1 parent c8836fd commit b1aa6ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/Hardware Support/Nano Family/Nano-family-overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ title: "Nano family overview"
33
id:
44
---
55

6-
The Nano Family is a series of boards that share the same form factor, and pin layout. This makes it easier for makers to design hardware accessories that work with the wide range of Nano boards available. Despite the similarities, there are subtle differences to support the unique functionalities of each board's microcontroller unit. In this article:
6+
The Nano Family is a series of boards with the same form factor and pin layout. This standardized form factor makes it easier for makers and third-party manufactors to design hardware accessories compatible with the wide range of Nano boards.
7+
8+
Despite the similarities, there are subtle differences in some Nano boards in order to support their unique functionalities. In this article:
79

810
* [Pinout differences](#pinout-differences)
911
* [Operating voltage differences](#operating-voltage-differences)
@@ -74,7 +76,9 @@ The table below presents an overview of the pinout differences:
7476
</tr>
7577
</table>
7678

77-
Understanding the pinout differences is importabnt for those who are designing custom hardware or using third-party accessories for the Nano form factor. For example, an accessory created for the Nano Every might not work correctly with the Nano ESP32. This is because the RST pin on the Nano Every corresponds to the B1 (BOOT1) pin on the Nano ESP32. This can lead can lead to problems when powering up the board.
79+
Understanding the pinout differences is crucial for those designing custom hardware or using third-party accessories for the Nano form factor. For example:
80+
81+
* An accessory created for the Nano Every might not work correctly with the Nano ESP32. In this case, it would lead to problems when powering up the board since the RST pin on the Nano Every corresponds to the B1 (BOOT1) pin on the Nano ESP32.
7882

7983
---
8084

0 commit comments

Comments
 (0)