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
Changes from 2 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 @@ -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 plan. [Learn more about the Plan](https://www.arduino.cc/pro/hardware/product/portenta-x8).

## 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 plan, contact us at [Arduino Pro Contact Inquires](https://www.arduino.cc/pro/contact-us), or learn more on the [Arduino Pro Page](https://www.arduino.cc/pro/hardware/product/portenta-x8)***
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