Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d26e796
Update content.md
ProgrammingElectronics Sep 29, 2023
07a48dc
Update `pinout.png`
aliphys Oct 2, 2023
941c037
Increase `pinout.png` resolution
aliphys Oct 2, 2023
6c33540
update pwm tech spec
karlsoderby Oct 2, 2023
7a02a2e
Datasheet pdf removed (#1381)
jcarolinares Oct 2, 2023
e47c05e
Merge pull request #1380 from arduino/aliphys/MKRCompatibilityRevise
aliphys Oct 2, 2023
39e38b5
update mkr1000 cloud compatibilioty
karlsoderby Oct 2, 2023
23cb012
Merge pull request #1382 from arduino/karlsoderby/esp32pins
karlsoderby Oct 2, 2023
02a3aef
Update iot-cloud-getting-started.md
karlsoderby Oct 2, 2023
1a7a95a
Merge pull request #1378 from ProgrammingElectronicsAcademy/patch-5
karlsoderby Oct 2, 2023
52a5686
Initial commit - Main features description patch w/ minor updates
TaddyHC Oct 2, 2023
4653cc9
Merge pull request #1383 from arduino/karlsoderby/mkr-1000-fixes
karlsoderby Oct 3, 2023
5b867a2
fixed spelling mistakes
jhansson-ard Oct 3, 2023
fe2e20e
updated spelling
jhansson-ard Oct 3, 2023
62520f6
updated spelling ignore list
jhansson-ard Oct 3, 2023
4bd7e9a
Add sketch section to ide getting started
jacobhylen Oct 3, 2023
e8c5cec
added quotes
jhansson-ard Oct 3, 2023
5ea00da
added proper quotes to metadata
jhansson-ard Oct 3, 2023
791f546
Merge pull request #1387 from arduino/jhansson-ard/spelling-issues
mcmchris Oct 4, 2023
b981438
Minor description update
TaddyHC Oct 4, 2023
d6970e0
Merge pull request #1385 from arduino/taddy/edge-control-enclosure-pr…
TaddyHC Oct 4, 2023
b47e724
Merge branch 'main' into jacobhylen/ide2wheretofindexamples
jacobhylen Oct 4, 2023
0e20a99
Merge pull request #1390 from arduino/jacobhylen/ide2wheretofindexamples
jacobhylen Oct 4, 2023
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated spelling
  • Loading branch information
jhansson-ard committed Oct 3, 2023
commit fe2e20e390c00dc120560deb08123caca361ee2a
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ After having prepared the Portenta Breakout by soldering on pin headers, we can
### 3. The Circuit
In order to build this example circuit, we need our Portenta Breakout with the Portenta H7 on top and headers soldered on (at least within the ANALOG/PWM and GPIO section on the bottom right corner of the carrier). Then we need a simple LED, an adequate resistor for it (we are using a 220Ω resistor) as well as a potentiometer. To connect all these components we use jumper wires and a breadboard by following this schematics:

![Connecting the LEDS and the Portenta](assets/breakout_gs_circuit_diagram.svg)
![Connecting the LEDs and the Portenta](assets/breakout_gs_circuit_diagram.svg)

For the LED we can use any of the Portenta Breakout's 10 PWM Pins, in this case **PWM 9**. For the potentiometer, on the other hand, we can use one of the analog pins (A0 to A7) in order to read the potentiometer current value, in this example we use **A7**. The potentiometer also needs a 3.3V power source, which we take from the GPIO section on the Portenta Breakout, considering it being located most conveniently and close by. Eventually, potentiometer and LED have to be connected to GND to finalize the circuit.

Expand Down