4992b75d57
feat ✨: Improved visualization by adding logarithmic scaling to the x-axis labels and updating the y-axis scale based on the maximum value of the frequency spectrum.
serial_plotter_tests
Jose2025-04-25 21:29:16 +02:00
f500937067
refactor ♻️: Refactored the audio processing and visualization tasks into separate cores, improved CPU usage monitoring, optimized memory usage, managed inter-core communication, and enhanced network functionality.
Jose2025-04-25 21:13:59 +02:00
5a8dc9c489
fix 🐛: Update bin range calculation and formatting in src/main.cpp
Jose2025-04-25 19:52:45 +02:00
91b24e0da0
feat(data) undefined: Added new HTML file for piano spectrum analyzer. fix(Config.h): Updated WiFi settings and web configuration portal details. refactor(Arduino sketch): Added WiFi and WebSocket support, enabling real-time spectrum data transmission over the
Jose2025-04-25 19:00:28 +02:00
c83d04eb23
plaintext feat undefined: Updated Arduino project with new features for audio processing. fix: Updated I2SConfig.h to include additional parameter for reading I2S samples. refactor: Improved performance by rounding integer samples to
Jose2025-04-25 12:14:06 +02:00
7331d2fe01
refactor ♻️: Updated I2S sample rate from 8 kHz to 4 kHz, reduced DMA buffer count and length, adjusted gain for 16-bit range, increased task stack size and priority, and decreased debug interval
Jose2025-04-25 10:47:52 +02:00
178bfc630a
feat ✨: Added new header files AudioLevelTracker.h, Config.h, I2SConfig.h, and updated Arduino code for improved I2S communication and dynamic range limiting.
Jose2025-04-25 10:34:20 +02:00
e9205c88fa
Dynamic rangelimit on serial
Jose2025-04-25 08:57:10 +02:00
4654bea268
First try to output INMP441 to arduin serial plotter
Jose2025-04-25 07:51:17 +02:00
9a3d026176
feat ✨: Updated src/main.cpp to utilize FormatConverterStream for converting 32-bit I2S input to 16-bit output and configured an AudioFFTBase with the correct bits per sample
test_bits_per_sample
Jose2025-04-18 21:48:47 +02:00
83a594cdd9
feat ✨: Added .gitignore, README files, partitions, build options, dependencies, and configuration for ESP32-S3 development board using Arduino.
Jose2025-04-18 18:23:25 +02:00