Skip to content

lightweight version of arduino-audio-tools... #1163

Answered by pschatzmann
mkoenings asked this question in Q&A
Discussion options

You must be logged in to vote

I can not recommend the Arduino Nano for any serious audio. I suggest that you rather use a RP2040 if you con't need any communication or a STM32. The Nano just has not enough RAM, ROM and speed to be useful. In addition it does not have any DAC or ADC and does not support I2S...

You could deactivate the logging (by setting USE_AUDIO_LOGGING to false) (or decrease the LOG_PRINTF_BUFFER_SIZE) but then you will need to use a debugger to be able to figure out why something is not working. I would expect that you will also need to decrease other size defintions and there is still a high probability that you will run out of dynamically allocated ram...

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@mkoenings
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants