From ce89696edadb48d8bbc6b2467e459f114c08aab3 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 20 Nov 2025 13:07:42 -0600 Subject: [PATCH 1/8] Nesso N1 datasheet update w/ UIFlow --- .../09.kits/maker/nesso-n1/datasheet/datasheet.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index 8dc9d3f64b..8a7650ac8a 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -10,7 +10,9 @@ type: maker

Arduino® Nesso N1 (hereafter Nesso N1) is a compact, all-in-one IoT development kit powered by the ESP32-C6 microcontroller, a single-core 32-bit RISC-V CPU running at up to 160 MHz. Designed for remote monitoring and automation applications, Nesso N1 combines multiple wireless protocols, such as Wi-Fi® 6, Bluetooth® 5.3, Thread®, and LoRa® into a sleek, portable form factor with an integrated 1.14" touch display and rechargeable 250 mAh battery. Built-in sensors include a 6-axis IMU, passive buzzer, and infrared transmitter, with expansion capabilities through Grove, Qwiic, and M5StickC HAT-compatible connectors.

-

Nesso N1 can be programmed using Arduino IDE, MicroPython, or UIFlow, and integrates seamlessly with Arduino Cloud for remote device management and data visualization. With comprehensive documentation, ready-to-use examples, and compatibility with Arduino Modulino® nodes and third-party accessories, Nesso N1 accelerates the development of connected devices for smart homes, industrial automation, and environmental monitoring.

+

Nesso N1 can be programmed using Arduino IDE, MicroPython, or UIFlow (2.0), and integrates seamlessly with Arduino Cloud for remote device management and data visualization. With comprehensive documentation, ready-to-use examples, and compatibility with Arduino Modulino® nodes and third-party accessories, Nesso N1 accelerates the development of connected devices for smart homes, industrial automation, and environmental monitoring.

+ +***__Note:__ UIFlow v2.0 support for Nesso N1 will be available by end of Q4 2025.*** # Target Areas @@ -350,6 +352,17 @@ Use the limits below to define the operating environment, thermal margins, and p
+### Programming Options + +Nesso N1 supports multiple programming environments: + +- **Arduino IDE** [1] +- **Arduino Cloud Editor** [2] +- **MicroPython** +- **UIFlow v2.0**(available end of Q4 2025) + +***__UIFlow v2.0 Support:__ UIFlow v2.0 support is on the way for Nesso N1, with availability expected by the end of Q4 2025. This will provide a visual programming interface for rapid prototyping and educational applications.*** + ## Device Operation ### Getting Started - IDE From cede319d6806cc9c9da9a3fb6dec5ff0e9766d36 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 20 Nov 2025 14:48:55 -0600 Subject: [PATCH 2/8] Datasheet documentation UIFlow update --- .../hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index 8a7650ac8a..ecf6987ada 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -12,7 +12,7 @@ type: maker

Nesso N1 can be programmed using Arduino IDE, MicroPython, or UIFlow (2.0), and integrates seamlessly with Arduino Cloud for remote device management and data visualization. With comprehensive documentation, ready-to-use examples, and compatibility with Arduino Modulino® nodes and third-party accessories, Nesso N1 accelerates the development of connected devices for smart homes, industrial automation, and environmental monitoring.

