Skip to content

Portenta X8: Arduino Pro plan clarification #241

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 7 commits into from
May 16, 2022
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
Expand Up @@ -21,9 +21,11 @@ In this tutorial we will create a simple container that we can then upload to th

### Required Hardware and Software

- [Portenta X8](https://store.arduino.cc/portenta-x8)
- ADB
- USB-C cable (either USB-C to USB-A or USB-C to USB-C)
- [Portenta X8](https://store.arduino.cc/portenta-x8)
- ADB
- USB-C cable (either USB-C to USB-A or USB-C to USB-C)
- Arduino Pro Cloud Subscription. [Learn more about the Pro Cloud](https://www.arduino.cc/pro/hardware/product/portenta-x8#pro-cloud).


## Instructions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ In this tutorial you will see how to manually flash your Portenta X8 with the im
- Portenta X8
- Portenta Breakout Board <!-- or Portenta Max Carrier-->
- Arduino Create account
- Arduino Create Pro subscription
- Foundries.io account (linked with the Pro plan)
- Arduino Pro Cloud Subscription. [Learn more about the Pro Cloud](https://www.arduino.cc/pro/hardware/product/portenta-x8#pro-cloud).
- Foundries.io account (linked with the Pro Cloud subscription)
- FoundriesFactory® ([Check the Getting Started tutorial](https://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box))
- 1 Device already attached to your factory ([Check the Getting Started tutorial](https://docs.arduino.cc/tutorials/portenta-x8/out-of-the-box))

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tags:
- Installation
- OTA
- Embedded Linux
- Arduino Pro Cloud
author: 'Pablo Marquínez'
hardware:
- hardware/04.pro/boards/portenta-x8
Expand All @@ -18,6 +19,13 @@ software:
- iot-cloud
---


## Required Hardware and Software

* [Portenta X8](https://store.arduino.cc/products/portenta-x8) board.
* Wi-Fi AP with Internet access.
* Arduino Pro Cloud Subscription. [Learn more about the Pro Cloud](https://www.arduino.cc/pro/hardware/product/portenta-x8#pro-cloud).

## Connecting to the Board

Once the Portenta X8 is plugged in via USB, you can open your browser and go to http://192.168.7.1 if you use Windows and Linux or http://192.168.8.1 on MacOS. This web page is hosted on the Portenta X8, from this dashboard you will be able to:
Expand Down Expand Up @@ -53,6 +61,7 @@ Once it is connected, you should see the Wi-Fi status bullet in the bottom left

### Register the Factory on Foundries.io

***The integration with Foundries.io requires the Arduino Pro Cloud Subscription, contact us at [Arduino Pro Inquiries](https://www.arduino.cc/pro/contact-us), or learn more on the [Arduino Pro Page](https://www.arduino.cc/pro/hardware/product/portenta-x8#pro-cloud)***
Go to [https://create.arduino.cc](https://create.arduino.cc) and click on portenta-X8 board manager, you will get prompted to set a new `Factory` name if you didn't have one before. You will not be able to be change the name later, so use one that you can remember and write easily.

![Arduino Cloud integration](assets/cloud-main.png)
Expand Down