From fd8b1466ace74e1703c9664b8de3e463b12d82c4 Mon Sep 17 00:00:00 2001 From: Rei Vilo Date: Tue, 28 Oct 2025 20:15:14 +0100 Subject: [PATCH] Revise upload instructions for Nano Matter Updated instructions for uploading code to the Nano Matter. --- .../boards/nano-matter/tutorials/01.user-manual/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual/content.md b/content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual/content.md index c05a3156f5..71c0741eb0 100644 --- a/content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual/content.md +++ b/content/hardware/03.nano/boards/nano-matter/tutorials/01.user-manual/content.md @@ -145,7 +145,7 @@ void loop() { In the Nano Matter, the `LED_BUILTIN` macro represents the **red LED** of the built-in RGB LED of the board. Please refer to the image below. -To upload the code to the Nano Matter, click the **Verify** button to compile the sketch and check for errors; then click the **Upload** button to program the board with the sketch. +To upload the code to the Nano Matter, first call the menu **Tools > Programmer** and select **OpenOCD**; then click the **Verify** button to compile the sketch and check for errors; finally click the **Upload** button to program the board with the sketch. ![Uploading a sketch to the Nano Matter in the Arduino IDE](assets/compile-blink.png) @@ -2035,4 +2035,4 @@ Join our community forum to connect with other Nano Matter users, share your exp Please get in touch with our support team if you need personalized assistance or have questions not covered by the help and support resources described before. We're happy to help you with any issues or inquiries about the Nano Matter. -- [Contact us page](https://www.arduino.cc/en/contact-us/) \ No newline at end of file +- [Contact us page](https://www.arduino.cc/en/contact-us/)