All Questions
Tagged with arduino-cli esp32
2 questions
1
vote
0
answers
857
views
Functions downgraded in the I2S library using an ESP32
I am following the instruction to setup a microphone with an esp32 with arduino cli.
Here is the tutorial
https://dronebotworkshop.com/esp32-i2s/#Resources
https://www.youtube.com/watch?v=m-MPBjScNRk&...
4
votes
2
answers
820
views
How to change partition scheme with arduino-cli?
I'm using arduino-cli to program an ESP32-S2. If I compile my sketch using the default partition scheme
> arduino-cli compile -b esp32:esp32:esp32s2 sketch
a lot of space is allocated for SPIFFS ...