Nano RP2040 Connect Chromebook Setup

A quick tutorial on how to setup your Nano RP2040 Connect with a Chromebook, using the Web Editor & the Arduino Chrome App.

Introduction

The Nano RP2040 Connect is a popular development board packed with features. If you are using a Chromebook, setting up your board is a bit different:

  • It is only possible to use the Web Editor, an online IDE that is part of the Arduino Cloud.
  • Compiled sketches are saved (in
    .uf2
    format) on the RP2040's mass storage device.

In this tutorial, we will take you through the steps needed to set up your board using a Chromebook.

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.

Goals

The goals of this project are:

  • Learn how to upload sketches to your Nano RP2040 board, using the Web Editor.

Hardware & Software Needed

Install Arduino App (Chrome Store)

To program your Arduino via a Chromebook, you will need the Arduino Create for Education app. This is downloaded and installed via the Chrome Web Store.

Install the app.
Install the app.

If you have previously installed the app, make sure your version is up to date.

Web Editor

To use the Web Editor, you will need to be logged into your Arduino account. If you don't have an account, you will need to register one.

1. Head over to the Web Editor.

2. Create a new sketch, and write your program.

3. When you want to upload, connect your board to your computer via USB.

Connect your board to your computer.
Connect your board to your computer.

4. After connecting, the board's name and port is visible at the top of the editor (next to upload button). In this case, it is

COM19
.

Board discovered.
Board discovered.

5. Click the upload button. This will start the compilation process. After some seconds, a popup will appear. Click "Continue", and in the next frame, you will need to save it to the

RPI-RP2
mass storage device. The file is named
sketch.uf2
, which is the binary that will be uploaded to your board.

Saving on mass storage device.

6. After you have saved, the upload will finish, and you will see this message in the terminal:

1Success: Saved on your online Sketchbook and done uploading <sketchname>

Congratulations, you have now uploaded a sketch to your Nano RP2040 Connect using the Web Editor on a Chromebook.

Troubleshoot

If things are not working as expected:

Conclusion

In this tutorial, we learned how to upload sketches to the Nano RP2040 Connect board, using the Web Editor on a Chromebook. For more tutorials on the Nano RP2040 Connect board, visit the official documentation.

Tutorial Toolbox

Contribute to Arduino

Join the community and suggest improvements to this article via GitHub. Make sure to read out contribution policy before making your pull request.

Missing something?

Check out our store and get what you need to follow this tutorial.

Suggest Changes

The content on docs.arduino.cc is facilitated through a public GitHub repository. You can read more on how to contribute in the contribution policy.