Skip to content

Commit 2562a8c

Browse files
committed
add suggestions.md content, update icons features, add modulino library, add modulino as compatible accessories
1 parent 53c8267 commit 2562a8c

File tree

5 files changed

+66
-45
lines changed

5 files changed

+66
-45
lines changed

content/hardware/09.kits/maker/nesso-n1/compatibility.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@ hardware:
66
boards: ~
77
carriers: ~
88
shields: ~
9+
accessories:
10+
- modulino-buttons
11+
- modulino-buzzer
12+
- modulino-distance
13+
- modulino-knob
14+
- modulino-movement
15+
- modulino-pixels
16+
- modulino-thermo
17+
18+

content/hardware/09.kits/maker/nesso-n1/essentials.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,16 @@
22
productsLibrariesMap:
33
- m5gfx
44
- nimble-arduino
5-
- arduino_modulino
5+
- arduino-modulino
66
- radiolib
77
- wire
88
- arduino_bmi270_bmm150
99
- irremoteesp8266
1010
---
1111

12-
<EssentialsColumn title="First Steps">
13-
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/nesso-n1/getting-started">
14-
All you need to know to get started with your new Arduino Nesso N1 board.
15-
</EssentialElement>
16-
17-
<EssentialElement title="Arduino Cloud" type="tutorial" link="/arduino-cloud/getting-started-with-the-arduino-iot-cloud">
18-
Connect your Nesso N1 to the web and build powerful IoT dashboards with Arduino Cloud.
19-
</EssentialElement>
20-
</EssentialsColumn>
21-
2212
<EssentialsColumn title="Suggested Libraries">
2313

24-
<EssentialElement title="Arduino_Modulino" type="library" link="https://docs.arduino.cc/libraries/arduino-modulino">
14+
<EssentialElement title="Arduino-Modulino" type="library" link="https://docs.arduino.cc/libraries/arduino-modulino">
2515
A simple interface to control the Arduino Modulino family of products via the Qwiic connector.
2616
</EssentialElement>
2717

content/hardware/09.kits/maker/nesso-n1/features.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Powered by M5Stack, this sleek, compact device delivers power, versatility, and
66

77
<FeatureList>
88

9-
<Feature title="Multi-Protocol Connectivity" image="wifi">
9+
<Feature title="Multi-Protocol Connectivity" image="wifi-bluetooth">
1010
Seamlessly connect your projects with multiple protocols, including Wi-Fi® 6, Bluetooth® LE 5, 802.15.4 (Thread/Zigbee), and LoRa®, ensuring versatile and reliable communication for any IoT application.
1111
</Feature>
1212

13-
<Feature title="Interactive Touch Display" image="led">
13+
<Feature title="Interactive Touch Display" image="display">
1414
The onboard 1.14-inch color touchscreen provides a clear and intuitive way to display data and create user interfaces directly on your device.
1515
</Feature>
1616

17-
<Feature title="Expandable With Grove & Qwiic" image="communication">
17+
<Feature title="Expandable With Grove & Qwiic" image="connection">
1818
Easily integrate a wide range of sensors and peripherals from the Arduino Modulino family and third-party modules using the built-in Grove and Qwiic connectors for plug-and-play expansion.
1919
</Feature>
2020

21-
<Feature title="Built-in 6-Axis IMU" image="mcu">
21+
<Feature title="Built-in 6-Axis IMU" image="imu">
2222
The integrated BMI270 Inertial Measurement Unit (IMU) offers precise motion and posture detection, perfect for wearables, gesture control, and orientation-aware projects.
2323
</Feature>
2424

@@ -34,7 +34,7 @@ The Nesso N1 features a modern USB-C® connector for streamlined power delivery,
3434
Transform traditional appliances into smart devices using the onboard infrared (IR) transmitter to create custom remote controls and IoT gateways.
3535
</Feature>
3636

37-
<Feature title="User Interaction & Feedback" image="mcu">
37+
<Feature title="User Interaction & Feedback" image="proximity-sensor">
3838
Three programmable buttons and an onboard buzzer offer flexible control and audible feedback for your applications.
3939
</Feature>
4040

content/hardware/09.kits/maker/nesso-n1/image.svg

Lines changed: 28 additions & 28 deletions
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<EssentialsColumn title="Tutorials for Nesso N1">
2+
<!-- <EssentialElement title="User Manual" type="tutorial" link="/tutorials/nano-r4/user-manual">
3+
A technical reference to the Nano R4 board.
4+
</EssentialElement> -->
5+
6+
<EssentialElement title="Arduino Cloud" type="tutorial" link="/arduino-cloud/getting-started-with-the-arduino-iot-cloud">
7+
Get started with the Arduino Cloud
8+
</EssentialElement>
9+
</EssentialsColumn>
10+
11+
<EssentialsColumn title="Arduino Basics">
12+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
13+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
14+
</EssentialElement>
15+
<EssentialElement title="Learn" type="resource" link="/learn">
16+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
17+
</EssentialElement>
18+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
19+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
20+
</EssentialElement>
21+
</EssentialsColumn>

0 commit comments

Comments
 (0)