Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
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
14 changes: 14 additions & 0 deletions content/tutorials/portenta-h7/por-ard-usb/assets/Arduino-Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions content/tutorials/portenta-h7/por-ard-usb/content.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Setting Up Portenta H7 For Arduino
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.

## What you will learn
- How to configure the Portenta H7 as a USB host
- What type of peripherals can we connect and how
- To write a small program to read button presses from a keyboard

## Required hardware and software
- Portenta H7 board (<https://store.arduino.cc/portenta-h7>)
- USB C cable (either USB A to USB C or USB C to USB C)
- Arduino IDE 1.8.10+ or Arduino Pro IDE 0.0.4+


22 changes: 22 additions & 0 deletions content/tutorials/portenta-h7/por-ard-usb/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"id":"por-ard-gs",
"index": 1,
"title":"Setting Up Portenta H7 For Arduino",
"slug":"por-ard-gs",
"authors":[
"Lenard George",
"Sebastian Hunkeler"
],
"coverImage":{
"src":"assets/por_ard_gs_cover.svg?sanitize=true"
},
"tags":[
"Getting Started",
"IDE",
"Setup",
"Blink"
],
"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.",
"previousArticle":null,
"nextArticle":"por-ard-dcp"
}