Skip to content

Commit 52353f5

Browse files
committed
Portenta Vision Shield User Manual content update (1 image update)
1 parent 75ec3b3 commit 52353f5

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed
93.5 KB
Loading

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/user-manual/content.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This user manual will guide you through a practical journey covering the most in
2424
## Hardware and Software Requirements
2525
### Hardware Requirements
2626

27-
- [Portenta Vision Shield Ethernet](https://store.arduino.cc/collections/shields-carriers/products/arduino-portenta-vision-shield-ethernet) (x1) or [Portenta Vision Shield LoRa®](https://store.arduino.cc/collections/shields-carriers/products/arduino-portenta-vision-shield-lora%C2%AE)
27+
- [Portenta Vision Shield Ethernet](https://store.arduino.cc/collections/shields-carriers/products/arduino-portenta-vision-shield-ethernet) (x1) or [Portenta Vision Shield with LoRa® technology](https://store.arduino.cc/collections/shields-carriers/products/arduino-portenta-vision-shield-lora%C2%AE)
2828
- [Portenta H7](https://store.arduino.cc/products/portenta-h7) (x1) or [Portenta C33](https://store.arduino.cc/products/portenta-c33) (x1)
2929
- [USB-C® cable cable](https://store.arduino.cc/products/usb-cable2in1-type-c) (x1)
3030

@@ -47,7 +47,7 @@ The included camera module has been pre-configured to work with the OpenMV libra
4747

4848
### Board Architecture Overview
4949

50-
The Portenta Vision Shield LoRa® brings industry-rated features to your Portenta. This hardware add-on will let you run embedded computer vision applications, connect wirelessly via LoRa® to the Arduino Cloud or your own infrastructure, and activate your system upon the detection of sound events.
50+
The Portenta Vision Shield with LoRa® technology brings industry-rated features to your Portenta. This hardware add-on will let you run embedded computer vision applications, connect wirelessly via LoRa technology to the Arduino Cloud or your own infrastructure, and activate your system upon the detection of sound events.
5151

5252
![Vision Shield main components (top view)](assets/arch-top-c.png)
5353
![Vision Shield main components (bottom view)](assets/arch-bottom.png)
@@ -890,22 +890,22 @@ Run the script and the current date and time will be printed in the OpenMV IDE S
890890

891891
## LoRa® (ASX00026)
892892

893-
The **Vision Shield - LoRa®** can extend our project connectivity by leveraging it LoRa® module for long-range communication in remote areas with a lack of internet access. Powered by the Murata CMWX1ZZABZ module which contains an STM32L0 processor along with a Semtech SX1276 Radio.
893+
The **Vision Shield with LoRa® technology** can extend our project connectivity by leveraging it LoRa® module for long-range communication in remote areas with a lack of internet access. Powered by the Murata CMWX1ZZABZ module which contains an STM32L0 processor along with a Semtech SX1276 Radio.
894894

895-
![LoRa® antenna connection](assets/antenna.png)
895+
![Antenna connection for LoRa® connectivity](assets/antenna.png)
896896

897-
To test the LoRa® connectivity, first, connect the Vision Shield - LoRa® to the Portenta H7. Attach the LoRa® antenna to its respective connector. Now connect the USB-C® cable to the Portenta H7 and your computer.
897+
To test the LoRa® connectivity, first, connect the Vision Shield with LoRa technology to the Portenta H7. Attach the antenna for LoRa connectivity to its respective connector. Now connect the USB-C® cable to the Portenta H7 and your computer.
898898

899899
***Follow this [guide](https://docs.arduino.cc/tutorials/portenta-vision-shield/things-network-openmv) to learn how to set up and create your __end device__ on The Things Network.***
900900

901901
Important hardware LoRa® configurations are listed below:
902902

903-
| **Setting** | **Compatibility** |
904-
| :-----------------: | :---------------: |
905-
| LoRaWAN MAC Version | V1.0.2 |
906-
| Class | A or C |
903+
| **Setting** | **Compatibility** |
904+
|:-----------------------:|:-----------------:|
905+
| LoRa®-based MAC Version | V1.0.2 |
906+
| Class | A or C |
907907

908-
The following MicroPython script lets you connect to The Things Network using LoRaWAN® and send a `Hello World` message to it.
908+
The following MicroPython script lets you connect to The Things Network using LoRa® technology and send a `Hello World` message to it.
909909

910910
```python
911911
from lora import *
@@ -967,11 +967,11 @@ appEui = "*****************" # now called JoinEUI
967967
appKey = "*****************************"
968968
```
969969

970-
After configuring your credentials and frequency band, you can run the script. You must be in an area with LoRaWAN® coverage, if not, you should receive an alert from the code advising you to move near a window.
970+
After configuring your credentials and frequency band, you can run the script. You must be in an area with LoRa®-based network coverage, if not, you should receive an alert from the code advising you to move near a window.
971971

972-
![LoRaWAN® uplink received on TTN](assets/lora.png)
972+
![LoRa®-based network uplink received on TTN](assets/lora.png)
973973

974-
***You can set up your own LoRaWAN® network using our [LoRa® gateways](https://www.arduino.cc/pro/lora-gateways/)***
974+
***You can set up your own LoRa®-based network using our [LoRa® gateways](https://www.arduino.cc/pro/lora-gateways/)***
975975

976976

977977
## Support
@@ -996,3 +996,7 @@ Please get in touch with our support team if you need personalized assistance or
996996

997997
- [Contact us page](https://www.arduino.cc/en/contact-us/)
998998

999+
## Trademark Acknowledgments
1000+
1001+
- **LoRa®** is a registered trademark of Semtech Corporation.
1002+

0 commit comments

Comments
 (0)