8000 2.0.5 (#1758) · Avntkj/docs-content-arduino@a499fd9 · GitHub
[go: up one dir, main page]

Skip to content

Commit a499fd9

Browse files
Matteo-itper1234canchebagurjhansson-ardjacobhylen
authored
2.0.5 (arduino#1758)
* Wip 2.0.5 * test datasheets * Fix broken links to Arduino IDE 2.x docs parent page The URL of the parent page for the Arduino IDE 2.x documentation was changed from `/software/ide-v2/` to `software/ide/#ide-v2` through a recent reorganization of the documentation website. A redirect was set up, but it did not work for these particular links due to them having a trailing slash, which caused them to lead to the "Oops! There's nothing here" page. The links are hereby updated to point directly to the new URL of the target page. * Content update (Cloud Editor screenshot update) (arduino#1755) * Updating trademarks for PMC Updating the trademark symbols for the WiFi and Bluetooth trademark in the hardware page of PMC * updated store link to plant watering kit * Update content/hardware/09.kits/maker/plant-watering-kit/tutorials/iot-smart-garden-setup-with-nanorp2040/content.md Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> * 2.0.5 * Remove schematics tests --------- Co-authored-by: per1234 <accounts@perglass.com> Co-authored-by: José Antonio Bagur Nájera <josea.bagur@gmail.com> Co-authored-by: Josefine Hansson <66409231+jhansson-ard@users.noreply.github.com> Co-authored-by: Josefine Hansson <j.hansson@arduino.cc> Co-authored-by: Jacob Hylén <60390259+jacobhylen@users.noreply.github.com>
1 parent 8924cc5 commit a499fd9

File tree

6 files changed

+2552
-13
lines changed

6 files changed

+2552
-13
lines changed

content/arduino-cloud/07.api/05.javascript/javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ $ npm install arduino-iot-js
3434
$ yarn add arduino-iot-js
3535
```
3636

37-
***Check out the [JavaScript Setup guide](/arduino-cloud/guides/javascript) for more information and a detailed step by step tutorial.***
37+
***Check out the [JavaScript Setup guide](/arduino-cloud/guides/javascript) for more information and a detailed step by step tutorial.***
3838

3939
## Connection Methods
4040

4141
There are three available methods for connection:
42-
- Using device credentials (recommended method).
42+
- Using device credentials (recommended method).
4343
- Using an API key (generated and listed at [Arduino Cloud API keys](https://app.arduino.cc/app-keys)).
4444
- Using a [JWT token](https://jwt.io/)
4545

content/hardware/09.kits/maker/plant-watering-kit/product.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Plant Watering Kit
3-
url_shop: https://store.arduino.cc/plant-watering-kit
43
url_guide: /tutorials/plant-watering-kit/iot-smart-garden-setup-with-nanorp2040
54
primary_button_url: /tutorials/plant-watering-kit/iot-smart-garden-setup-with-nanorp2040
65
primary_button_title: Get Started

content/hardware/09.kits/maker/plant-watering-kit/tutorials/iot-smart-garden-setup-with-nanorp2040/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this tutorial we will learn how attaching an external relay to the Arduino Na
2727

2828
## Hardware & Software Needed
2929
* [Arduino Cloud](https://cloud.arduino.cc)
30-
* [Arduino Plant Watering Kit](https://store.arduino.cc/plant-watering-kit)
30+
* Arduino Plant Watering Kit
3131
* [3D-printed enclosure](https://www.printables.com/model/379111-plant-watering-kit-parts) (optional)
3232
* USB - wall adapter (not included in the kit)
3333

@@ -74,7 +74,7 @@ Now let's wire up the submersible pump. This pump runs on 5V, and draws more cur
7474

7575
![Pump connected](./assets/step3.png)
7676

77-
***Note: These types of subermisible pumps can easily break if they're run without being submersed in water. In this project, a faulty pump might have a short circuit, causing the board to reset as soon as the pump is engaged.***
77+
***Note: These types of submersible pumps can easily break if they're run without being submersed in water. In this project, a faulty pump might have a short circuit, causing the board to reset as soon as the pump is engaged.***
7878

7979
Now find the LED Grove button and a Grove cable. This cable also needs to be cut to expose the copper wire inside. The wires from the Grove cable should be connected as follows:
8080

0 commit comments

Comments
 (0)
0