-
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/pschatzmann/arduino-audio-t…
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
The LyraT Mini is a bit tricky to use because it has a ES8311 which is handling the output and a | ||
ES7243 which is handling the microphone input: both need to be on separate I2S ports. | ||
|
||
You should be able to use the examples that can be found in the [audiokit directory](https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-audiokit): just replace the | ||
driver with LyratMini! | ||
|
||
For the examples install: | ||
|
||
- [Arduino AudioTools](https://github.com/pschatzmann/arduino-audio-tools) | ||
- [Arduino Audio Driver](https://github.com/pschatzmann/arduino-audio-driver) |