Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update Arduino Cloud product names in assets #552

Merged
merged 1 commit into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Welcome to the forum board for Arduino CLI!

Arduino CLI is a tool for [compiling](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_compile/) and [uploading](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_upload/) Arduino sketches, [installing libraries](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib/), and [managing boards](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_core/). It is the heart of the Arduino IDE, Arduino Web Editor, and Arduino Pro IDE.
Arduino CLI is a tool for [compiling](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_compile/) and [uploading](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_upload/) Arduino sketches, [installing libraries](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_lib/), and [managing boards](https://arduino.github.io/arduino-cli/latest/commands/arduino-cli_core/). It is the heart of the Arduino IDE, Arduino Cloud Editor, and Arduino Pro IDE.

As the "CLI" (command line interface) part of its name suggests, Arduino CLI may be used from the command line. In addition, Arduino CLI provides a [gRPC interface](https://arduino.github.io/arduino-cli/latest/rpc/commands/) and can be used as a Go module, which permits powerful integration with other software.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The [Arduino Create Chrome App for Education](https://chromewebstore.google.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) allows students to write code and upload sketches to official Arduino boards.

Arduino Create is hosted online, therefore it will always be up-to-date with the latest features and support for new boards. Students' sketchbooks are saved on the cloud, always backed up and accessible from any device.
Arduino Cloud is hosted online, therefore it will always be up-to-date with the latest features and support for new boards. Students' sketchbooks are saved on the cloud, always backed up and accessible from any device.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IoT Cloud
# Cloud Editor

## Permissions

Expand All @@ -8,4 +8,4 @@

## Published At

https://forum.arduino.cc/c/development-tools/iot-cloud/152
https://forum.arduino.cc/c/development-tools/cloud-editor/134
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- https://forum.arduino.cc/t/about-the-web-editor-category/847574
- https://forum.arduino.cc/t/about-the-cloud-editor-category/847574
- https://forum.arduino.cc/t/useful-tutorials-and-help-resources/446052
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# About the Cloud Editor category

## Published At

https://forum.arduino.cc/t/about-the-cloud-editor-category/847574
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Web Editor
# Cloud IoT

## Permissions

Expand All @@ -8,4 +8,4 @@

## Published At

https://forum.arduino.cc/c/development-tools/editor/134
https://forum.arduino.cc/c/development-tools/cloud-iot/152
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- https://forum.arduino.cc/t/gallery-of-iot-projects-share-yours/1101609
- https://forum.arduino.cc/t/about-the-iot-cloud-category/847592
- https://forum.arduino.cc/t/about-the-cloud-iot-category/847592
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Arduino IoT Cloud is a powerful service, allowing **anyone** to create IoT applications with just a few simple steps. With a combination of smart technology, user-friendly interfaces and powerful features, our cloud is for everyone: students, makers, professionals alike.
Arduino Cloud IoT is a powerful service, allowing **anyone** to create IoT applications with just a few simple steps. With a combination of smart technology, user-friendly interfaces and powerful features, our cloud is for everyone: students, makers, professionals alike.

The latest version of the Arduino IoT Cloud includes features such as:
The latest version of Arduino Cloud IoT includes features such as:

- Directly linked to the [Create Environment](https://cloud.arduino.cc/).
- Directly linked to the [Arduino Cloud Environment](https://cloud.arduino.cc/).
- Automatically generated sketches.
- Building sensor networks.
- Real time data monitoring.
- Wi-Fi and LoRa compatibility.
- Build a dashboard with 15+ unique widgets.
- Create your own app by using [Arduino IoT API](https://www.arduino.cc/reference/en/iot/api/).
- Create your own app by using the [Arduino Cloud IoT API](https://www.arduino.cc/reference/en/iot/api/).

You can find out more about the features in the [Getting started with the Arduino IoT Cloud](https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-getting-started).
You can find out more about the features in the [Getting started with the Arduino Cloud IoT](https://docs.arduino.cc/arduino-cloud/getting-started/iot-cloud-getting-started) guide.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# About the Cloud IoT category

## Published At

https://forum.arduino.cc/t/about-the-cloud-iot-category/847592

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using something that is a non-Arduino product then it helps to have a

### [Code problems](#code-problems)

We can only find problems in code we can see. Please supply your complete code in code tags **`<CODE/>`** [More about posting code and using code tags](#posting-code). If you are using Arduino Create then you can post a link to your project (but keep in mind that not everyone uses Arduino Create).
We can only find problems in code we can see. Please supply your complete code in code tags **`<CODE/>`** [More about posting code and using code tags](#posting-code). If you are using Arduino Cloud then you can post a link to your project (but keep in mind that not everyone uses Arduino Cloud).

Posting a snippet of code is generally useless. The problem is usually in another part of the program.

Expand Down Expand Up @@ -249,7 +249,7 @@ There's more than one way to add code tags, you can:

### [Minimal, Reproducible Example](#minimal-reproducible-example)

The forum has a limit of 120000 characters per post, which means that you can't post a program longer than this directly. In this case, you can attach the .ino file to your post or, if you are using Arduino Create, you can post a link to your project.
The forum has a limit of 120000 characters per post, which means that you can't post a program longer than this directly. In this case, you can attach the .ino file to your post or, if you are using Arduino Cloud, you can post a link to your project.

However, consider that the longer your program, the harder it is for anyone to understand it and help you. For this reason, consider writing a short program that illustrates the problem and post or link to that instead. You are more likely to get help with a short, easy to understand program than with a long, complicated one. For more about this see [How to create a Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example).

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ This category is no longer in use due to the discontinuation of the Arduino SIM

The topics previously located under this category have been moved to #development-tools:iot-cloud. For new topics, please select a different category that is relevant to the subject of your topic.

[**Arduino SIM**](https://blog.arduino.cc/2019/05/21/arduino-sim-the-new-cellular-connectivity-service-for-the-arduino-iot-cloud/) was a global cellular connectivity service for Arduino IoT Cloud.
[**Arduino SIM**](https://blog.arduino.cc/2019/05/21/arduino-sim-the-new-cellular-connectivity-service-for-the-arduino-iot-cloud/) was a global cellular connectivity service for Arduino Cloud IoT.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ This category has been merged with the "Cloud IoT" category

The topics previously located under this category have been moved to #development-tools:iot-cloud.

This category is for topics related to the IoT Gateways and other platforms supported by Arduino Create (Linux x86 x86_64).
This category is for topics related to the IoT Gateways and other platforms supported by Arduino Cloud (Linux x86 x86_64).
4 changes: 2 additions & 2 deletions content/categories/order.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
- IDE 2.x
- IDE 1.x
- Uploading
- Web Editor
- Cloud Editor
- Cloud
- IoT Cloud
- Cloud IoT
- Chrome App
- Arduino command line tools
- PLC IDE
Expand Down
2 changes: 1 addition & 1 deletion content/categories/projects/tutorials/_pins.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- https://forum.arduino.cc/t/flashing-multiple-leds-at-the-same-time/1065564
- https://forum.arduino.cc/t/about-the-tutorials-category/847520
- https://forum.arduino.cc/t/how-to-get-the-best-out-of-this-forum/681307
- https://forum.arduino.cc/t/getting-started-with-arduino-create-project-hub-web-editor-device-manager/537039
- https://forum.arduino.cc/t/getting-started-with-arduino-cloud-project-hub-cloud-editor-manager-for-linux/537039
- https://forum.arduino.cc/t/serial-input-basics-updated/382007
- https://forum.arduino.cc/t/how-to-submit-a-tutorial/1111344
Loading