-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c57a98
commit f64f214
Showing
1 changed file
with
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# ESP32DevAudio | ||
Get a live audible count of the number of WiFi devices in your area with an ESP32 | ||
Get an audible count of the number of WiFi devices in your area with an ESP32. | ||
|
||
## Setup | ||
- Install https://github.com/ArminJo/Talkie as an Arduino library | ||
- Configure TTL | ||
- Flash the ESP32 with `AudioDev.ino`. | ||
- Attach ground to ground and audio to pin 25 of the ESP32. | ||
|
||
![3.5mm Headphone Jack Pinout](https://user-images.githubusercontent.com/66680985/163718368-cdb3b0c9-fcf4-48a0-95c6-a09318a9a510.png) | ||
|
||
|
||
## Note | ||
The contents of this repository are a personal project and in no way reflect work done for my employer. |