Skip to content

Commit 59622ee

Browse files
authored
Merge pull request #838 from arduino/91volt/nesso-n1-content
Nesso N1 - Hardware Page
2 parents 55090c6 + 98cea99 commit 59622ee

File tree

10 files changed

+211
-0
lines changed

10 files changed

+211
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
software:
2+
- arduino-ide
3+
- arduino-cli
4+
- cloud-editor
5+
hardware:
6+
boards: ~
7+
carriers: ~
8+
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+
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
productsLibrariesMap:
3+
- m5gfx
4+
- nimble-arduino
5+
- arduino-modulino
6+
- radiolib
7+
- wire
8+
- arduino_bmi270_bmm150
9+
- irremote
10+
---
11+
12+
<EssentialsColumn title="Suggested Libraries">
13+
14+
<EssentialElement title="Arduino-Modulino" type="library" link="https://docs.arduino.cc/libraries/arduino-modulino">
15+
A simple interface to control the Arduino Modulino family of products via the Qwiic connector.
16+
</EssentialElement>
17+
18+
<EssentialElement title="Wire" type="library" link="https://www.arduino.cc/reference/en/language/functions/communication/wire/">
19+
The standard library for communicating with I2C devices connected via the Grove or Qwiic ports.
20+
</EssentialElement>
21+
22+
23+
</EssentialsColumn>
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<FeatureDescription>
2+
3+
Powered by M5Stack, this sleek, compact device delivers power, versatility, and ease of use. Its ESP32-C6 core allows seamless, long-range connectivity for smart home devices, industrial automation tools, and wearables. Enjoy instant interaction with its touch display, programmable buttons, and built-in sensors, and expand possibilities with Grove, Qwiic, and M5StickC HAT-compatible connectors.
4+
5+
</FeatureDescription>
6+
7+
<FeatureList>
8+
9+
<Feature title="Multi-Protocol Connectivity" image="wifi-bluetooth">
10+
Seamlessly connect your projects with multiple protocols, including Wi-Fi® 6, Bluetooth® LE 5.0, 802.15.4 (Thread/Zigbee®), and LoRa®, enabling versatile and reliable communication for any IoT application.
11+
</Feature>
12+
13+
<Feature title="Compact Design with Antenna Storage" image="configurability">
14+
The detachable LoRa® antenna can be securely stored within the device enclosure when not in use, maintaining a portable form factor for on-the-go projects.
15+
</Feature>
16+
17+
<Feature title="Interactive Touch Display" image="display">
18+
The onboard 1.14-inch color touchscreen provides a clear and intuitive way to display data and create user interfaces directly on your device.
19+
</Feature>
20+
21+
<Feature title="Expandable With Grove, Qwiic & HAT" image="connection">
22+
Easily integrate a wide range of sensors and peripherals from the Arduino Modulino family and third-party modules using the built-in Grove, Qwiic, and 8-pin HAT connectors for plug-and-play expansion.
23+
</Feature>
24+
25+
<Feature title="Built-in 6-Axis IMU" image="imu">
26+
The integrated BMI270 Inertial Measurement Unit (IMU) offers precise motion and posture detection, perfect for wearables, gesture control, and orientation-aware projects.
27+
</Feature>
28+
29+
<Feature title="Onboard Battery & Management" image="power">
30+
A built-in 250 mAh LiPo battery and advanced power management chip provide portability and real-time monitoring of battery status, with over-current and over-voltage protection.
31+
</Feature>
32+
33+
<Feature title="USB-C®" image="usb">
34+
The Nesso N1 features a modern USB-C® connector for streamlined power delivery, battery charging, and data transfer.
35+
</Feature>
36+
37+
<Feature title="Infrared Transmitter" image="communication">
38+
Transform traditional appliances into smart devices using the onboard infrared (IR) transmitter to create custom remote controls and IoT gateways.
39+
</Feature>
40+
41+
<Feature title="User Interaction & Feedback" image="proximity-sensor">
42+
Three programmable buttons and an onboard buzzer offer flexible control and audible feedback for your applications.
43+
</Feature>
44+
45+
</FeatureList>
Lines changed: 31 additions & 0 deletions
Loading
581 KB
Loading
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: Nesso N1
3+
url_shop: https://store.arduino.cc/products/nesso-n1
4+
# primary_button_url: /tutorials/nesso-n1/getting-started
5+
# primary_button_title: Get Started
6+
core: RISC-V
7+
forumCategorySlug: '/hardware/kits/nesso-n1'
8+
sku: [TPX00227]
9+
---
10+
11+
The **Arduino Nesso N1** is a high-performance, all-in-one development board for remote monitoring and automation. Powered by an **ESP32-C6** SoC, it integrates **Wi-Fi® 6**, **Bluetooth® LE 5.0**, **Thread/Zigbee®**, and **LoRa®** communication protocols. Featuring a **1.14" color touchscreen**, built-in **IMU sensor**, **programmable buttons**, and a rechargeable **battery**, the Nesso N1 is the ultimate tool for developing sophisticated IoT solutions.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<EssentialsColumn title="Tutorials for Nesso N1">
2+
3+
<EssentialElement title="Arduino Cloud" type="tutorial" link="/arduino-cloud/getting-started-with-the-arduino-iot-cloud">
4+
Get started with the Arduino Cloud
5+
</EssentialElement>
6+
</EssentialsColumn>
7+
8+
<EssentialsColumn title="Arduino Basics">
9+
<EssentialElement title="Built-in Examples" type="tutorial" link="/built-in-examples/">
10+
Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
11+
</EssentialElement>
12+
<EssentialElement title="Learn" type="resource" link="/learn">
13+
Discover interesting articles, principles and techniques related to the Arduino ecosystem.
14+
</EssentialElement>
15+
<EssentialElement title="Language References" type="resource" link="https://www.arduino.cc/reference/en/">
16+
Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
17+
</EssentialElement>
18+
</EssentialsColumn>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Here you will find the technical specifications for the Arduino Nesso N1.
2+
3+
**Note on Connectors:** The Qwiic, and 8-pin expansion port connectors operate at **3.3 V**. Connecting modules or devices that use higher logic levels, such as 5 V, may permanently damage the board.
4+
5+
**Note on GPIO Current:** Be mindful of the current limits for the GPIO pins. Exceeding the specifications in the ESP32-C6 datasheet may damage the pin or the board.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
Board:
2+
Name: Arduino Nesso N1
3+
SKU: TPX00227
4+
5+
Microcontroller:
6+
SoC: ESP32-C6
7+
Architecture: Single-core 32-bit RISC-V CPU
8+
Clock Speed: up to 160 MHz
9+
10+
Wireless Communication:
11+
Wi-Fi: 2.4 GHz Wi-Fi® 6
12+
Bluetooth: Bluetooth® LE 5
13+
802.15.4: Thread / Zigbee® (Supports Matter Thread endpoint devices)
14+
LoRa®: SX1262 module (850–960 MHz)
15+
16+
Memory:
17+
Flash: 16 MB external + 1536 kB on-chip
18+
SRAM: 512 kB (Internal)
19+
20+
Power:
21+
Input Voltage: 5 V (via USB-C®)
22+
Power Source: USB DC-5V input or built-in battery power
23+
Battery: 250 mAh LiPo (rechargeable)
24+
Power Management: AW32001 (power path management, charge control, and over-current & over-voltage protection)
25+
Battery Monitoring: BQ27220 (real-time monitoring of battery capacity, voltage, and current)
26+
27+
Interfaces:
28+
USB: 1× USB-C® (Programming / Power)
29+
Grove: 1× Standard Grove interface
30+
Qwiic: 1× Qwiic interface standard
31+
Expansion Port: 1× 8-pin (M5StickC HAT compatible)
32+
33+
Onboard Peripherals:
34+
Display: 1.14" IPS LCD touchscreen (135×240 px, 262K colors, ST7789P3 driver, FT6336U capacitive touch)
35+
IMU: BMI270 (6-axis)
36+
Infrared: 1× IR transmitter (IR LED, connected to GPIO9 pin)
37+
Audio: 1× Buzzer (connected to GPIO11 pin)
38+
User Buttons: 2× programmable (KEY1/KEY2) + 1× Power/Reset/Bootloader button
39+
User LEDs: 1× Green programmable (LED_BUILTIN) + 1× Blue (status indications)
40+
41+
Operating Temperature: 0–40 °C
42+
43+
Antennas:
44+
ESP32-C6: on-board FPC antenna (dedicated)
45+
LoRa®: detachable external antenna
46+
47+
Dimensions (Device without antenna storage):
48+
Width: 24 mm
49+
Length: 48 mm
50+
Height: 14 mm
51+
52+
Dimensions (Device with antenna storage):
53+
Width: 24 mm
54+
Length: 48 mm
55+
Height: 21.1 mm
56+
57+
Dimensions (LoRa® antenna):
58+
Width: 10.8 mm
59+
Length: 45.5 mm
60+
Height: 4.8 mm

0 commit comments

Comments
 (0)