-***__Note:__ UIFlow v2.0 support for Nesso N1 will be available by end of Q4 2025.*** +***__UIFlow v2.0 Support:__ UIFlow v2.0 support for Nesso N1 will be available by end of Q4 2025.*** # Target Areas @@ -354,12 +354,12 @@ Use the limits below to define the operating environment, thermal margins, and p ### Programming Options -Nesso N1 supports multiple programming environments: +Nesso N1 supports multiple programming methods: - **Arduino IDE** [1] - **Arduino Cloud Editor** [2] - **MicroPython** -- **UIFlow v2.0**(available end of Q4 2025) +- **UIFlow v2.0** ***__UIFlow v2.0 Support:__ UIFlow v2.0 support is on the way for Nesso N1, with availability expected by the end of Q4 2025. This will provide a visual programming interface for rapid prototyping and educational applications.*** From 6b052045eacd5298aac85cae05d139bcd2179e6d Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 20 Nov 2025 14:50:58 -0600 Subject: [PATCH 3/8] Datasheet documentation minor update --- .../hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index ecf6987ada..f92d2b5528 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -513,6 +513,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia ## Document Revision History -| **Date** | **Revision** | **Changes** | -|:----------:|:------------:|---------------| -| 14/10/2025 | 1 | First release | \ No newline at end of file +| **Date** | **Revision** | **Changes** | +|:----------:|:------------:|---------------------------------------| +| 20/11/2025 | 1.1 | Added UIFlow v2.0 support information | +| 14/10/2025 | 1 | First release | \ No newline at end of file From daaf4273c8555877e9ae54ae6f40a49147c38409 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 20 Nov 2025 15:20:28 -0600 Subject: [PATCH 4/8] Datasheet documentation update --- .../09.kits/maker/nesso-n1/datasheet/datasheet.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index f92d2b5528..45d9cd07f6 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -12,7 +12,9 @@ type: maker

Nesso N1 can be programmed using Arduino IDE, MicroPython, or UIFlow (2.0), and integrates seamlessly with Arduino Cloud for remote device management and data visualization. With comprehensive documentation, ready-to-use examples, and compatibility with Arduino Modulino® nodes and third-party accessories, Nesso N1 accelerates the development of connected devices for smart homes, industrial automation, and environmental monitoring.

-***__UIFlow v2.0 Support:__ UIFlow v2.0 support for Nesso N1 will be available by end of Q4 2025.*** +
+ UIFlow v2.0 Support: UIFlow v2.0 support for Nesso N1 will be available by end of Q4 2025. +
# Target Areas @@ -361,7 +363,9 @@ Nesso N1 supports multiple programming methods: - **MicroPython** - **UIFlow v2.0** -***__UIFlow v2.0 Support:__ UIFlow v2.0 support is on the way for Nesso N1, with availability expected by the end of Q4 2025. This will provide a visual programming interface for rapid prototyping and educational applications.*** +
+ UIFlow v2.0 Support: UIFlow v2.0 support is on the way for Nesso N1, with availability expected by the end of Q4 2025. This will provide a visual programming interface for rapid prototyping and educational applications. +
## Device Operation From 735b334d3eab09bc7049d035f57596b0beb21f84 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 20 Nov 2025 17:41:21 -0600 Subject: [PATCH 5/8] Datasheet documentation post review update --- .../09.kits/maker/nesso-n1/datasheet/datasheet.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index 45d9cd07f6..6a29be27f4 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -10,10 +10,10 @@ type: maker

Arduino® Nesso N1 (hereafter Nesso N1) is a compact, all-in-one IoT development kit powered by the ESP32-C6 microcontroller, a single-core 32-bit RISC-V CPU running at up to 160 MHz. Designed for remote monitoring and automation applications, Nesso N1 combines multiple wireless protocols, such as Wi-Fi® 6, Bluetooth® 5.3, Thread®, and LoRa® into a sleek, portable form factor with an integrated 1.14" touch display and rechargeable 250 mAh battery. Built-in sensors include a 6-axis IMU, passive buzzer, and infrared transmitter, with expansion capabilities through Grove, Qwiic, and M5StickC HAT-compatible connectors.

-

Nesso N1 can be programmed using Arduino IDE, MicroPython, or UIFlow (2.0), and integrates seamlessly with Arduino Cloud for remote device management and data visualization. With comprehensive documentation, ready-to-use examples, and compatibility with Arduino Modulino® nodes and third-party accessories, Nesso N1 accelerates the development of connected devices for smart homes, industrial automation, and environmental monitoring.

+

Nesso N1 can be programmed using Arduino IDE, MicroPython, or UIFlow* (2.0), and integrates seamlessly with Arduino Cloud for remote device management and data visualization. With comprehensive documentation, ready-to-use examples, and compatibility with Arduino Modulino® nodes and third-party accessories, Nesso N1 accelerates the development of connected devices for smart homes, industrial automation, and environmental monitoring.

