Skip to content

Commit 29b4d7d

Browse files
authored
Merge pull request #2731 from arduino/taddy/nesso-n1/datasheet-uiflow-update
[PXCT-1584] Nesso N1: UIFlow Update in Datasheet
2 parents c4a4636 + 06d80f7 commit 29b4d7d

File tree

1 file changed

+23
-12
lines changed
  • content/hardware/09.kits/maker/nesso-n1/datasheet

1 file changed

+23
-12
lines changed

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

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ type: maker
1010

1111
<p style="text-align: justify;">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.</p>
1212

13-
<p style="text-align: justify;">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.</p>
13+
<p style="text-align: justify;">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.</p>
14+
15+
<div style="background-color: rgba(255, 193, 7, 0.2); border-left: 6px solid rgba(255, 152, 0, 1); margin: 20px 0; padding: 15px;">
16+
<strong>* UIFlow v2.0 Support:</strong> UIFlow support is not yet available. Support will be available by the end of Q4 2025.
17+
</div>
1418

1519
# Target Areas
1620

@@ -350,21 +354,27 @@ Use the limits below to define the operating environment, thermal margins, and p
350354

351355
<div style="page-break-after: always;"></div>
352356

353-
## Device Operation
357+
### Programming Options
354358

355-
### Getting Started - IDE
359+
Nesso N1 supports multiple programming methods:
356360

357-
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).
361+
- **Arduino IDE** [1]
362+
- **MicroPython**
363+
- **UIFlow v2.0***
358364

359-
### Getting Started - Arduino Cloud Editor
365+
<div style="background-color: rgba(255, 193, 7, 0.2); border-left: 6px solid rgba(255, 152, 0, 1); margin: 20px 0; padding: 15px;">
366+
<strong>* UIFlow v2.0 Support:</strong> 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.
367+
</div>
368+
369+
## Device Operation
360370

361-
All Arduino boards, including this one, work out-of-the-box on the Arduino® Cloud Editor **[2]**, by just installing a simple plugin.
371+
### Getting Started - IDE
362372

363-
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.
373+
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).
364374

365375
### Getting Started - Arduino Cloud
366376

367-
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.
377+
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.
368378

369379
### Online Resources
370380

@@ -492,14 +502,15 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
492502
| No. | Reference | Link |
493503
|:---:|--------------------------------|------------------------------------------------------------------------------------------|
494504
| 1 | Arduino IDE (Desktop) | [https://www.arduino.cc/en/Main/Software](https://www.arduino.cc/en/Main/Software) |
495-
| 2 | Arduino IDE (Cloud) | [https://create.arduino.cc/editor](https://create.arduino.cc/editor) |
505+
| 2 | Arduino Cloud | [https://cloud.arduino.cc/](https://cloud.arduino.cc/) |
496506
| 3 | Arduino Nesso N1 Documentation | [https://docs.arduino.cc/hardware/nesso-n1/](https://docs.arduino.cc/hardware/nesso-n1/) |
497507
| 4 | Project Hub | [https://create.arduino.cc/projecthub](https://create.arduino.cc/projecthub) |
498508
| 5 | Library Reference | [https://github.com/arduino-libraries/](https://github.com/arduino-libraries/) |
499509
| 6 | Arduino Store | [https://store.arduino.cc/](https://store.arduino.cc/) |
500510

501511
## Document Revision History
502512

503-
| **Date** | **Revision** | **Changes** |
504-
|:----------:|:------------:|---------------|
505-
| 14/10/2025 | 1 | First release |
513+
| **Date** | **Revision** | **Changes** |
514+
|:----------:|:------------:|---------------------------------------|
515+
| 20/11/2025 | 1.1 | Added UIFlow v2.0 support information |
516+
| 14/10/2025 | 1 | First release |

0 commit comments

Comments
 (0)