Skip to content

Commit f4366ee

Browse files
committed
Draft chromebook tutorial
1 parent 1346142 commit f4366ee

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
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/).
34+
- [Arduino Nano RP2040 Connect](https://store.arduino.cc/nano-rp2040-connect).
35+
36+
## Web Editor
37+
38+
***To use the [Web Editor](), you will need to be logged into your [Arduino account](). If you don't have an account, you can [register one]().***
39+
40+
**1.** Head to [Web Editor](https://create.arduino.cc/).
41+
42+
**2.** Create a new sketch, and write your program.
43+
44+
**3.** When you want to upload, connect your board to your computer via USB.
45+
46+
## Testing It Out
47+
48+
49+
### Troubleshoot
50+
51+
52+
53+
## Conclusion
54+

0 commit comments

Comments
 (0)