Skip to content

CelliesProjects/voiceRecorderM5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

voiceRecorderM5

A single channel voice recorder that uses the M5Stack Go microphone and the esp32 internal ADC/DAC.

Instead of I2S, this sketch uses an ESP32 hw_timer, the built-in ADC/DAC and ISRs.
One ISR to sample the mic through the ADC and a second ISR to stream samples to the DAC.

Because of the used 'technology', sample rate is limited to about 22kHz and sound quality is crap.

Compiles with esp32 core version 1.0.6. See #1 if you get the following error while compiling:

'ADC1_GPIO34_CHANNEL' was not declared in this scope

About

A voice recorder for M5Stack Fire boards that uses PSRAM, hw_timer, microphone and DAC. Arduino IDE.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages