This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |
lwc:hardware:esp32:i2s [2023/04/25 10:56] – John Harrison | lwc:hardware:esp32:i2s [2023/04/25 10:58] (current) – John Harrison |
---|
* [[https://www.youtube.com/watch?v=pPh3_ciEmzs|excellent video walkthru using analog read]] | * [[https://www.youtube.com/watch?v=pPh3_ciEmzs|excellent video walkthru using analog read]] |
* [[https://github.com/pschatzmann/arduino-audio-tools|Arduino library that seems to do magic]] but documentation for analog read and multiple buffers seems scant | * [[https://github.com/pschatzmann/arduino-audio-tools|Arduino library that seems to do magic]] but documentation for analog read and multiple buffers seems scant |
| * I didn't review [[https://randomnerdtutorials.com/esp32-adc-analog-read-arduino-ide/|this one]] but it might be worth a look |
* {{ :lwc:hardware:esp32:i2s-bard.ino |Code from Google's AI bard}} that uses interrupts to know when the buffer is full. //This is untested code.// | * {{ :lwc:hardware:esp32:i2s-bard.ino |Code from Google's AI bard}} that uses interrupts to know when the buffer is full. //This is untested code.// |
* bard offered these sources: | * bard offered these sources: |