Skip to content

2.0.5 #1758

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Feb 19, 2024
Merged

2.0.5 #1758

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
4 changes: 2 additions & 2 deletions content/arduino-cloud/07.api/05.javascript/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ $ npm install arduino-iot-js
$ yarn add arduino-iot-js
```

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

## Connection Methods

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Thanks to its computing power, the **Portenta Machine Control** enables a wide r

</Feature>

<Feature title="STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU" image="mcu">
<Feature title="STM32H747XI dual Arm® Cortex®-M7+M4 32bit low power Arm® MCU" image="mcu">

H7's main processor is the dual core STM32H747 including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The two cores communicate via a Remote Procedure Call mechanism that allows calling functions on the other processor seamlessly.
H7's main processor is the dual core STM32H747 including a Cortex®-M7 running at 480 MHz and a Cortex®-M4 running at 240 MHz. The two cores communicate via a Remote Procedure Call mechanism that allows calling functions on the other processor seamlessly.
<FeatureWrapper>
<FeatureLink title="Datasheet" url="https://content.arduino.cc/assets/Arduino-Portenta-H7_Datasheet_stm32h747xi.pdf" download/>
</FeatureWrapper>
Expand All @@ -32,7 +32,7 @@ Thanks to its computing power, the **Portenta Machine Control** enables a wide r

<Feature title="Connectivity" image="wifi-bluetooth">

Multiple choices are available for network connectivity, including USB, Ethernet, and WiFi/BLE in addition to industry specific protocols such as RS485.
Multiple choices are available for network connectivity, including USB, Ethernet, and Wi-Fi®/Bluetooth® LE in addition to industry specific protocols such as RS485.

</Feature>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Plant Watering Kit
url_shop: https://store.arduino.cc/plant-watering-kit
url_guide: /tutorials/plant-watering-kit/iot-smart-garden-setup-with-nanorp2040
primary_button_url: /tutorials/plant-watering-kit/iot-smart-garden-setup-with-nanorp2040
primary_button_title: Get Started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In this tutorial we will learn how attaching an external relay to the Arduino Na

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

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

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

***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.***
***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.***

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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,4 @@ For source code and reporting issues, please visit the official GitHub repositor

## More Tutorials

You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ The autocompletion tool can be a real time-saver, while also helping you develop

### More Tutorials

You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The integration of the Remote Sketchbook in the IDE 2 is an important milestone.

## Next Steps

You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).

## FAQ

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ In this tutorial we went through how to customize the behavior of the `CTRL + T`

### More Tutorials

You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ The chosen example will now open up in a new window, and you can start using it

### More Tutorials

You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ Congratulations, you can now check what is going on with two boards simultaneous

### More Tutorials

You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide-v2/).
You can find more tutorials in the [Arduino IDE 2 documentation page](/software/ide/#ide-v2).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading