You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Power On Reset POR and Brown Out Detection (BOD)
22
+
- Power On Reset (POR) and Brown Out Detection (BOD)
23
23
24
24
-**Peripherals**
25
25
- 12 channel DMA
@@ -88,7 +88,7 @@ Also the 5V pin does NOT supply voltage but is rather connected, through a jumpe
88
88
89
89
### Application Examples
90
90
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.
92
92
93
93
**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.
94
94
@@ -115,7 +115,7 @@ Also the 5V pin does NOT supply voltage but is rather connected, through a jumpe
115
115
116
116
The Main Processor is a ARM Cortex M0+ running at up to 48 MHz
117
117
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.
@@ -156,10 +156,10 @@ The Arduino Web Editor is hosted online, therefore it will always be up-to-date
156
156
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.
157
157
158
158
### 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].
160
160
161
161
### 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.
163
163
164
164
### Board Recovery
165
165
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
| 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|
175
175
| 2 | D- | Differential | USB differential data - |
176
176
| 3 | D+ | Differential | USB differential data + |
177
177
| 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
181
181
182
182
### Headers
183
183
184
-
Board exposes two 28 pin connectors assembled with pin headers.
184
+
Board exposes two 28 pin connectors assembled with pin headers.
185
185
186
186
187
187
| Pin | Function | Type | Description |
@@ -213,7 +213,7 @@ Board exposes two 28 pin connectors assembled with pin headers.
213
213
| 25 | GND | Power | Power Ground |
214
214
| 26 | +3V3 | Power Out ||
215
215
| 27 | VIN | Power In | Vin Power input |
216
-
| 28 | +5V | Power Out |Power Ground|
216
+
| 28 | +5V | Power Out ||
217
217
218
218
### Debug
219
219
@@ -228,7 +228,7 @@ Board exposes two 28 pin connectors assembled with pin headers.
228
228
229
229
## Mechanical Information
230
230
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.
0 commit comments