Skip to content

Commit 12cdce9

Browse files
committed
nano products
1 parent 5f327b1 commit 12cdce9

File tree

21 files changed

+927
-927
lines changed

21 files changed

+927
-927
lines changed

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,9 @@ All Arduino boards, including this one, work out-of-the-box on the Arduino Web E
189189

190190
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow to start coding on the browser and upload your sketches onto your board.
191191

192-
### Getting Started - Arduino IoT Cloud
192+
### Getting Started - Arduino Cloud
193193

194-
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.
194+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
195195

196196
### Sample Sketches
197197

content/hardware/03.nano/boards/nano-33-ble-sense-rev2/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Unlike classic Arduino Uno, the board combines a microcontroller with onboard se
6666
## Microcontrollers and TinyML
6767
Microcontrollers, such as those used on Arduino boards, are low-cost, single chip, self-contained computer systems. They’re the invisible computers embedded inside billions of everyday gadgets like wearables, drones, 3D printers, toys, rice cookers, smart plugs, e-scooters, washing machines. The trend to connect these devices is part of what is referred to as the Internet of Things.
6868

69-
Arduino is an open-source platform and community focused on making microcontroller application development accessible to [everyone](https://create.arduino.cc/projecthub). The [board](https://store.arduino.cc/usa/nano-33-ble-sense) we’re using here has an Arm Cortex-M4 microcontroller running at 64 MHz with 1 MB Flash memory and 256 KB of RAM. This is tiny in comparison to cloud, PC, or mobile but reasonable by microcontroller standards.
69+
Arduino is an open-source platform and community focused on making microcontroller application development accessible to [everyone](https://create.arduino.cc/projecthub). The [board](https://store.arduino.cc/usa/nano-33-ble-sense) we’re using here has an Arm Cortex-M4 microcontroller running at 64 MHz with 1 MB Flash memory and 256 KB of RAM. This is tiny in comparison to Cloud, PC, or mobile but reasonable by microcontroller standards.
7070

7171
![Arduino Nano 33 BLE Sense Rev2 board is smaller than a stick of gum.](assets/nanosenseble.png)
7272

content/hardware/03.nano/boards/nano-33-ble-sense/datasheet/datasheet.md

Lines changed: 369 additions & 369 deletions
Large diffs are not rendered by default.

content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/get-started-with-machine-learning/get-started-with-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Unlike classic Arduino Uno, the board combines a microcontroller with onboard se
6767
## Microcontrollers and TinyML
6868
Microcontrollers, such as those used on Arduino boards, are low-cost, single chip, self-contained computer systems. They’re the invisible computers embedded inside billions of everyday gadgets like wearables, drones, 3D printers, toys, rice cookers, smart plugs, e-scooters, washing machines. The trend to connect these devices is part of what is referred to as the Internet of Things.
6969

70-
Arduino is an open-source platform and community focused on making microcontroller application development accessible to [everyone](https://create.arduino.cc/projecthub). The [board](https://store.arduino.cc/usa/nano-33-ble-sense) we’re using here has an Arm Cortex-M4 microcontroller running at 64 MHz with 1 MB Flash memory and 256 KB of RAM. This is tiny in comparison to cloud, PC, or mobile but reasonable by microcontroller standards.
70+
Arduino is an open-source platform and community focused on making microcontroller application development accessible to [everyone](https://create.arduino.cc/projecthub). The [board](https://store.arduino.cc/usa/nano-33-ble-sense) we’re using here has an Arm Cortex-M4 microcontroller running at 64 MHz with 1 MB Flash memory and 256 KB of RAM. This is tiny in comparison to Cloud, PC, or mobile but reasonable by microcontroller standards.
7171

7272
![Arduino Nano 33 BLE Sense board is smaller than a stick of gum.](assets/nanosenseble.png)
7373

content/hardware/03.nano/boards/nano-33-ble/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ All Arduino boards, including this one, work out-of-the-box on the Arduino Web E
121121

122122
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
123123

124-
### Getting Started - Arduino IoT Cloud
125-
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.
124+
### Getting Started - Arduino Cloud
125+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
126126

127127
### Sample Sketches
128128
Sample sketches for the Arduino Nano 33 BLE can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website [4]

content/hardware/03.nano/boards/nano-33-iot/datasheet/datasheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ All Arduino boards, including this one, work out-of-the-box on the Arduino Web E
176176

177177
The Arduino Web Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[3]** to start coding on the browser and upload your sketches onto your board.
178178

179-
### Getting Started - Arduino IoT Cloud
180-
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.
179+
### Getting Started - Arduino Cloud
180+
All Arduino IoT enabled products are supported on Arduino Cloud which allows you to Log, graph and analyze sensor data, trigger events, and automate your home or business.
181181

182182
### Sample Sketches
183183
Sample sketches for the Arduino 33 IoT can be found either in the “Examples” menu in the Arduino IDE or in the “Documentation” section of the Arduino Pro website [4]
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<FeatureDescription>
2-
The Arduino Nano 33 IoT is Arduino's smallest board to get started with Internet of Things (IoT). Using the popular Arm® Cortex®-M0 32-bit SAMD21 processor, it also features the powerful u-blox NINA-W102 Wi-Fi module and the ECC608A crypto-chip for security.
3-
</FeatureDescription>
4-
5-
<FeatureList>
6-
7-
<Feature title="Wi-Fi®" image="wifi">
8-
9-
The board comes with Wi-Fi® connectivity and Arduino IoT Cloud compatibility. This allows you to create IoT applications in your own projects.
10-
11-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/wifi-connection"/>
12-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
13-
</Feature>
14-
15-
<Feature title="Bluetooth®" image="bluetooth">
16-
17-
The Nano 33 IoT is Bluetooth® enabled allowing you to control peripheral devices via bluetooth and start implementing Bluetooth® Low Energy applications.
18-
19-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/bluetooth"/>
20-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
21-
</Feature>
22-
23-
<Feature title="IMU" image="imu">
24-
25-
The Nano 33 IoT comes with an IMU (LSM6DS3), combining an accelerometer and a gyroscope. Build your own motion tracking device and implement it in your projects.
26-
27-
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/imu-gyroscope"/>
28-
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/"/>
29-
</Feature>
30-
1+
<FeatureDescription>
2+
The Arduino Nano 33 IoT is Arduino's smallest board to get started with Internet of Things (IoT). Using the popular Arm® Cortex®-M0 32-bit SAMD21 processor, it also features the powerful u-blox NINA-W102 Wi-Fi module and the ECC608A crypto-chip for security.
3+
</FeatureDescription>
4+
5+
<FeatureList>
6+
7+
<Feature title="Wi-Fi®" image="wifi">
8+
9+
The board comes with Wi-Fi® connectivity and Arduino Cloud compatibility. This allows you to create IoT applications in your own projects.
10+
11+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/wifi-connection"/>
12+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/wifinina/"/>
13+
</Feature>
14+
15+
<Feature title="Bluetooth®" image="bluetooth">
16+
17+
The Nano 33 IoT is Bluetooth® enabled allowing you to control peripheral devices via bluetooth and start implementing Bluetooth® Low Energy applications.
18+
19+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/bluetooth"/>
20+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduinoble/"/>
21+
</Feature>
22+
23+
<Feature title="IMU" image="imu">
24+
25+
The Nano 33 IoT comes with an IMU (LSM6DS3), combining an accelerometer and a gyroscope. Build your own motion tracking device and implement it in your projects.
26+
27+
<FeatureLink variant="primary" title="Documentation" url="/tutorials/nano-33-iot/imu-gyroscope"/>
28+
<FeatureLink variant="secondary" title="Library" url="https://www.arduino.cc/reference/en/libraries/arduino_lsm6ds3/"/>
29+
</Feature>
30+
3131
</FeatureList>

content/hardware/03.nano/boards/nano-33-iot/suggestions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Learn how to connect the Nano 33 IoT to IFTTT to send an email each time an action is performed
44
</EssentialElement>
55

6-
<EssentialElement title="Nano 33 IoT alarm with the Arduino IoT Cloud" type="tutorial" link="/tutorials/nano-33-iot/iot-cloud">
7-
Learn how to create an alarm with the Nano 33 IoT controlled by the Arduino IoT Cloud.
6+
<EssentialElement title="Nano 33 IoT alarm with the Arduino Cloud" type="tutorial" link="/tutorials/nano-33-iot/iot-cloud">
7+
Learn how to create an alarm with the Nano 33 IoT controlled by the Arduino Cloud.
88
</EssentialElement>
99
</EssentialsColumn>
1010

0 commit comments

Comments
 (0)