Skip to content

Commit

Permalink
Merge pull request #2209 from arduino/benjamindannegard/add-links-to-…
Browse files Browse the repository at this point in the history
…builtin-examples

[MKC-1834] Added links to the built-in examples page
  • Loading branch information
BenjaminDannegard authored Oct 7, 2024
2 parents 2a26aee + c785646 commit 53b8a31
Show file tree
Hide file tree
Showing 66 changed files with 66 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This example shows you how to read analog input from the physical world using a

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 10k ohm Potentiometer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This example contains the bare minimum of code you need for a sketch to compile

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

### Circuit

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/01.basics/Blink/Blink.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example shows the simplest thing you can do with an Arduino to see physical

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

optional

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This example shows you how to monitor the state of a switch by establishing [ser

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- A momentary switch, button, or toggle switch

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/01.basics/Fade/Fade.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example demonstrates the use of the [analogWrite()](https://www.arduino.cc/

### Hardware Required

- Arduino board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- LED

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This example shows you how to read an analog input on analog pin 0, convert the

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 10k ohm potentiometer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial you will learn how to set up a similar timer.

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- LED

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/02.digital/Button/Button.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pushbuttons or switches connect two points in a circuit when you press them. Th

### Hardware

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Momentary button or Switch

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/02.digital/Debounce/Debounce.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pushbuttons often generate spurious open/close transitions when pressed, due to

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- momentary button or switch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Additionally, when the input is HIGH, the onboard LED attached to pin 13 will tu

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- A momentary switch, button, or toggle switch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Once you've got a [pushbutton](/built-in-examples/digital/Button) working, you o

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- momentary button or switch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example shows how to use the tone() command to generate different pitches d

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 8 ohm speaker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example shows how to use the `tone()` command to generate notes. It plays

### Hardware Required

- Arduino board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- piezo buzzer or a speaker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Thanks to Greg Borenstein for clarifying this.

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 3 8 ohm speakers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This example shows how to use the tone() command to generate a pitch that follow

### Hardware Required

- Arduino board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 8 ohm speaker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This example shows you how to read an analog input pin, map the result to a rang

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Potentiometer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In this example we use a variable resistor (a potentiometer or a photoresistor),

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Potentiometer **or**
- 10K ohm photoresistor and 10K ohm resistor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This example fades 12 LEDs up and the down, one by one, on an Arduino Mega boar

### Hardware Required

- Arduino Mega Board
- [Arduino Mega Board](https://store.arduino.cc/products/arduino-mega-2560-rev3)

- 12 Red LEDs
- 12 220 ohm resistors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This example demonstrates one technique for calibrating sensor input. The board

### Hardware Required

- Arduino board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- LED

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/03.analog/Fading/Fading.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This example demonstrates the use of analog output ([Pulse Width Modulation (PWM

### Hardware Required

- Arduino board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- LED

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/03.analog/Smoothing/Smoothing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This sketch reads repeatedly from an analog input, calculating a running average

### Hardware

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 10k ohm potentiometer

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This example demonstrates the advanced serial printing functions by generating o

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

### Circuit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can send bytes to the board from any software that can access the computer s

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- LED

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/04.communication/Graph/Graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can use the serial monitor of the Arduino Software (IDE) to view the sent da

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Analog Sensor (potentiometer, photocell, FSR, etc.)

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/04.communication/Midi/Midi.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For more see this [introduction to MIDI](https://web.archive.org/web/20220331023

### Hardware Required

- Arduino UNO
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Female MIDI jack

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Sometimes, one serial port just isn't enough! When trying to communicate with mu

### Hardware Required

- Arduino Mega Board
- [Arduino Mega Board](https://store.arduino.cc/products/arduino-mega-2560-rev3)

- Serial enabled device (a Xbee Radio, a Bluetooth® module, or RFID reader, or another board, for instance).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The data can be sent from the Arduino Software (IDE) serial monitor, or another

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- LED (optional)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This sketch uses the [Serial.parseInt](https://www.arduino.cc/en/Reference/Parse

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- common anode RGB LED

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can use the Arduino Software (IDE) serial monitor to view the sent data, or

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 2 analog sensors (potentiometer, photocell, FSR, etc.)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Compare this to the [Serial call and response example](/built-in-examples/commun

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 2x analog sensors (potentiometer, photocell, FSR, etc.)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This example demonstrates use of the serialEvent() function. This function is a

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

### Circuit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This example demonstrates how to virtually connect together Serial and Serial1.

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

### Circuit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This example demonstrates how to send multiple values from the Arduino board to

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 3 Analog Sensors (potentiometer, photocell, FSR, etc.)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This technique of putting the pins in an array is very handy. You don't have to

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 6 LEDs
- 6 220 ohm resistors
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We also call this example "[Knight Rider](http://en.wikipedia.org/wiki/KITT)" in

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 6 220 ohm resistors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This program first reads the photoresistor. Then it uses the `map()` function t

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- photoresistor, or another analog sensor

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This tutorial shows you how to use switch to turn on one of several different LE

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- 5 LEDs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This technique lets you update the maximum and minimum values for the photoresis

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- pushbutton or switch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You'll use if statements all the time. The example below turns on an LED on pin

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Potentiometer or variable resistor

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/06.sensors/ADXL3xx/ADXL3xx.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The ADXL3xx outputs the acceleration on each axis as an analog voltage between 0

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- ADXL3xx Accelerometer

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/06.sensors/Knock/Knock.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Open the serial monitor to see this text.

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Piezo electric disc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Memsic 2125 ([datasheet](https://www.parallax.com/sites/default/files/downlo

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- Memsic 2125 Accelerometer

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/06.sensors/Ping/Ping.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [**SEN136B5B**](http://wiki.seeed.cc/Ultra_Sonic_range_measurement_module/)

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)
- [Ultrasonic Range Finder](http://wiki.seeed.cc/Ultra_Sonic_range_measurement_module/)
- hook-up wires

Expand Down
2 changes: 1 addition & 1 deletion content/built-in-examples/07.display/BarGraph/BarGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This tutorial borrows from the [**For Loop and Arrays**](https://www.arduino.cc/

### Hardware Required

- Arduino Board
- [Arduino Board](https://store.arduino.cc/collections/boards-modules)

- LED bar graph display or 10 LEDs
- Potentiometer
Expand Down
Loading

0 comments on commit 53b8a31

Please sign in to comment.