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
{{ message }}
This repository was archived by the owner on Aug 11, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: content/tutorials/portenta-h7/ec-ard-gs/content.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ The Edge Control board is a versatile tool that allows agriculturalists to devel
20
20
- Arduino Edge Control (<https://store.arduino.cc/edge-control>)
21
21
- Micro USB cable
22
22
- Arduino IDE 1.8.10+
23
-
- External power source : a 12V LiPo/SLA battery or power supply
23
+
- External power source : a 12V SLA battery or 12V power supply
24
24
- 1x Phoenix connector
25
25
- 2x Jumper wires
26
26
27
27
## Instructions
28
28
29
-
In this getting started tutorial you will set up the Edge Control board and blink an LED. You will first learn to install the core from the Boards Manager. You will write a simple blink sketch using some fundamental APIs provided by the Arduino Edge Control Library. You will need to connect your board to an external power source and therefore have a LiPo battery or a power source with you when running the sketch.
29
+
In this getting started tutorial you will set up the Edge Control board and blink an LED. You will first learn to install the core from the Boards Manager. You will write a simple blink sketch using some fundamental APIs provided by the Arduino Edge Control Library. You will need to connect your board to an external power source and therefore have a SLA battery or a power source with you when running the sketch.
30
30
31
31
### 1. Get to Know the Board
32
32
@@ -81,7 +81,7 @@ The board is designed to be very low power and for this reason some the electron
81
81
82
82

83
83
84
-
The Edge Control board uses an I/O expander in order to increase the number of digital control signals. If we want to blink the on-board LED we would need to enable the power of the I/O expander to which the LED is connected to and also enable the power to the 5V DCDC converter. 5V power line is powered by the **battery source** for which you can either use a power supply or a 3 cell LiPo battery to provide the required voltage.
84
+
The Edge Control board uses an I/O expander in order to increase the number of digital control signals. If we want to blink the on-board LED we would need to enable the power of the I/O expander to which the LED is connected to and also enable the power to the 5V DCDC converter. 5V power line is powered by the **battery source** for which you can either use a power supply or a SLA battery to provide the required voltage.
85
85
86
86
The `Power` class provides API access to enable the different voltages on the board. In this tutorial we need to enable the 3.3V and 5V power lines using the `enable3V3()` and `enable5V()` functions.
0 commit comments