You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ The included camera module has been pre-configured to work with the OpenMV libra
47
47
48
48
### Board Architecture Overview
49
49
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.
51
51
52
52

53
53

@@ -890,22 +890,22 @@ Run the script and the current date and time will be printed in the OpenMV IDE S
890
890
891
891
## LoRa® (ASX00026)
892
892
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.
894
894
895
-

895
+

896
896
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.
898
898
899
899
***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.***
900
900
901
901
Important hardware LoRa® configurations are listed below:
902
902
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 |
907
907
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.
909
909
910
910
```python
911
911
from lora import*
@@ -967,11 +967,11 @@ appEui = "*****************" # now called JoinEUI
967
967
appKey ="*****************************"
968
968
```
969
969
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.
971
971
972
-

972
+

973
973
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/)***
975
975
976
976
977
977
## Support
@@ -996,3 +996,7 @@ Please get in touch with our support team if you need personalized assistance or
996
996
997
997
-[Contact us page](https://www.arduino.cc/en/contact-us/)
998
998
999
+
## Trademark Acknowledgments
1000
+
1001
+
-**LoRa®** is a registered trademark of Semtech Corporation.
0 commit comments