- UIFlow v2.0 Support: UIFlow v2.0 support for Nesso N1 will be available by end of Q4 2025. + * UIFlow v2.0 Support: UIFlow support is not yet available. Support will be available by the end of Q4 2025.
# Target Areas @@ -361,10 +361,10 @@ Nesso N1 supports multiple programming methods: - **Arduino IDE** [1] - **Arduino Cloud Editor** [2] - **MicroPython** -- **UIFlow v2.0** +- **UIFlow v2.0***
- UIFlow v2.0 Support: UIFlow v2.0 support is on the way for Nesso N1, with availability expected by the end of Q4 2025. This will provide a visual programming interface for rapid prototyping and educational applications. + * UIFlow v2.0 Support: UIFlow support is not yet available. UIFlow v2.0 support is on the way for Nesso N1, with availability expected by the end of Q4 2025. This will provide a visual programming interface for rapid prototyping and educational applications.
## Device Operation From 52c45ac608837b6ab20dff642177acbf64ead67a Mon Sep 17 00:00:00 2001 From: TaddyHC <94547080+TaddyHC@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:32:09 -0600 Subject: [PATCH 6/8] Update content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md Co-authored-by: Per Tillisch --- content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index 6a29be27f4..57d91d9582 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -359,7 +359,6 @@ Use the limits below to define the operating environment, thermal margins, and p Nesso N1 supports multiple programming methods: - **Arduino IDE** [1] -- **Arduino Cloud Editor** [2] - **MicroPython** - **UIFlow v2.0*** From aa85516c1ec4a36335f4583c0d417a4839f8b9ef Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 20 Nov 2025 18:34:02 -0600 Subject: [PATCH 7/8] Datasheet documentation update (Removing Cloud Editor relation) --- .../hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index 57d91d9582..954c31b97a 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -372,12 +372,6 @@ Nesso N1 supports multiple programming methods: If you want to program your Nesso N1 while offline you need to install the Arduino® Desktop IDE **[1]**. To connect the Nesso N1 to your computer, you will need a Type-C® USB cable, which can also provide power to the board, as indicated by the green power LED (LED1). -### Getting Started - Arduino Cloud Editor - -All Arduino boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin. - -The Arduino Cloud Editor is hosted online, therefore it will always be up-to-date with the latest features and support for all boards. Follow **[2]** to start coding on the browser and upload your sketches onto your board. - ### Getting Started - Arduino Cloud 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. From 06d80f70ad51cc582d1c19f3dfeaec1f0dbe1be2 Mon Sep 17 00:00:00 2001 From: TaddyHC Date: Thu, 20 Nov 2025 18:39:37 -0600 Subject: [PATCH 8/8] Datasheet documentation update --- .../hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md index 954c31b97a..5c3fe8a683 100644 --- a/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md +++ b/content/hardware/09.kits/maker/nesso-n1/datasheet/datasheet.md @@ -374,7 +374,7 @@ If you want to program your Nesso N1 while offline you need to install the Ardui ### Getting Started - Arduino Cloud -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. +All Arduino IoT enabled products are supported on Arduino Cloud **[2]** which allows you to log, graph and analyze sensor data, trigger events, and automate your home or business. ### Online Resources @@ -502,7 +502,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia | No. | Reference | Link | |:---:|--------------------------------|------------------------------------------------------------------------------------------| | 1 | Arduino IDE (Desktop) | [https://www.arduino.cc/en/Main/Software](https://www.arduino.cc/en/Main/Software) | -| 2 | Arduino IDE (Cloud) | [https://create.arduino.cc/editor](https://create.arduino.cc/editor) | +| 2 | Arduino Cloud | [https://cloud.arduino.cc/](https://cloud.arduino.cc/) | | 3 | Arduino Nesso N1 Documentation | [https://docs.arduino.cc/hardware/nesso-n1/](https://docs.arduino.cc/hardware/nesso-n1/) | | 4 | Project Hub | [https://create.arduino.cc/projecthub](https://create.arduino.cc/projecthub) | | 5 | Library Reference | [https://github.com/arduino-libraries/](https://github.com/arduino-libraries/) |