From f64f214549255f61a0f57bbbc13656c2c540572a Mon Sep 17 00:00:00 2001 From: Camden Moors <66680985+camdenmoors@users.noreply.github.com> Date: Sun, 17 Apr 2022 10:17:36 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8aed9eb..9b7b677 100644 --- a/README.md +++ b/README.md @@ -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.