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

Commit 6bddb5a

Browse files
usb-tutorial-draft (#10)
* Created new tutorial * Updated content.md file * Update content.md * Update content.md Co-authored-by: Lenard George Swamy <lenardgeorge92@gmail.com>
1 parent 96fa26b commit 6bddb5a

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Setting Up Portenta H7 For Arduino
2+
It is possible to configure Portenta H7 to behave as a USB host in a way that we can connect peripherals such as keyboard or mouse to interact with the board. This way we could connect a keyboard to our portenta and input numbers or characters into our programs.
3+
4+
## What you will learn
5+
- How to configure the Portenta H7 as a USB host
6+
- What type of peripherals can we connect and how
7+
- To write a small program to read button presses from a keyboard
8+
9+
## Required hardware and software
10+
- Portenta H7 board (<https://store.arduino.cc/portenta-h7>)
11+
- USB C cable (either USB A to USB C or USB C to USB C)
12+
- Arduino IDE 1.8.10+ or Arduino Pro IDE 0.0.4+
13+
14+
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"id":"por-ard-gs",
3+
"index": 1,
4+
"title":"Setting Up Portenta H7 For Arduino",
5+
"slug":"por-ard-gs",
6+
"authors":[
7+
"Lenard George",
8+
"Sebastian Hunkeler"
9+
],
10+
"coverImage":{
11+
"src":"assets/por_ard_gs_cover.svg?sanitize=true"
12+
},
13+
"tags":[
14+
"Getting Started",
15+
"IDE",
16+
"Setup",
17+
"Blink"
18+
],
19+
"abstract":"This tutorial teaches you how to set up the board, how to configure your computer and how to run the classic Arduino blink example to verify if the configuration was successful.",
20+
"previousArticle":null,
21+
"nextArticle":"por-ard-dcp"
22+
}

0 commit comments

Comments
 (0)