You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: 'Managing Nano RP2040 Connect With A Chromebook'
3
+
difficulty: easy
4
+
compatible-products: [nano-rp2040-connect]
5
+
description: 'A quick tutorial on how to upload sketches to the Nano RP2040 Connect with a Chromebook, using the Web Editor.'
6
+
tags:
7
+
- Chromebook
8
+
- RP2040
9
+
author: 'Karl Söderby'
10
+
hardware:
11
+
- hardware/03.nano/boards/nano-rp2040-connect
12
+
software:
13
+
- web-editor
14
+
---
15
+
16
+
## Introduction
17
+
18
+
The [Nano RP2040 Connect]() is a popular development board packed with features. If you are using a **Chromebook**, the process of uploading sketches is a bit different.
19
+
20
+
- It is only possible to use the [Web Editor](), an online IDE that is part of the [Arduino Cloud]().
21
+
- Compiled sketches are saved (in `.uf2` format) on the RP2040's mass storage device.
22
+
23
+
***Note that only the Web Editor is supported in Chromebooks. It is not possible to configure and upload to Nano RP2040 Connect boards via the [IoT Cloud]().***
24
+
25
+
## Goals
26
+
27
+
The goals of this project are:
28
+
29
+
- Learn how to upload sketches to your Nano RP2040 board, using the Web Editor.
30
+
31
+
## Hardware & Software Needed
32
+
33
+
-[Arduino Web Editor](https://create.arduino.cc/).
0 commit comments