pschatzmann / arduino-stk

The Synthesis ToolKit in C++ (STK) Library for Arduino
Other
42 stars 3 forks source link

fatal error: pgmspace.h: No such file or directory # include "pgmspace.h" #10

Closed poetaster closed 7 months ago

poetaster commented 7 months ago

I downgraded the nano boards avr version to 1.8.2 but still get this error. I haven't tried on the pi pico yet, but that would also be an option, or?

Thanks and regards, Mark

pschatzmann commented 7 months ago

Depending on what you want to do, the RP2040 might be an option. The best performance however and the least restrictions you will get with an ESP32 or any of its variants...

E.g. the Pico has a smaller Progmem (so some instruments might not work), no floating point processor, does not support duplex I2S, has no internal DAC and only some limited ADCs

poetaster commented 7 months ago

Ok, thanks very much. At this rate, I'll either stick to the Ksoloti boards or get some daisys. The ESPs don't have enough ADC (pico neither) for some cases, even if I switch a number of inputs to digital. Hmmm.

Thanks again for all your efforts!

Mark