Skip to content

Commit c237cfe

Browse files
committed
esp32-s3-ai-smart-speaker examples: dependencies
1 parent 63a0166 commit c237cfe

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/neopixel/neopixel.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
/**
22
* @file streams-generator-audiokit.ino
33
* @brief NeoPixel example for ESP32-S3-AI-Smart-Speaker
4+
*
5+
* Dependencies:
6+
* - https://github.com/adafruit/Adafruit_NeoPixel
7+
*
48
* @author Phil Schatzmann
59
* @copyright GPLv3
610
*/

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/player-sdfat-audiokit/player-sdfat-audiokit.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
* Please note that this examples also works w/o the custom functions since the
1212
* AudioKit driver already configures the EXIO4 pin for SD use.
1313
*
14+
* Dependencies:
15+
* - https://github.com/pschatzmann/arduino-audio-tools
16+
* - https://github.com/pschatzmann/arduino-audio-driver
17+
* - https://github.com/greiman/SdFat
18+
*
1419
* @author Phil Schatzmann
1520
* @copyright GPLv3
1621
*/

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/player-sdmmc-audiokit/player-sdmmc-audiokit.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/**
22
* @file player-sdmmc-audiokit.ino
33
* @brief SDMMC Audio Player example for ESP32-S3-AI-Smart-Speaker
4+
*
5+
* Dependencies:
6+
* - https://github.com/pschatzmann/arduino-audio-tools
7+
* - https://github.com/pschatzmann/arduino-audio-driver
8+
* - https://github.com/pschatzmann/arduino-libhelix
9+
*
410
* @author Phil Schatzmann
511
* @copyright GPLv3
612
*/

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/real-time-clock/real-time-clock.ino

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
/**
22
* @file real-time-clock.ino
33
* @brief RTC PCF85063A example for ESP32-S3-AI-Smart-Speaker
4+
*
5+
* Dependencies:
6+
* - https://github.com/pschatzmann/arduino-audio-tools
7+
* - https://github.com/pschatzmann/arduino-audio-driver
8+
* - https://github.com/SolderedElectronics/Soldered-PCF85063A-RTC-Module-Arduino-Library
9+
*
410
* @author Phil Schatzmann
511
* @copyright GPLv3
612
*/

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/streams-audiokit-serial/streams-audiokit-serial.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* @file streams-audiokit-csv.ino
33
* @author Phil Schatzmann
44
* @brief Testing the microphones: record a sine tome and open the serial plotter
5+
*
6+
* Dependencies:
7+
* - https://github.com/pschatzmann/arduino-audio-tools
8+
* - https://github.com/pschatzmann/arduino-audio-driver
59
*
610
* @author Phil Schatzmann
711
* @copyright GPLv3

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/streams-generator-audiokit/streams-generator-audiokit.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
/**
22
* @file streams-generator-audiokit.ino
33
* @brief Tesing I2S output for ESP32-S3-AI-Smart-Speaker with generated sine wave
4+
*
5+
* Dependencies:
6+
* - https://github.com/pschatzmann/arduino-audio-tools
7+
* - https://github.com/pschatzmann/arduino-audio-driver
8+
*
49
* @author Phil Schatzmann
510
* @copyright GPLv3
611
*/

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/test-exio/test-exio.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* @brief Testing gpio inputs for ESP32-S3-AI-Smart-Speaker: you can call
44
* digitalRead() and digitalWrite() on all pins including the EXIO pins.
55
* The EXIO are mapped to starting at 1000: EXIO10 = 1010, EXIO11 = 1011, EXIO12 = 1012, ...
6+
*
7+
* Dependencies:
8+
* - https://github.com/pschatzmann/arduino-audio-tools
9+
* - https://github.com/pschatzmann/arduino-audio-driver
10+
*
611
* @author Phil Schatzmann
712
* @copyright GPLv3
813
*/

examples/examples-custom-boards/esp32-s3-ai-smart-speaker/test-keys/test-keys.ino

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
* @brief Testing key inputs for ESP32-S3-AI-Smart-Speaker.
44
* The EXIO pins are mapped to starting at 1000: EXIO10 = 1010, EXIO11 = 1011,
55
* EXIO12 = 1012, ...
6+
*
7+
* Dependencies:
8+
* - https://github.com/pschatzmann/arduino-audio-tools
9+
* - https://github.com/pschatzmann/arduino-audio-driver
10+
*
611
* @author Phil Schatzmann
712
* @copyright GPLv3
813
*/

0 commit comments

Comments
 (0)