Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 7b4ff58

Browse files
Corrected typo in content (#108)
* Corrected typo in content * Fix incorrect wording * Use correct spelling of USB types Co-authored-by: Sebastian Romero <s.romero@arduino.cc>
1 parent ba17dc4 commit 7b4ff58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/tutorials/portenta-h7/vs-ard-gs/content.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ This tutorial shows you how to capture frames from the Vision Shield Camera modu
1515
- Visualising the frames in Processing.
1616

1717
### Required Hardware and Software
18-
- [Portenta H7 board](https://store.arduino.cc/portenta-h7)
19-
- Portenta Vision Shield ( [LoRa](https://store.arduino.cc/portenta-vision-shield-lora) or [Ethernet](https://store.arduino.cc/portenta-vision-shield) )
20-
- USB C cable (either USB A to USB C or USB C to USB C)
18+
- 1x [Portenta H7 board](https://store.arduino.cc/portenta-h7)
19+
- 1x Portenta Vision Shield ( [LoRa](https://store.arduino.cc/portenta-vision-shield-lora) or [Ethernet](https://store.arduino.cc/portenta-vision-shield) )
20+
- 1x USB-C cable (either USB-A to USB-C or USB-C to USB-C)
2121
- Arduino IDE 1.8.10+
2222
- Processing 3.5.4+
2323

2424
## Instructions
2525
Accessing the Vision Shield's camera data is done with the help of both Arduino and the Processing IDE. The Arduino sketch handles the capture of image data by the on-board camera while the java applet created with Processing helps to visualise this data with the help of a serial connection. The following steps will run you through how to capture, package the data through the serial port and visualise the output in Processing.
2626

2727
### 1. The Basic Setup
28-
Connect the Vision Shield to your Portenta H7 as shown in the figure. The top and Bottom high density connecters the aligned with and are connected to the concurrent ones on the Portenta board. Plug in the H7 to your computer using the USB C cable.
28+
Connect the Vision Shield to your Portenta H7 as shown in the figure. The top and bottom high density connecters are connected to the corresponding ones on the underside of the H7 board. Plug in the H7 to your computer using the USB C cable.
2929

3030
![Connecting the Vision Shield to Portenta](assets/vs_ard_gs_attach_boards.svg)
3131

@@ -379,4 +379,4 @@ void serialEvent(Serial myPort) {
379379

380380
**Authors:** Lenard George, Sebastian Romero
381381
**Reviewed by:** Sebastian Romero [2021-04-26]
382-
**Last revision:** Sebastian Romero [2021-04-26]
382+
**Last revision:** Sebastian Romero [2021-04-26]

0 commit comments

Comments
 (0)