AudioTools.h compilation issues on Arduino Nano 33 #788
Answered
by
pschatzmann
magicmomo123
asked this question in
Q&A
-
Hello Phil, Just had a quick problem using some of the structs defined in AudioTools.h, specifically the I2SStream and the URLStream. When I switch my board to ESP32 it compiles fine, but I am having an issue compiling with an arduino nano. Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Apr 19, 2023
Replies: 1 comment 5 replies
-
On each environment you only get what is supported: The nano does not have any I2S support and no Wifi! |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On each environment you only get what is supported: The nano does not have any I2S support and no Wifi!
You could try to do some output with some low sample rates using PWM, but maybe you best use it with a VS1053...