Skip to content

Commit 755a5ff

Browse files
authored
PR review, small typos fixed
1 parent 55d5242 commit 755a5ff

File tree

1 file changed

+11
-11
lines changed
  • content/hardware/01.mkr/01.boards/mkr-wifi-1010/datasheet

1 file changed

+11
-11
lines changed

content/hardware/01.mkr/01.boards/mkr-wifi-1010/datasheet/datasheet.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: maker
77
![Arduino® MKR WiFi 1010](assets/featured.png)
88

99
# Description
10-
The MKR WiFi 1010 is a miniature sized module containing a SAMD21G18A Processor, the Nina W102 Module and a crypto chip (the ATECC508).
10+
The MKR WiFi 1010 is a miniature sized module containing a SAMD21G18A Processor, the Nina W102 Module and a crypto chip (the ATECC508).
1111

1212

1313
# Target Areas
@@ -19,7 +19,7 @@ Prototyping, IoT application examples
1919
- ARM Cortex M0+ at up to 48 MHz
2020
- 256KB Flash
2121
- 32KB SRAM
22-
- Power On Reset POR and Brown Out Detection (BOD)
22+
- Power On Reset (POR) and Brown Out Detection (BOD)
2323

2424
- **Peripherals**
2525
- 12 channel DMA
@@ -88,7 +88,7 @@ Also the 5V pin does NOT supply voltage but is rather connected, through a jumpe
8888

8989
### Application Examples
9090

91-
**Bluetooth:** The communications chipset on the MKR WiFi 1010 is something pretty unique. In the world of microcontroller platforms, since this can be both a BLE and Bluetooth® client and host device.
91+
**Bluetooth:** The communications chipset on the MKR WiFi 1010 is something pretty unique in the world of microcontroller platforms, since this can be both a BLE and Bluetooth® client and host device.
9292

9393
**WiFi:** The WiFi connectivity is performed with a module from u-blox, the NINA-W10, a low power chipset operating in the 2.4GHz range.
9494

@@ -115,7 +115,7 @@ Also the 5V pin does NOT supply voltage but is rather connected, through a jumpe
115115

116116
The Main Processor is a ARM Cortex M0+ running at up to 48 MHz
117117
Most of its pins are connected to the external headers, however some are reserved for internal communication to the communication module and to the internal SPI and I2C peripherals (Crypto).
118-
Communication with NINA Module W102 happens through UART and a SPI through the following pins.
118+
Communication with NINA Module W102 happens through UART and SPI through the following pins.
119119

120120
| Pin | Acronym | NINA Pin | Acronym | Description |
121121
| --- | ------- | -------- | --------- | ----------- |
@@ -156,10 +156,10 @@ The Arduino Web Editor is hosted online, therefore it will always be up-to-date
156156
All Arduino IoT enabled products are supported on Arduino IoT Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
157157

158158
### Arduino Forum
159-
Discussions and ideas for the Arduino MKR WiFi 1010 can be found in the Arduino Forum [4].
159+
Discussions and ideas for the Arduino MKR WiFi 1010 can be found in the Arduino Forum [4].
160160

161161
### Online Resources
162-
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on ProjectHub [5], the Arduino Library Reference [6] and the online store [7] where you will be able to complement your board with sensors, actuators and more
162+
Now that you have gone through the basics of what you can do with the board you can explore the endless possibilities it provides by checking exciting projects on ProjectHub [5], the Arduino Library Reference [6] and the online store [7] where you will be able to complement your board with sensors, actuators and more.
163163

164164
### Board Recovery
165165
All Arduino boards have a built-in bootloader which allows flashing the board via USB. In case a sketch locks up the processor and the board is not reachable anymore via USB it is possible to enter bootloader mode by double-tapping the reset button right after power up.
@@ -171,7 +171,7 @@ All Arduino boards have a built-in bootloader which allows flashing the board vi
171171

172172
| Pin | Function | Type | Description |
173173
| --- | -------- | ------------ | ------------------------------------------------------------------- |
174-
| 1 | VUSB | Power | Power Supply Input. Output is board is powered via VUSB from header |
174+
| 1 | VUSB | Power | Power Supply Input. Output is powered via VUSB from header |
175175
| 2 | D- | Differential | USB differential data - |
176176
| 3 | D+ | Differential | USB differential data + |
177177
| 4 | ID | Analog | Selects Host/Device functionality |
@@ -181,7 +181,7 @@ All Arduino boards have a built-in bootloader which allows flashing the board vi
181181

182182
### Headers
183183

184-
Board exposes two 28 pin connectors assembled with pin headers.
184+
Board exposes two 28 pin connectors assembled with pin headers.
185185

186186

187187
| Pin | Function | Type | Description |
@@ -213,7 +213,7 @@ Board exposes two 28 pin connectors assembled with pin headers.
213213
| 25 | GND | Power | Power Ground |
214214
| 26 | +3V3 | Power Out | |
215215
| 27 | VIN | Power In | Vin Power input |
216-
| 28 | +5V | Power Out | Power Ground |
216+
| 28 | +5V | Power Out | |
217217

218218
### Debug
219219

@@ -228,7 +228,7 @@ Board exposes two 28 pin connectors assembled with pin headers.
228228

229229
## Mechanical Information
230230

231-
Board measures are mixed between metric and imperial. Metric measures are used to maintain 100 mil pitch grid between pin rows to allow them to fit a breadboard.
231+
Board measures are mixed between metric and imperial. Metric measures are used to maintain 100 mil pitch grid between pin rows to allow them to fit in a breadboard.
232232

233233
### Board Outline
234234
![MKR WiFi 1010 Board Outline](assets/mkrwifif1010_outline.png)
@@ -345,5 +345,5 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
345345

346346
| **Date** | **Revision** | **Changes** |
347347
| ---------- | ------------ | ------------------------------------- |
348-
|20/09/2022|2|Migration to Markdown|
348+
|20/09/2022|2|Migration to Markdown, links updated, small typos fixed|
349349
|22/03/2021|1|First Release|

0 commit comments

Comments
 (0)