Skip to content
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 @@ -25,9 +25,9 @@ Version **1.2.7-ventura** is fully compliant with the security requirements enfo

Download the version for your browser here:

* [Safari](http://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-safari.dmg)
* [Chrome](http://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-chrome.dmg)
* [Firefox](http://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-firefox.dmg)
* [Safari](https://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-safari.dmg)
* [Chrome](https://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-chrome.dmg)
* [Firefox](https://downloads.arduino.cc/CreateAgent/Stable/ArduinoCreateAgent-1.2.7-ventura-osx-amd64-installer-firefox.dmg)

> **Note:** This version has the auto-update functionality disabled. When a new version has been released, IoT Cloud and the Web Editor will automatically display a notification asking you to manually upgrade. The next version will restore the auto-update functionality.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are several Arduino products that incorporate LoRaWAN® connectivity capab

The [Portenta Vision Shield LoRa®](https://store.arduino.cc/portenta-vision-shield-lora) will let you run vision applications on your Portenta H7 while connected wirelessly via LoRa® to the Arduino Cloud, TTN, or your own infrastructure. The Vision Shield comes equipped with a camera and microphone that will allow you to run low-cost sound and vision applications involving object detection, image filtering and classification, QR code scanning, sound detection, and more.

Get started now with the [following tutorial](https://www.arduino.cc/pro/tutorials/portenta-h7/vs-ard-ttn) to learn how to connect Portenta H7 with the Vision Shield LoRa® to the TTN.
Get started now with the [following tutorial](https://docs.arduino.cc/tutorials/portenta-vision-shield/connecting-to-ttn) to learn how to connect Portenta H7 with the Vision Shield LoRa® to the TTN.

## MKR WAN 1300 and MKR WAN 1310

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ This help center entry is a quick troubleshooting guide to solve no image issue

![HelloWorld example in the OpenMV IDE](img/vs_troubleshooting.png)

For a step-by-step guide on uploading your first program with OpenMV and Portenta Vision Shield, try the [Blob Detection tutorial](https://www.arduino.cc/pro/tutorials/portenta-h7/por-openmv-bt).
For a step-by-step guide on uploading your first program with OpenMV and Portenta Vision Shield, try the [Blob Detection tutorial](https://docs.arduino.cc/tutorials/portenta-vision-shield/blob-detection).

If the above did not solve the problem, contact [Arduino Technical Support](https://www.arduino.cc/en/contact-us/).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "How to update Wi-Fi firmware on Portenta H7"
id: 4403365234322
---

In this article, we will go through a step-by-step process on how to get the latest Wi-Fi firmware on your Portenta H7 board. Before updating the WiFi firmware, make sure the bootloader is up-to-date. You can update the bootloader by following the Portenta documentation page [here](https://www.arduino.cc/pro/tutorials/portenta-h7/por-ard-bl).
In this article, we will go through a step-by-step process on how to get the latest Wi-Fi firmware on your Portenta H7 board. Before updating the WiFi firmware, make sure the bootloader is up-to-date. You can update the bootloader by following the Portenta documentation page [here](https://docs.arduino.cc/tutorials/portenta-h7/updating-the-bootloader).

## Requirements

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ _We can provide customized configurations for large orders. Please [contact us](

## Further reading

* [Meet Portenta H7, designed for high performance](https://www.arduino.cc/pro/hardware/product/portenta-h7)
* **Arduino Store:** [Portenta H7](https://store.arduino.cc/products/portenta-h7), [Portenta H7 Lite](https://store.arduino.cc/products/portenta-h7-lite), [Portenta H7 Lite Connected](https://store.arduino.cc/products/portenta-h7-lite-connected)
Loading